mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-20 01:34:53 +00:00
nexys_video: Fix nexys-video build
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
3c2739e10a
commit
5449d842dd
@ -20,7 +20,7 @@ entity toplevel is
|
||||
SPI_FLASH_OFFSET : integer := 10485760;
|
||||
SPI_FLASH_DEF_CKDV : natural := 1;
|
||||
SPI_FLASH_DEF_QUAD : boolean := true;
|
||||
UART_IS_16550 : boolean := true;
|
||||
UART_IS_16550 : boolean := true
|
||||
);
|
||||
port(
|
||||
ext_clk : in std_ulogic;
|
||||
@ -151,8 +151,8 @@ begin
|
||||
wb_dram_out => wb_dram_out,
|
||||
wb_ext_io_in => wb_ext_io_in,
|
||||
wb_ext_io_out => wb_ext_io_out,
|
||||
wb_ext_is_dram_csr => wb_dram_is_csr,
|
||||
wb_ext_is_dram_init => wb_dram_is_init,
|
||||
wb_ext_is_dram_csr => wb_ext_is_dram_csr,
|
||||
wb_ext_is_dram_init => wb_ext_is_dram_init,
|
||||
alt_reset => core_alt_reset
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user