`ifdef SYNTHESIS `define lag(x) x `else `define lag(x) $past(x) `endif module mem ( input bit clk , input bit reset , output bit ready , input bit valid , input bit write , input bit [ADDR_BITS-1:0] address , input bit [DATA_BITS-1:0] write_data , output bit read_valid , output bit [DATA_BITS-1:0] read_data ); parameter ADDR_BITS; parameter DATA_BITS; parameter INIT_FILE; bit [DATA_BITS-1:0] storage [0:(1<= 26000) $finish; end `endif end if (switch_sing_step) run = 0; if (state == FETCH && switch_sing_inst) run = 0; rx_ready = !tti_valid; end end end endmodule