olofk / fusesoc

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

Variables in script arguments #693

Open gsteiert opened 2 weeks ago

gsteiert commented 2 weeks ago

Is there a way to use variables or parameters as script arguments for commands? I would like to grab the base file name and add a suffix to it to avoid hard coding file names in post processing scripts.

olofk commented 1 week ago

No support for that yet unfortunately. There are some ideas how to do it, but it needs a bit of work.