olofk / fusesoc

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

Targets in dependencies #634

Open skilambi opened 11 months ago

skilambi commented 11 months ago

Hello, I had a question regarding specifying targets in dependencies. When I have a particular target that I am selecting for the top core file, the dependencies are pulling in the "default" target. Is there a way to tell fusesoc to pull the same target across the top as well as dependency core files? Right now the behavior looks like it pulls the files I have specified under the target (eg synth) for the top core file but then for all the dependencies, it pulls only the default filesets. I am using the vivado tool-flow from within fusesoc.

Regards, Sai.

sebinho commented 7 months ago

I am also encountering the same issue and wondering if there is a solution to this. In my case, I have a top level core that depends on other cores. But I need to use different filesets when doing simulations, for example because I use simulation models. @olofk any clue on this?

Thanks a lot!