1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-01-07 15:30:15 +02:00
nn-usb-fpga/plasma/logic/simulation/wave.do

42 lines
2.0 KiB
Plaintext
Raw Normal View History

2010-05-10 23:09:13 +03:00
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tbench/clk
add wave -noupdate -format Logic /tbench/reset
add wave -noupdate -format Logic /tbench/pause1
add wave -noupdate -format Logic /tbench/pause2
add wave -noupdate -format Logic /tbench/pause
add wave -noupdate -format Literal /tbench/u1_plasma/cpu_byte_we
add wave -noupdate -format Literal -expand /tbench/u1_plasma/byte_we_next
2010-05-26 05:49:58 +03:00
add wave -noupdate -format Literal -radix hexadecimal /tbench/u1_plasma/cpu_address
add wave -noupdate -format Literal -radix hexadecimal /tbench/u1_plasma/address_next
add wave -noupdate -format Literal -radix hexadecimal /tbench/u1_plasma/cpu_data_w
add wave -noupdate -format Literal -radix hexadecimal /tbench/u1_plasma/cpu_data_r
add wave -noupdate -format Logic /tbench/u1_plasma/cs_ram
add wave -noupdate -format Logic /tbench/u1_plasma/cs_uart
add wave -noupdate -format Literal /tbench/u1_plasma/u3_uart/addr
add wave -noupdate -format Logic /tbench/u1_plasma/u3_uart/enable_read
add wave -noupdate -format Literal /tbench/u1_plasma/u3_uart/addr
add wave -noupdate -format Logic /tbench/u1_plasma/u3_uart/enable_write
add wave -noupdate -format Logic /tbench/u1_plasma/u_txd
add wave -noupdate -format Logic /tbench/u1_plasma/u3_uart/busy_write
add wave -noupdate -format Logic /tbench/u1_plasma/u_rxd
add wave -noupdate -format Logic /tbench/u1_plasma/u3_uart/data_avail
add wave -noupdate -format Literal -radix hexadecimal /tbench/u1_plasma/u3_uart/data_in
add wave -noupdate -format Literal -radix hexadecimal /tbench/u1_plasma/u3_uart/data_out
2010-05-10 23:09:13 +03:00
TreeUpdate [SetDefaultTree]
2010-05-26 05:49:58 +03:00
WaveRestoreCursors {{Cursor 1} {999785196 ps} 0}
configure wave -namecolwidth 285
2010-05-10 23:09:13 +03:00
configure wave -valuecolwidth 40
configure wave -justifyvalue left
configure wave -signalnamewidth 0
configure wave -snapdistance 10
configure wave -datasetprefix 0
configure wave -rowmargin 4
configure wave -childrowmargin 2
configure wave -gridoffset 0
configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
2010-05-26 05:49:58 +03:00
WaveRestoreZoom {0 ps} {1050 us}