wip: going to try heuristic patching
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1536
memtest/mem.init
1536
memtest/mem.init
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -11,7 +11,7 @@ module memtest (
|
||||
input clki
|
||||
);
|
||||
|
||||
reg [31:0] mem[0:511];
|
||||
reg [31:0] mem[0:2047];
|
||||
reg [10:0] memadr;
|
||||
assign random_rom_dat_r = mem[memadr];
|
||||
|
||||
|
1482
memtest/top.rpt
1482
memtest/top.rpt
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user