GPR Wrapper in Decode

This commit is contained in:
felsabbagh3
2019-09-09 01:03:13 -04:00
parent ecf81336db
commit bce9bc443c
16 changed files with 4432 additions and 4847 deletions

8
rtl/VX_gpr.v Normal file
View File

@@ -0,0 +1,8 @@
module VX_gpr (
input clk, // Clock
input clk_en, // Clock Enable
input rst_n, // Asynchronous reset active low
);
endmodule