[DE0-Nano]
- reduce hard coded numbers git-svn-id: http://moon:8086/svn/vhdl/trunk@1366 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -424,8 +424,8 @@ inst_spi_flash : entity work.spi_flash_wb
|
||||
inst_ctrl_sdr_wb32 : entity work.ctrl_sdr_wb32
|
||||
GENERIC MAP
|
||||
(
|
||||
F_SYSCLK => 50.000,
|
||||
F_SDRCLK_IN => 50.000,
|
||||
F_SYSCLK => F_SYSCLK,
|
||||
F_SDRCLK_IN => F_SYSCLK,
|
||||
F_SDRCLK => 100.000,
|
||||
FIFO_DEPTH => 4,
|
||||
TPD_BOARD_SIM => 3100 ps
|
||||
|
||||
Reference in New Issue
Block a user