mirror of
https://github.com/WangXuan95/USTC-RVSoC.git
synced 2025-01-30 23:02:55 +08:00
9 lines
206 B
Systemverilog
9 lines
206 B
Systemverilog
|
// asm file name: uart_print.S
|
||
|
module instr_rom(
|
||
|
input logic clk, rst_n,
|
||
|
naive_bus.slave bus
|
||
|
);
|
||
|
localparam INSTR_CNT = 30'd20;
|
||
|
|
||
|
wire [0:INSTR_CNT-1] [31:0] instr_rom_cell = {
|