olofk / fusesoc

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

Adding block design files for vivado flow #633

Closed skilambi closed 11 months ago

skilambi commented 11 months ago

Hi All,

Is there a way to add block designs that I have generated to the fusesoc core file? Something similar to adding xci files. I could not find an example of this anywhere. These are *.bd files in Vivado flow.

Regards, Sai.

skilambi commented 11 months ago

Found the answer in the python files. Just add the bd file within a separate fileset and add "fileset_type: bd"