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
|
servant_rom_vhdl_inst : entity work.servant_ram_vhdl
|
||||||
generic map(
|
generic map(
|
||||||
memfile => "../sw/bootrom/bootrom.vhex",
|
memfile => "../sw/bootrom/bootrom.vhex",
|
||||||
read_only => true,
|
read_only => true,
|
||||||
adr_width => 9,
|
adr_width => 9,
|
||||||
force_vlog => not in_simulation -- GHDL + Yosys doesn't keep the memfile
|
force_vlog => not in_simulation -- GHDL + Yosys doesn't keep the memfile
|
||||||
)
|
)
|
||||||
port map(
|
port map(
|
||||||
clk => clk,
|
clk => clk,
|
||||||
|
Loading…
Reference in New Issue
Block a user