vram: tidy up formatting
This commit is contained in:
parent
60348fefd2
commit
d41ca7daae
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue