diff options
| author | Private Island Networks Inc <opensource@privateisland.tech> | 2026-05-13 12:52:39 -0400 |
|---|---|---|
| committer | Private Island Networks Inc <opensource@privateisland.tech> | 2026-05-13 12:52:39 -0400 |
| commit | 694f71a280c7c386a7f9c6dcc220563fe7b61313 (patch) | |
| tree | d2624afb31f6d6da08624d4c2175a00fc2ad0eb5 /sim/wav | |
Diffstat (limited to 'sim/wav')
| -rw-r--r-- | sim/wav/basic_wav.do | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/sim/wav/basic_wav.do b/sim/wav/basic_wav.do new file mode 100644 index 0000000..5c461cd --- /dev/null +++ b/sim/wav/basic_wav.do @@ -0,0 +1,53 @@ +onerror {resume} +quietly WaveActivateNextPane {} 0 +add wave -noupdate -divider -height 20 TB +add wave -noupdate /tb/rstn +add wave -noupdate /tb/clk_25 +add wave -noupdate /tb/clk_125 +add wave -noupdate /tb/clk_250 +add wave -noupdate /tb/pll_lock +add wave -noupdate /tb/pclk +add wave -noupdate /tb/rx_d +add wave -noupdate -radix unsigned /tb/rx_clk_cnt +add wave -noupdate /tb/rx_clk_cnt_start +add wave -noupdate /tb/rx_idle_cnt +add wave -noupdate /tb/rx_last_byte +add wave -noupdate /tb/clk_125 +add wave -noupdate /tb/clk_250 +add wave -noupdate /tb/rx_data_cnt +add wave -noupdate /tb/rx_d_byte +add wave -noupdate /tb/rgmii_rx_clk +add wave -noupdate /tb/rgmii_rx_ctl +add wave -noupdate /tb/rgmii_rx_d +add wave -noupdate /tb/rgmii_tx_clk +add wave -noupdate /tb/rgmii_tx_ctl +add wave -noupdate /tb/rgmii_tx_d +add wave -noupdate -divider -height 20 DUT +add wave -noupdate /tb/dut/rgmii_rx_clk +add wave -noupdate /tb/dut/rgmii_rx_ctl +add wave -noupdate /tb/dut/rgmii_rx_d +add wave -noupdate /tb/dut/rx_ctl +add wave -noupdate /tb/dut/rx_d +add wave -noupdate /tb/dut/tx_ctl +add wave -noupdate /tb/dut/tx_d +add wave -noupdate /tb/dut/rgmii_tx_clk +add wave -noupdate /tb/dut/rgmii_tx_ctl +add wave -noupdate /tb/dut/rgmii_tx_d +TreeUpdate [SetDefaultTree] +WaveRestoreCursors {{Cursor 1} {26378096549 fs} 0} +quietly wave cursor active 1 +configure wave -namecolwidth 150 +configure wave -valuecolwidth 100 +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 +configure wave -timelineunits ns +update +WaveRestoreZoom {26360219488 fs} {26396029484 fs} |



