NOVeA_2K_ROM_ctrl.v
374 Bytes
`timescale 10ps/10ps
`define OPC_CIRCUIT_INSTANCE bb_top.bb_shell.bb
module NOVeA_2K_ROM_ctrl ;
initial begin
$write( "Virage NOVeA_2K code assignment\n" ) ;
$write(
" NOVeA_2K code file: %s\n",
"./NOVeA_2K.dat"
) ;
$readmemh(
"./NOVeA_2K.dat",
`OPC_CIRCUIT_INSTANCE.v2.vsc.I_NOVeA.I_NOVeA_Expand.uut.earom
) ;
end
endmodule