axi4: implement a diplomatic AXI4 clock crossing (#1049)
This commit is contained in:
committed by
GitHub
parent
b64609bfe8
commit
f82e441426
@ -30,7 +30,8 @@ class WithAMBAUnitTests extends Config((site, here, up) => {
|
||||
Module(new APBBridgeTest(false,txns=6*txns, timeout=timeout)),
|
||||
Module(new AXI4LiteFuzzRAMTest(txns=6*txns, timeout=timeout)),
|
||||
Module(new AXI4FullFuzzRAMTest(txns=3*txns, timeout=timeout)),
|
||||
Module(new AXI4BridgeTest( txns=3*txns, timeout=timeout))) }
|
||||
Module(new AXI4BridgeTest( txns=3*txns, timeout=timeout)),
|
||||
Module(new AXI4RAMAsyncCrossingTest(txns=3*txns, timeout=timeout))) }
|
||||
})
|
||||
|
||||
class WithTLSimpleUnitTests extends Config((site, here, up) => {
|
||||
|
Reference in New Issue
Block a user