diff --git a/fpga/hdl/design/top.vhd b/fpga/hdl/design/top.vhd index 037885d..7a9211f 100644 --- a/fpga/hdl/design/top.vhd +++ b/fpga/hdl/design/top.vhd @@ -237,10 +237,10 @@ begin servant_rom_vhdl_inst : entity work.servant_ram_vhdl generic map( - memfile => "../sw/bootrom/bootrom.vhex", - read_only => true, - adr_width => 9, - force_vlog => not in_simulation -- GHDL + Yosys doesn't keep the memfile + memfile => "../sw/bootrom/bootrom.vhex", + read_only => true, + adr_width => 9, + force_vlog => not in_simulation -- GHDL + Yosys doesn't keep the memfile ) port map( clk => clk,