CDRin编译通过

This commit is contained in:
RuigeLee
2024-09-12 17:48:50 +08:00
parent ba6099608c
commit 57c81d5cac
2 changed files with 147 additions and 1 deletions

View File

@@ -40,7 +40,11 @@ object testModule extends App {
(new chisel3.stage.ChiselStage).execute( Array("--target-dir", "generated/cdr/", "-E", "verilog" ) ++ args, Seq(
ChiselGeneratorAnnotation(() => { new CDROut })
))
))
(new chisel3.stage.ChiselStage).execute( Array("--target-dir", "generated/cdr/", "-E", "verilog" ) ++ args, Seq(
ChiselGeneratorAnnotation(() => { new CDRIn })
))
// (new chisel3.stage.ChiselStage).execute( Array("--target-dir", "generated/", "-E", "verilog" ) ++ args, Seq(
// ChiselGeneratorAnnotation(() => { new BackPlaneChainTest })