1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-04-21 12:27:27 +03:00

Adding lm32 demo to SAKC project

This commit is contained in:
Carlos Camargo
2010-05-25 21:49:58 -05:00
parent 26b0c73a84
commit 61d4408f2a
145 changed files with 27924 additions and 1501 deletions

View File

@@ -2,16 +2,14 @@ onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /plasma_TB_v/clk
add wave -noupdate -format Logic /plasma_TB_v/reset
add wave -noupdate -format Literal /plasma_TB_v/data_tx
add wave -noupdate -format Event /plasma_TB_v/reset_trigger
add wave -noupdate -format Event /plasma_TB_v/reset_done_trigger
add wave -noupdate -format Literal /plasma_TB_v/uut/data_read
add wave -noupdate -format Logic /plasma_TB_v/uut/ram_enable
add wave -noupdate -format Literal -radix hexadecimal /plasma_TB_v/uut/cpu_data_w
add wave -noupdate -format Literal -radix hexadecimal /plasma_TB_v/uut/cpu_data_r
add wave -noupdate -format Literal /plasma_TB_v/uut/byte_we_next
add wave -noupdate -format Literal -radix binary -expand /plasma_TB_v/uut/byte_we_next
add wave -noupdate -format Logic /plasma_TB_v/uut/U_RxD
add wave -noupdate -format Logic /plasma_TB_v/uut/U_TxD
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {3952754 ps} 0}
WaveRestoreCursors {{Cursor 1} {138039444 ps} 0}
configure wave -namecolwidth 240
configure wave -valuecolwidth 100
configure wave -justifyvalue left
@@ -25,4 +23,4 @@ configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {3946113 ps} {4013617 ps}
WaveRestoreZoom {132508776 ps} {136643152 ps}