Ivan
Ivan
Im using systemrdl to implement my cores CSRs, with a generator that consumes a rdl file and compiles it to systemverilog files and thats working fine. Now lets say I...
I'm not sure if this is a bug or an intended change, and whether I should be using a different method. I wanted to generate a coverage report using verilator_coverage,...
This a proposed fix to #479. The idea is to override the inherited build method so it properly accounts for the pnr option and appends the synth argument when is...
This PR fixes #480. The change makes flow_make_options accessible to all flows that inherit from Edaflow.
The Make build runner currently retrieves its build_options from flow_make_options. However, this variable is defined only in the generic flow, which causes the option to be ignored in all other...
This issue is the root cause of #471. It occurs because the Vivado flow is inheriting the edaflow build method, which does not handle the pnr flow option. As a...