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:
@@ -2,25 +2,30 @@ 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
|
||||
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
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {75144797 ps} 0}
|
||||
configure wave -namecolwidth 269
|
||||
WaveRestoreCursors {{Cursor 1} {999785196 ps} 0}
|
||||
configure wave -namecolwidth 285
|
||||
configure wave -valuecolwidth 40
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 0
|
||||
@@ -33,4 +38,4 @@ configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {71704646 ps} {72130128 ps}
|
||||
WaveRestoreZoom {0 ps} {1050 us}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user