check chain

This commit is contained in:
RuigeLee
2023-08-09 16:34:29 +08:00
parent 1c7a226a70
commit 50403930a9
4 changed files with 335 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ object testModule extends App {
))
(new chisel3.stage.ChiselStage).execute( Array("--target-dir", "generated/", "-E", "verilog" ) ++ args, Seq(
ChiselGeneratorAnnotation(() => { new BackPlaneMstTest })
ChiselGeneratorAnnotation(() => { new BackPlaneChainTest })
))
// val cfg = new MacCfg