With qf_apps, I'm launching synthesis and place&route with a Makefile named fpga/rtl/Makefile.symbiflow
This makefile launch some commands that begin by `symbiflow_*`:
- symbiflow_route
- symbiflow_place
- symbiflow_pack
- ...
Where can I find options documentation for this commands ?
And is there a timing optimization option for its ?