Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 RISCV 工具链,我们正在为 Rocketchip 生成 64 位的 verilog 文件。但我们需要 32 位 RISCV 火箭芯片。为此,scala 和 chisel 文件中的要求和修改是什么。
是否可以生成 32 位 Rocket 内核来执行此操作。
Rocket 是一个 RV64 实现。不幸的是,它没有一个简单的开关来使它成为 RV32。制作 RV32 需要一些修改,希望很小。