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
+8 -5
View File
@@ -31,6 +31,7 @@ library work;
use work.mips_types.all;
use work.sdram_config.all;
use work.sdram_types.all;
use work.vga_types.all;
ENTITY tb_mips_sys IS
END tb_mips_sys;
@@ -122,11 +123,13 @@ ARCHITECTURE behavior OF tb_mips_sys IS
BEGIN
uut: entity work.mips_sys
-- GENERIC MAP
-- (
-- ddr_phaseshift => 90,
-- ddr_frequency_hz => 100E6
-- )
GENERIC MAP
(
sys_freq_in => 100.000,
sys_freq => 125.000,
sdram_phaseshift => 0,
tsvga => ts_vga_800_600_72
)
PORT MAP
(
sys_rst_n_in => sys_rst_n_in,