fusesoc
fusesoc copied to clipboard
Package manager and build abstraction tool for FPGA/ASIC development
The tools section is mentioned as not inherited in https://fusesoc.readthedocs.io/en/latest/user/build_system/dependencies.html#what-happens-if-a-dependency-is-specified which is wrong. Also double-check the other sections and maybe add a test?
Hi, I just want to pass some defines from my command line to .core file and further this define has to pass to .cc file. This .cc file will create...
Previously, I had my own hdl wrapper :D but then I decided to use fusesoc since I believe it is much mature than what I have. In my build setup,...
FuseSoC handles a lot of file paths, currently as strings. That's often confusing and can lead to bugs, e.g. when describing paths on Windows. Additionally, manipulating paths as strings requires...
Configurable Generators ======================= At the moment all the parameters for a 'generator' must be fully specified in the core file with the corresponding 'generate' (ttctg). It would be useful to...
I am opening this issue to investigate allowing fusesoc to integrate migen or nmigen packages. I think this is a desirable functionality by several people. Preliminarily, are there any high-level...
Hi, I've just gotten started with FuseSoC and noticed that at least with the Verilator and Icestorm backends, it seems to always recompile the simulator binary/bitstream if the build command...
I am not sure if it applies to all tools, but for Vivado FuseSoc does not use any parallelism capabilities (Vivado `-jobs` parameter). I wanted to improve this, so I...
Add support for getting the provider from an external file (e.g. fusesoc.provider in the library root). This would allow using the same .core file for local and remote cores
For toolflow/automation development, it is common, if not easy, to mess up the linkage between a fusesoc library designation and the necessary files. Please add the ability for fusesoc to...