fusesoc icon indicating copy to clipboard operation
fusesoc copied to clipboard

Package manager and build abstraction tool for FPGA/ASIC development

Results 169 fusesoc issues
Sort by recently updated
recently updated
newest added

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?

type:bug
category:docs

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...

type:question

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...

good first bug
type:cleanup

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...

type:feature

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...

type:feature
status:needs-info

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...

type:feature

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

type:feature

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...