Skip to content
GitLab
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
a3cd32be
Commit
a3cd32be
authored
Dec 01, 2017
by
Stefan Tauner
Browse files
Hide warnings when we try to recalculate resources with illegal inputs
parent
06119c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/FIJI/Settings.pm
View file @
a3cd32be
...
...
@@ -867,6 +867,10 @@ sub _log2 {
# @returns ($registers, $lutsum)
sub
_est_resources
{
# We recalculate resources even if parameters are bogus. Disabling
# warnings at least hides this stupidity from the user.
no
warnings
'
numeric
';
my
$logger
=
get_logger
("");
my
(
$FREQUENCY
,
$BAUD
,
$TIMER_WIDTH
,
$RST_CYCLES
,
$LFSR_WIDTH
,
$FIU_NUM
)
=
@_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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