- working (SDRAM R1153)
git-svn-id: http://moon:8086/svn/vhdl/trunk@1156 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -712,10 +712,6 @@ inst_usb_port : entity work.async_port_wb
|
||||
);
|
||||
|
||||
inst_uart_wb_0 : entity work.uart_wb
|
||||
GENERIC MAP
|
||||
(
|
||||
simulate_tx => true
|
||||
)
|
||||
PORT MAP
|
||||
(
|
||||
CLK_I => CLK_O,
|
||||
@@ -736,10 +732,6 @@ inst_uart_wb_0 : entity work.uart_wb
|
||||
);
|
||||
|
||||
inst_uart_wb_1 : entity work.uart_wb
|
||||
GENERIC MAP
|
||||
(
|
||||
simulate_tx => true
|
||||
)
|
||||
PORT MAP
|
||||
(
|
||||
CLK_I => CLK_O,
|
||||
@@ -760,10 +752,6 @@ inst_uart_wb_1 : entity work.uart_wb
|
||||
);
|
||||
|
||||
inst_uart_wb_2 : entity work.uart_wb
|
||||
GENERIC MAP
|
||||
(
|
||||
simulate_tx => true
|
||||
)
|
||||
PORT MAP
|
||||
(
|
||||
CLK_I => CLK_O,
|
||||
|
||||
@@ -148,9 +148,7 @@ uut: entity work.mips_sys
|
||||
GENERIC MAP
|
||||
(
|
||||
sys_freq_in => 100.000,
|
||||
cpu_freq => 60.000,
|
||||
WITH_TLB => WITH_TLB,
|
||||
TRANSLATE_KSEG0_1 => KSEG_01_TRANSLATED,
|
||||
cpu_freq => 100.000,
|
||||
sdram_phaseshift => 0,
|
||||
tsvga => ts_vga_800_600_72
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user