Minor changes

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@737 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-02-09 09:38:56 +00:00
parent 810ae067bc
commit b6dcc8cc48
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -288,7 +288,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
( (
+8 -5
View File
@@ -31,6 +31,7 @@ library work;
use work.mips_types.all; use work.mips_types.all;
use work.sdram_config.all; use work.sdram_config.all;
use work.sdram_types.all; use work.sdram_types.all;
use work.vga_types.all;
ENTITY tb_mips_sys IS ENTITY tb_mips_sys IS
END tb_mips_sys; END tb_mips_sys;
@@ -122,11 +123,13 @@ ARCHITECTURE behavior OF tb_mips_sys IS
BEGIN BEGIN
uut: entity work.mips_sys uut: entity work.mips_sys
-- GENERIC MAP GENERIC MAP
-- ( (
-- ddr_phaseshift => 90, sys_freq_in => 100.000,
-- ddr_frequency_hz => 100E6 sys_freq => 125.000,
-- ) sdram_phaseshift => 0,
tsvga => ts_vga_800_600_72
)
PORT MAP PORT MAP
( (
sys_rst_n_in => sys_rst_n_in, sys_rst_n_in => sys_rst_n_in,