//`timescale 1 ns / 100 ps module dv_emmu (input clk, input reset, input go); parameter DW = 32; //data width of parameter AW = 32; //data width of parameter IW = 12; //index size of table parameter PAW = 64; //physical address width of output parameter MW = PAW-AW+IW; //table data width parameter MD = 1<