- added generic 'simulate_tx' for output of TX-Data into simulation log

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@758 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-07 16:10:57 +00:00
parent c6983bd768
commit 9bf3b46cf3
2 changed files with 23 additions and 2 deletions
+5
View File
@@ -331,6 +331,10 @@ inst_sram_port : entity work.async_port_wb
);
inst_uart : entity work.uart_wb
GENERIC MAP
(
simulate_tx => true
)
PORT MAP
(
CLK_I => clk,
@@ -399,6 +403,7 @@ FLASH_READ:
process(rst, flash_cs_n, flash_oe_n, flash_a)
type file_t is file of integer;
file load_flash : file_t open read_mode is "ucb.elf.flash.bin";
-- file load_flash : file_t open read_mode is "test_dcache.flash.bin";
variable instr : integer;
variable index : natural;
variable temp : signed(31 downto 0);