diff --git a/vram/MemoryArbiter_Test.bsv b/vram/MemoryArbiter_Test.bsv index 59e0071..0338bdf 100644 --- a/vram/MemoryArbiter_Test.bsv +++ b/vram/MemoryArbiter_Test.bsv @@ -200,9 +200,7 @@ module mkTB(); testCase("CPU write conflict, conflict resolved", idle, idle, idle, read(0), idle, idle, - -1, 0) - -); + -1, 0)); Reg#(UInt#(32)) idx <- mkReg(0);