byuccl / bfasst

Tools for FPGA Assurance Flows
Apache License 2.0
12 stars 4 forks source link

Improve run.py help message #382

Closed jgoeders closed 7 months ago

jgoeders commented 7 months ago

I would like to improve the run.py help message to display a nicer list of available flows with a short one-line description of each flow. It would be good if this was formatted nicely with one flow on each line.

eg:

vivado          Runs Xilinx Vivado from RTL to bitstream
vivado_ooc      Runs Xilinx Vivado from RTL to implementation, with out-of-context synthesis

This StackOverflow post has a discussion on how this can be done. Check this one as well.