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
cd321466
Commit
cd321466
authored
Apr 06, 2016
by
Christian Fibich
Committed by
Stefan Tauner
May 04, 2018
Browse files
push fix in netlist
parent
218337b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/FIJI/Netlist.pm
View file @
cd321466
...
...
@@ -952,7 +952,7 @@ sub _handle_connection_statement {
$off
=
0
;
}
$logger
->
debug
("
assign (due to
$net_string
):
\"
"
.
$statement
->
lhs
.
"
\"
=
\"
"
.
$statement
->
rhs
.
"
\"
");
push
(
$connections
,
$statement
);
push
(
@
{
$connections
}
,
$statement
);
}
else
{
# If we got a valid offset already we still need to count the ranges of followup nets...
$off
+=
max
(
$msb
,
$lsb
)
-
min
(
$msb
,
$lsb
);
...
...
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