Files
kernels/rtl/VX_gpr.v
2019-09-09 01:03:13 -04:00

8 lines
134 B
Verilog

module VX_gpr (
input clk, // Clock
input clk_en, // Clock Enable
input rst_n, // Asynchronous reset active low
);
endmodule