Cleanup imports of VX_define

This commit is contained in:
wgulian3
2020-02-04 10:54:25 -05:00
parent d727404f3b
commit 8d20b52ea2
11 changed files with 12 additions and 12 deletions

View File

@@ -20,8 +20,8 @@ module VX_warp (
);
reg[31:0] real_PC;
var[31:0] temp_PC;
var[31:0] use_PC;
logic [31:0] temp_PC;
logic [31:0] use_PC;
reg[`NT_M1:0] valid;
reg[`NT_M1:0] valid_zero;