pass tx rx status ctrl

This commit is contained in:
RuigeLee
2023-06-25 22:53:44 +08:00
parent 614958408d
commit 0fc0325969
10 changed files with 3224 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ import chisel3.stage._
object testModule extends App {
(new chisel3.stage.ChiselStage).execute( Array("--target-dir", "generated/", "-e", "verilog" ) ++ args, Seq(
ChiselGeneratorAnnotation(() => {
new MacRx()
new MacControl()
})
))
}