RTL code refactoring

This commit is contained in:
Blaise Tine
2020-04-19 09:24:04 -04:00
parent 3139d37610
commit e9dfa828fe
33 changed files with 998 additions and 1022 deletions

View File

@@ -86,7 +86,7 @@ reg[31:0] io_data;
initial begin
// $fdumpfile("vortex1.vcd");
load_file("../../runtime/tests/simple/vx_simple_main.hex");
load_file("../../runtime/tests/simple/simple_main_if.hex");
$dumpvars(0, vortex_tb);
reset = 1;
clk = 0;