olofk / fusesoc

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

Add parameter indicating if files are exported #649

Closed paul-gatewood closed 8 months ago

paul-gatewood commented 9 months ago

This parameter is used for a PR to enable the --no-export flag for Libero. Libero's import_file command always copies the file into the local project directory, so the project script needs a way to tell if it should link instead using create_link.

olofk commented 8 months ago

Will this still be needed with the latest updates to the Libero PR?

paul-gatewood commented 8 months ago

No, with the simplification to always use ‘create_links’, this is no longer needed. Thanks again!