Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RadioHDL
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
RadioHDL
Commits
361d3dae
Commit
361d3dae
authored
Sep 21, 2019
by
Pieter Donker
Browse files
Options
Downloads
Patches
Plain Diff
removed checking for ipx file in set_quartus
parent
fe3132d0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
quartus/set_quartus
+1
-18
1 addition, 18 deletions
quartus/set_quartus
with
1 addition
and
18 deletions
quartus/set_quartus
+
1
−
18
View file @
361d3dae
...
@@ -70,25 +70,8 @@ do
...
@@ -70,25 +70,8 @@ do
.
${
RADIOHDL_GEAR
}
/set_config_variable
$verbose
$quartus_config_file
${
bd_name
}
_environment_variables
--is-group
--optional
.
${
RADIOHDL_GEAR
}
/set_config_variable
$verbose
$quartus_config_file
${
bd_name
}
_environment_variables
--is-group
--optional
done
done
# Finally check if user_component.ipx file of the altera package at least contains
# the paths we need for HDL.
package_ipx
=
${
QUARTUS_DIR
}
/ip/altera/user_components.ipx
minimal_ipx
=
${
RADIOHDL_GEAR
}
/quartus/minimal_user_components.ipx
# for each path found in minimal set, try to find it in package file
grep
"<path path="
$minimal_ipx
|
while
read
-r
this_path
do
this_path
=
`
echo
$this_path
|
cut
--delimiter
=
'"'
-f2
`
if
grep
-q
"
$this_path
"
$package_ipx
;
then
:
# echo "Found $this_path in $package_ipx"
else
hdl_error
$0
"can't find
$this_path
in
${
package_ipx
}
Check your ipx setting."
fi
done
# TODO: move to hdl_tool_quartus.cfg : user_environment_variables ???
# TODO: move to hdl_tool_quartus.cfg : user_environment_variables ???
export
RADIOHDL_GIT_REVISION
=
`
cd
$RADIOHDL_
WORK
;
git describe
;
cd
- |
grep
V
`
export
RADIOHDL_GIT_REVISION
=
`
cd
$RADIOHDL_
GEAR
;
git describe
;
cd
- |
grep
V
`
export
UNB_COMPILE_STAMPS
=
1
export
UNB_COMPILE_STAMPS
=
1
unset
buildset_config_file quartus_config_file bd_name verbose
unset
buildset_config_file quartus_config_file bd_name verbose
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