mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
Changed tb
This commit is contained in:
parent
b3c7ac435a
commit
31de18c328
2 changed files with 2 additions and 2 deletions
2
rtl/cache/VX_cache_data.v
vendored
2
rtl/cache/VX_cache_data.v
vendored
|
@ -116,7 +116,7 @@ module VX_cache_data
|
|||
|
||||
// Using ASIC MEM
|
||||
/* verilator lint_off PINCONNECTEMPTY */
|
||||
rf2_256x128_wm1 data (
|
||||
rf2_32x128_wm1 data (
|
||||
.CENYA(),
|
||||
.AYA(),
|
||||
.CENYB(),
|
||||
|
|
|
@ -87,7 +87,7 @@ reg out_ebreak;
|
|||
|
||||
initial begin
|
||||
// $fdumpfile("vortex1.vcd");
|
||||
load_file("../../runtime/mains/dev/vx_dev_main.hex");
|
||||
load_file("../../runtime/mains/simple/vx_simple_main.hex");
|
||||
//load_file("../../kernel/vortex_test.hex");
|
||||
$dumpvars(0, vortex_tb);
|
||||
reset = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue