Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
6f7f3b10
Commit
6f7f3b10
authored
Mar 23, 2016
by
Stefan Tauner
Browse files
instrument: fix support of instrumenting a vector multiple times
parent
bd474692
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/FIJI/Netlist.pm
View file @
6f7f3b10
...
...
@@ -654,6 +654,7 @@ sub instrument_net {
$logger
->
debug
("
reassigning
\"
"
.
$net_name
.
"
[
"
.
$msb
.
"
] =
"
.
$ip
->
net
->
name
.
"
\"
");
generate_contassign
(
$mod
,
$net_name
.
"
[
"
.
$msb
.
"
]
",
$ip
->
net
->
name
);
$driver_is_vector
=
1
;
}
else
{
# 2.) Generate intermediate (tmp) net for easier input and output routing
# For ports we don't need to do that ourselves because Verilog::Perl will
...
...
Write
Preview
Supports
Markdown
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