From 9487f5c2ef1f8e6e1db9cd4f9dbb714e5cd51aab Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Fri, 8 Nov 2024 15:52:46 +0100 Subject: [PATCH] fpga: top: Refactor indentation --- fpga/hdl/design/top.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,