1
0
Fork 0

tilelink2 Fuzzer: test Atomics

This commit is contained in:
Wesley W. Terpstra 2016-09-21 17:09:24 -07:00
parent 2b9403633d
commit cf39c32b0e
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ class TLFuzzRAM extends LazyModule
val cross = LazyModule(new TLAsyncCrossing)
model.node := fuzz.node
xbar2.node := model.node
xbar2.node := TLAtomicAutomata()(model.node)
ram2.node := TLFragmenter(xbar2.node, 16, 256)
xbar.node := TLWidthWidget(TLHintHandler(xbar2.node), 16)
cross.node := TLFragmenter(TLBuffer(xbar.node), 4, 256)