This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information