tl to axi in single device

This commit is contained in:
RuigeLee
2023-07-12 17:24:42 +08:00
parent 242765f106
commit 63be80135c
5 changed files with 123 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ object testModule extends App {
(new chisel3.stage.ChiselStage).execute( Array("--show-registrations", "--full-stacktrace", "--target-dir", "generated/Main") ++ args, Seq(
ChiselGeneratorAnnotation(() => {
val soc = LazyModule(new MacTest()(cfg))
val soc = LazyModule(new MacAXI()(cfg))
soc.module
})
))