Skip to content

Commit

Permalink
[hardware/wave] Add xif waves
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Sep 17, 2024
1 parent e950314 commit 8cdcfec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardware/scripts/wave_ara.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ add wave -noupdate -group Ara -group core /ara_tb/dut/i_ara_soc/i_system/i_ara/*

add wave -noupdate -group Ara -group dispatcher /ara_tb/dut/i_ara_soc/i_system/i_ara/i_dispatcher/*
add wave -noupdate -group Ara -group sequencer /ara_tb/dut/i_ara_soc/i_system/i_ara/i_sequencer/*
add wave -noupdate -group Ara -group xif_handler -position insertpoint sim:/ara_tb/dut/i_ara_soc/i_system/i_ara/i_xif_handler/*
add wave -noupdate -group Ara -group xif_pre_decoder -position insertpoint sim:/ara_tb/dut/i_ara_soc/i_system/i_ara/i_xif_handler/i_xif_issue_pre_decoder/*
add wave -noupdate -group Ara -group xif_buffer -position insertpoint sim:/ara_tb/dut/i_ara_soc/i_system/i_ara/i_xif_handler/i_xif_buffer/*

# Add waves from all the lanes
for {set lane 0} {$lane < [examine -radix dec ara_tb.NrLanes]} {incr lane} {
Expand Down

0 comments on commit 8cdcfec

Please sign in to comment.