Initial version
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@621 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
## NOTE: Do not edit this file.
|
||||
##
|
||||
|
||||
vlib work
|
||||
vcom -explicit -93 "../src/ps2_core.vhd"
|
||||
vcom -explicit -93 "../src/tb_ps2_core.vhd"
|
||||
|
||||
vsim -t 1ps -lib work tb_ps2_core
|
||||
do {tb_ps2_core.wdo}
|
||||
view wave
|
||||
view structure
|
||||
view signals
|
||||
run 5 ms
|
||||
@@ -0,0 +1,33 @@
|
||||
onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate -format Logic /tb_ps2_core/rst
|
||||
add wave -noupdate -format Logic /tb_ps2_core/clk
|
||||
add wave -noupdate -format Literal /tb_ps2_core/din
|
||||
add wave -noupdate -format Logic /tb_ps2_core/tx_empty
|
||||
add wave -noupdate -format Logic /tb_ps2_core/din_vld
|
||||
add wave -noupdate -format Literal /tb_ps2_core/dout
|
||||
add wave -noupdate -format Logic /tb_ps2_core/rx_present
|
||||
add wave -noupdate -format Logic /tb_ps2_core/read_en
|
||||
add wave -noupdate -format Literal /tb_ps2_core/dout_reg
|
||||
add wave -noupdate -format Logic /tb_ps2_core/ps2_data_rx
|
||||
add wave -noupdate -format Logic /tb_ps2_core/ps2_clk_rx
|
||||
add wave -noupdate -format Logic /tb_ps2_core/ps2_clk_tx
|
||||
add wave -noupdate -format Logic /tb_ps2_core/ps2_data_tx
|
||||
add wave -noupdate -format Logic /tb_ps2_core/ps2_clk_i
|
||||
add wave -noupdate -format Logic /tb_ps2_core/tx_trig
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {4999629518 ps} 0}
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 1
|
||||
configure wave -snapdistance 10
|
||||
configure wave -datasetprefix 0
|
||||
configure wave -rowmargin 4
|
||||
configure wave -childrowmargin 2
|
||||
configure wave -gridoffset 0
|
||||
configure wave -gridperiod 100
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 1
|
||||
update
|
||||
WaveRestoreZoom {0 ps} {5250 us}
|
||||
Reference in New Issue
Block a user