mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
Adding modelsim simulation files
This commit is contained in:
36
plasma/logic/simulation/wave.do
Normal file
36
plasma/logic/simulation/wave.do
Normal file
@@ -0,0 +1,36 @@
|
||||
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/interrupt
|
||||
add wave -noupdate -format Logic /tbench/mem_write
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tbench/data_read
|
||||
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 Logic /tbench/u1_plasma/enable_misc
|
||||
add wave -noupdate -format Logic /tbench/u1_plasma/enable_uart
|
||||
add wave -noupdate -format Logic /tbench/uart_write
|
||||
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 Literal -radix hexadecimal /tbench/u1_plasma/address_next
|
||||
add wave -noupdate -format Literal /tbench/gpioa_in
|
||||
add wave -noupdate -format Logic /tbench/u1_plasma/write_enable
|
||||
add wave -noupdate -format Literal /tbench/u1_plasma/cpu_byte_we
|
||||
add wave -noupdate -format Literal -expand /tbench/u1_plasma/byte_we_next
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {75144797 ps} 0}
|
||||
configure wave -namecolwidth 269
|
||||
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
|
||||
WaveRestoreZoom {71704646 ps} {72130128 ps}
|
||||
Reference in New Issue
Block a user