- bugfix
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@742 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -43,8 +43,7 @@ ENTITY mips_sys IS
|
|||||||
GENERIC
|
GENERIC
|
||||||
(
|
(
|
||||||
sys_freq_in : real := 100.0;
|
sys_freq_in : real := 100.0;
|
||||||
sys_freq : real := 125.0;
|
sys_freq : real := 100.0;
|
||||||
sdram_freq : real := 125.0;
|
|
||||||
sdram_phaseshift : integer := 0;
|
sdram_phaseshift : integer := 0;
|
||||||
tsvga : vga_timespec_t := ts_vga_800_600_60
|
tsvga : vga_timespec_t := ts_vga_800_600_60
|
||||||
|
|
||||||
@@ -195,7 +194,7 @@ ARCHITECTURE behavior OF mips_sys IS
|
|||||||
COMPONENT async_port_wb
|
COMPONENT async_port_wb
|
||||||
GENERIC
|
GENERIC
|
||||||
(
|
(
|
||||||
f_sysclk : real := 100.0;
|
f_sysclk : real := sys_freq;
|
||||||
addr_width : natural := 32;
|
addr_width : natural := 32;
|
||||||
data_width : natural := 32;
|
data_width : natural := 32;
|
||||||
byte_sel_width : natural := 4;
|
byte_sel_width : natural := 4;
|
||||||
@@ -250,7 +249,7 @@ ARCHITECTURE behavior OF mips_sys IS
|
|||||||
COMPONENT gpio_wb
|
COMPONENT gpio_wb
|
||||||
Generic
|
Generic
|
||||||
(
|
(
|
||||||
f_sysclk : real := 100.0
|
f_sysclk : real := sys_freq
|
||||||
);
|
);
|
||||||
PORT
|
PORT
|
||||||
(
|
(
|
||||||
@@ -891,7 +890,7 @@ inst_sdram_ctrl_frontend_wb : entity work.sdram_ctrl_frontend64_wb
|
|||||||
(
|
(
|
||||||
BL => BURST_LEN,
|
BL => BURST_LEN,
|
||||||
f_sysclk => sys_freq,
|
f_sysclk => sys_freq,
|
||||||
f_sdrclk => sdram_freq,
|
f_sdrclk => sys_freq,
|
||||||
fifo_depth => 5
|
fifo_depth => 5
|
||||||
)
|
)
|
||||||
PORT MAP
|
PORT MAP
|
||||||
|
|||||||
Reference in New Issue
Block a user