cpu/testbench/common/axi4_lite.sv
2021-08-11 00:18:46 -06:00

5 lines
51 B
Systemverilog

module axi4_lite(
input wire aclk
);
endmodule