From c1042cfa51da420a393bba6df5470bea045f8ec3 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 20 Jul 2013 09:55:55 +0000 Subject: [PATCH] =?UTF-8?q?-=20m=EF=BF=BDnor=20changes=20Committed=20on=20?= =?UTF-8?q?the=20Free=20edition=20of=20March=20Hare=20Software=20CVSNT=20S?= =?UTF-8?q?erver.=20Upgrade=20to=20CVS=20Suite=20for=20more=20features=20a?= =?UTF-8?q?nd=20support:=20http://march-hare.com/cvsnt/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://moon:8086/svn/vhdl/trunk@980 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/misc/sim/tb_ram_wb.wdo | 6 +++--- lib/misc/tb_ram_wb.vhd | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/misc/sim/tb_ram_wb.wdo b/lib/misc/sim/tb_ram_wb.wdo index 53e65e1..144e7a9 100644 --- a/lib/misc/sim/tb_ram_wb.wdo +++ b/lib/misc/sim/tb_ram_wb.wdo @@ -14,9 +14,9 @@ add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/dat_i add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/dat_o add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/dout_reg add wave -noupdate -format Literal /tb_ram_wb/dout_cnt -add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/inst_ram_wb/inst_ram/sram +add wave -noupdate -format Literal -radix hexadecimal -expand /tb_ram_wb/inst_ram_wb/inst_ram/sram TreeUpdate [SetDefaultTree] -WaveRestoreCursors {{Cursor 1} {740000 ps} 0} +WaveRestoreCursors {{Cursor 1} {23564 ps} 0} configure wave -namecolwidth 150 configure wave -valuecolwidth 100 configure wave -justifyvalue left @@ -30,4 +30,4 @@ configure wave -gridperiod 1 configure wave -griddelta 40 configure wave -timeline 0 update -WaveRestoreZoom {0 ps} {1575 ns} +WaveRestoreZoom {0 ps} {179430 ps} diff --git a/lib/misc/tb_ram_wb.vhd b/lib/misc/tb_ram_wb.vhd index 64e747a..fb39a90 100644 --- a/lib/misc/tb_ram_wb.vhd +++ b/lib/misc/tb_ram_wb.vhd @@ -105,7 +105,7 @@ STIMULUS: process CYC_O <= '1'; STB_O <= '1'; WE_O <= '1'; - DAT_O <= X"1234_0000"; + DAT_O <= X"1234_CAF0"; ADDR_O <= X"0000_0000"; wait until rising_edge(CLK_O) and SRDY_I = '1'; DAT_O <= DAT_O + 1;