Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CTU CAN FD IP Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canbus
CTU CAN FD IP Core
Commits
992dc9cc
Commit
992dc9cc
authored
Dec 30, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Accustomized TX Arbitrator wave files.
parent
aaa8d323
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
test/unit/TX_Arbitrator/txar_unit.tcl
test/unit/TX_Arbitrator/txar_unit.tcl
+9
-8
No files found.
test/unit/TX_Arbitrator/txar_unit.tcl
View file @
992dc9cc
...
...
@@ -56,7 +56,7 @@ add wave -label "Buffer inputs" -unsigned $TCOMP/txt_buf_in
add wave -label
"Buffers ready"
-unsigned $TCOMP/txt_buf_ready
add wave -label
"Buffers pointer"
-unsigned $TCOMP/txtb_ptr
add wave -label
"Stored buffer index"
-unsigned $TCOMP/txt_hw_cmd_buf_index
add wave -label
"Priorities"
$TCOMP/tx
A
rbitrator_comp/txt_buf_prio
add wave -label
"Priorities"
$TCOMP/tx
_a
rbitrator_comp/txt_buf_prio
add wave -noupdate -divider -height 20
"DUT CAN Core interface"
add wave -label
"Data output"
-hexadecimal $TCOMP/tran_data_word_out
...
...
@@ -83,13 +83,14 @@ add wave -label "Combinational index valid" $TCOMP/high_prio_valid
add wave -label
"Delay counter"
$TCOMP/del_counter
add wave -noupdate -divider -height 20
"Internal DUT signals"
add wave -label
"Metadata pointer"
$TCOMP/txArbitrator_comp/txtb_pointer_meta
add wave -label
"FSM"
$TCOMP/txArbitrator_comp/tx_arb_fsm
add wave -label
"Last txt buffer index"
$TCOMP/txArbitrator_comp/last_txtb_index
add wave -label
"Buffer available"
$TCOMP/txArbitrator_comp/select_buf_avail
add wave -label
"Selected buf index"
$TCOMP/txArbitrator_comp/select_buf_index
add wave -label
"Read timestamp"
$TCOMP/txArbitrator_comp/txtb_timestamp
add wave -label
"Timestamp valid"
$TCOMP/txArbitrator_comp/timestamp_valid
add wave -label
"Metadata pointer"
$TCOMP/tx_arbitrator_comp/txtb_pointer_meta
add wave -label
"FSM"
$TCOMP/tx_arbitrator_comp/tx_arbitrator_fsm_comp/tx_arb_fsm
add wave -label
"FSM wait state"
$TCOMP/tx_arbitrator_comp/tx_arbitrator_fsm_comp/fsm_wait_state
add wave -label
"Last txt buffer index"
$TCOMP/tx_arbitrator_comp/last_txtb_index
add wave -label
"Buffer available"
$TCOMP/tx_arbitrator_comp/select_buf_avail
add wave -label
"Selected buf index"
$TCOMP/tx_arbitrator_comp/select_buf_index
add wave -label
"Read timestamp"
$TCOMP/tx_arbitrator_comp/txtb_timestamp
add wave -label
"Timestamp valid"
$TCOMP/tx_arbitrator_comp/timestamp_valid
################################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment