finish macrx

This commit is contained in:
RuigeLee
2023-06-21 21:55:16 +08:00
parent ac7db49089
commit 505aa7326a
5 changed files with 377 additions and 8 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 MIIM()
new MacRx()
})
))
}