module inst_mem(inst_out, pc_addr_out, clk, rstb); output reg [31:0] inst_out; input clk, rstb; input [7:0] pc_addr_out; reg [31:0] array[7:0];