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

Fixing plasma files.. Now works :)

This commit is contained in:
Carlos Camargo
2010-05-27 21:26:56 -05:00
parent 61d4408f2a
commit 01e672d028
15 changed files with 421 additions and 875 deletions

View File

@@ -1,32 +1,27 @@
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 Logic /tbench/clk_in
add wave -noupdate -format Logic /tbench/rst_in
add wave -noupdate -format Literal /tbench/addr
add wave -noupdate -format Literal /tbench/sram_data
add wave -noupdate -format Logic /tbench/nwe
add wave -noupdate -format Logic /tbench/noe
add wave -noupdate -format Logic /tbench/ncs
add wave -noupdate -format Logic /tbench/led
add wave -noupdate -format Logic /tbench/txd
add wave -noupdate -format Logic /tbench/rxd
add wave -noupdate -format Literal /tbench/u1_plasma/address_next
add wave -noupdate -format Literal /tbench/u1_plasma/byte_we_next
add wave -noupdate -format Literal /tbench/u1_plasma/cpu_address
add wave -noupdate -format Literal /tbench/u1_plasma/cpu_byte_we
add wave -noupdate -format Literal -expand /tbench/u1_plasma/byte_we_next
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
add wave -noupdate -format Literal /tbench/u1_plasma/cpu_data_w
add wave -noupdate -format Literal /tbench/u1_plasma/cpu_data_r
add wave -noupdate -format Literal /tbench/u1_plasma/data_read_uart
add wave -noupdate -format Literal /tbench/u1_plasma/data_read_pic
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {999785196 ps} 0}
configure wave -namecolwidth 285
configure wave -valuecolwidth 40
WaveRestoreCursors {{Cursor 1} {999999246 ps} 0}
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
configure wave -signalnamewidth 0
configure wave -snapdistance 10
@@ -38,4 +33,4 @@ configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {0 ps} {1050 us}
WaveRestoreZoom {999999050 ps} {1000000050 ps}