fusesoc
fusesoc copied to clipboard
Package manager and build abstraction tool for FPGA/ASIC development
@imphil I tried to rebase this such that this addition is integrated into the current version of `fusesoc`. I got stuck during rebasing as I do not have enough experience...
### Summary Specifying a `version` attribute when using the `git` provider is currently broken as implemented. the root cause was introduced by commit 8911f7c. The current implementation will perform `git...
Dear all, I have a top .core file as: ``` filesets: files_rtl_generic: depend: - verynice_submodule:submodule files: - hw/mytoplevel.sv file_type: systemVerilogSource tb-verilator: files: - tb/tb_top.cpp file_type: cppSource targets: default: &default_target filesets:...
This enables support for the new flow API in Edalize, which will eventually supersede the current Edalize API. For now these two APIs live side by side. FuseSoC users who...
It would be nice to have a schema for defining constraint of the fields defining the `CAPI2` core format. Related: https://github.com/olofk/edalize/issues/288
Devs, I want to say thank you. Your tool is amazing, it's exactly what I desperately needed for a long time! Running yosys with following config: ``` # The "synth"...
Repro ``` pip install --user -U fusesoc git clone https://github.com/alexforencich/verilog-uart.git fusesoc --cores-root . core list ``` Result: hang!
The current flag implementation allows the user to optionally include dependencies (or files or set parameters etc) based on the flag being true of false: ```yaml targets: lint:
This change adds support for setting a no_export flag from within a target which prevents the source files from being exported to the build tree. You can currently get the...
I thinks the FuseSoC should have a feature that checks the underlying tool's version. For example, I need to use at least Yosys 0.10, but Ubuntu Repos contain Yosys 0.9,...