Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
a0fcc9b5
Commit
a0fcc9b5
authored
9 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
libFileSections=['quartus_project_file']
parent
1c11df5e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/oneclick/base/quartus_config.py
+3
-2
3 additions, 2 deletions
tools/oneclick/base/quartus_config.py
with
3 additions
and
2 deletions
tools/oneclick/base/quartus_config.py
+
3
−
2
View file @
a0fcc9b5
...
...
@@ -29,7 +29,6 @@
import
common
as
cm
import
hdl_config
import
sys
import
os
import
os.path
import
argparse
...
...
@@ -63,7 +62,6 @@ class QuartusConfig(hdl_config.HdlConfig):
create_quartus_settings_file(). There is one QSF per Quartus synthesis project.
"""
libFileSections
=
[
'
quartus_project_file
'
]
libFileSections
=
None
hdl_config
.
HdlConfig
.
__init__
(
self
,
toolRootDir
,
libFileName
,
libFileSections
,
toolFileName
)
def
create_quartus_ip_lib_file
(
self
,
lib_names
=
None
):
...
...
@@ -229,6 +227,9 @@ class QuartusConfig(hdl_config.HdlConfig):
if
__name__
==
'
__main__
'
:
# Parse command line arguments
hdl_args
=
hdl_config
.
HdlParseArgs
(
toolsetSelect
=
[
'
unb1
'
,
'
unb2
'
,
'
unb2a
'
])
if
hdl_args
.
verbosity
>=
1
:
print
''
hdl_args
.
argparser
.
print_help
()
# Read the dictionary info from all HDL tool and library configuration files in the current directory and the sub directories
qsyn
=
QuartusConfig
(
toolRootDir
=
os
.
path
.
expandvars
(
'
$RADIOHDL/tools
'
),
libFileName
=
'
hdllib.cfg
'
,
toolFileName
=
hdl_args
.
toolFileName
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment