From 694f71a280c7c386a7f9c6dcc220563fe7b61313 Mon Sep 17 00:00:00 2001 From: Private Island Networks Inc Date: Wed, 13 May 2026 12:52:39 -0400 Subject: initial commit, see README in top folder --- sim/wav/basic_wav.do | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 sim/wav/basic_wav.do (limited to 'sim/wav') 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} -- cgit v1.2.3-8-gadcc