fpga: top: Refactor indentation
This commit is contained in:
parent
f21122c54b
commit
9487f5c2ef
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user