You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
Fix: Default make recipe not dump firrtl file. (#67)
According to README in riscv-mini, running `make` would dump .fir firrtl
file and .sv file. But there is only a SystemVerilog file output in the
generated dir.
Some projects maybe relies to this behavior to work, such as
ussc-vama/essent-chisel-gallery.
So I append a flag to SBT to avoid some potential issue. Running `make`
will also generate firrtl file now.
0 commit comments