compile pass
This commit is contained in:
@@ -60,7 +60,7 @@ class MacAXI(implicit p: Parameters) extends Mac{
|
||||
|
||||
|
||||
tlMasterNode := xbar := AXI4ToTL() := AXI4UserYanker(Some(1)) := AXI4Fragmenter() := axiConfigPort
|
||||
tlError.node := xbar
|
||||
// tlError.node := xbar
|
||||
|
||||
val intSinkNode = IntSinkNode(IntSinkPortSimple())
|
||||
intSinkNode := int_node
|
||||
@@ -37,11 +37,13 @@ class MacTest(implicit p: Parameters) extends Mac{
|
||||
))
|
||||
)))
|
||||
|
||||
tlMasterNode := tlClientIONode
|
||||
val tlBar = TLXbar()
|
||||
|
||||
tlMasterNode := tlBar := tlClientIONode
|
||||
ethReg.configNode := tlBar
|
||||
|
||||
val intSinkNode = IntSinkNode(IntSinkPortSimple())
|
||||
intSinkNode := int_node
|
||||
intSinkNode := ethReg.int_node
|
||||
|
||||
val tlSlv = InModuleBody {
|
||||
tlClientIONode.makeIOs()
|
||||
|
||||
@@ -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 MacAXI()(cfg))
|
||||
val soc = LazyModule(new MacTest()(cfg))
|
||||
soc.module
|
||||
})
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user