projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd699e0
)
Tiny fix in vcdcd.pl
author
Clifford Wolf
<clifford@clifford.at>
Tue, 13 Jan 2015 11:59:29 +0000
(12:59 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 13 Jan 2015 11:59:29 +0000
(12:59 +0100)
tests/tools/vcdcd.pl
patch
|
blob
|
history
diff --git
a/tests/tools/vcdcd.pl
b/tests/tools/vcdcd.pl
index 2abfb7a21b0816bdb3aa35df9df350482c4a8ca4..6f497e99c71209b2bafe414a84c3b5761a031039 100755
(executable)
--- a/
tests/tools/vcdcd.pl
+++ b/
tests/tools/vcdcd.pl
@@
-80,8
+80,8
@@
for my $net (sort keys %gold_signals_hash) {
for my $fullname (keys $gate_signals_hash{$net}) {
$orig_net_names{$fullname} = 1;
}
- for my $
_
(sort keys %orig_net_names) {
- push @signals, $
_
;
+ for my $
net
(sort keys %orig_net_names) {
+ push @signals, $
net
;
print " $1" if /(\[([0-9]+|[0-9]+:[0-9]+)\])$/;
}
print "\n";