Skip to content

Commit

Permalink
Merge pull request #33 from abs-tudelft/fix-coloring-error
Browse files Browse the repository at this point in the history
Fix vsim signal coloring error
  • Loading branch information
jvanstraten authored Oct 25, 2019
2 parents 69dd26f + 2809769 commit dfd679e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vhdeps/targets/vsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
foreach obj $vhd_list {
# get leaf name
set nam [lindex [split $obj /] end]
# change color
property wave $nam -color $color
# (try to) change color
catch { property wave $nam -color $color }
}
}
Expand Down

0 comments on commit dfd679e

Please sign in to comment.