基本功能单元编译通过,开始搭建测试环境校对流水线

This commit is contained in:
Ruige Lee
2025-04-11 17:57:47 +08:00
parent dabfc86983
commit 00a7b0fe6e
10 changed files with 493 additions and 259 deletions

View File

@@ -96,3 +96,9 @@ object testModule extends App {
}
object testShinModule extends App {
(new chisel3.stage.ChiselStage).execute( Array("--target-dir", "generated/shin/", "-e", "verilog" ) ++ args, Seq(
ChiselGeneratorAnnotation(() => { new SlaveParser }),
))
}