olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.16k stars 242 forks source link

[doc] Document use flags #381

Open imphil opened 4 years ago

imphil commented 4 years ago

FuseSoC supports use flags, but doesn't document which use flags are actually set. This needs to be documented.

Currently we set:

Support for user-defined use flags is being developed in #268, but currently not present.

olofk commented 4 years ago

A rudimentary first version of user-defined use flags are actually implemented. It's possible to specify --flag=i_am_a_flag --flag=i_am_another_flag on the command line