GPR Wrapper in Decode
This commit is contained in:
8
rtl/VX_gpr.v
Normal file
8
rtl/VX_gpr.v
Normal file
@@ -0,0 +1,8 @@
|
||||
module VX_gpr (
|
||||
input clk, // Clock
|
||||
input clk_en, // Clock Enable
|
||||
input rst_n, // Asynchronous reset active low
|
||||
|
||||
);
|
||||
|
||||
endmodule
|
||||
Reference in New Issue
Block a user