Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Gateware
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Gateware
Commits
f162799f
Commit
f162799f
authored
3 years ago
by
Konstantinos Blantos
Committed by
Adam Wujek
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update gen_sdbsyn.py
parent
98dadab2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
top/bare_top/gen_sdbsyn.py
+2
-1
2 additions, 1 deletion
top/bare_top/gen_sdbsyn.py
with
2 additions
and
1 deletion
top/bare_top/gen_sdbsyn.py
+
2
−
1
View file @
f162799f
...
...
@@ -102,7 +102,8 @@ def main():
### runtime arguments
parser
=
argparse
.
ArgumentParser
(
description
=
'
Script for generating sdb metadata of HDL projects
'
)
parser
.
add_argument
(
'
--user
'
,
default
=
git_username
(),
help
=
'
User who makes the synthesis
'
)
parser
.
add_argument
(
'
--project
'
,
default
=
""
,
required
=
True
,
help
=
'
Friendly project name
'
)
# parser.add_argument('--project', default="", required=True, help='Friendly project name')
parser
.
add_argument
(
'
--project
'
,
default
=
""
,
help
=
'
Friendly project name
'
)
#added by konstantinos_blantos
parser
.
add_argument
(
'
--tool
'
,
default
=
"
ISE
"
,
help
=
'
Name of the synthesis tool
'
)
parser
.
add_argument
(
'
--ver
'
,
default
=
"
14.5
"
,
help
=
'
Synthesis tool version
'
)
parser
.
add_argument
(
'
-o
'
,
default
=
"
.
"
,
help
=
'
location of output file
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment