Skip to content
GitLab
Explore
Sign in
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
7bdaa4fa
Commit
7bdaa4fa
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added run_script=0 condition to effectively not run the script because the generated IP is in SVN.
parent
8b9fdd4e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/ip_stratixiv/mac_10g/generate_ip.sh
+16
-9
16 additions, 9 deletions
libraries/technology/ip_stratixiv/mac_10g/generate_ip.sh
with
16 additions
and
9 deletions
libraries/technology/ip_stratixiv/mac_10g/generate_ip.sh
+
16
−
9
View file @
7bdaa4fa
...
@@ -32,17 +32,24 @@
...
@@ -32,17 +32,24 @@
# ./generate_ip.sh
# ./generate_ip.sh
#
#
# The generated files for Quartus v11.1 that are needed for simulation and synthesis have been committed in SVN, so it is not necessary to run this
# The generated files for Quartus v11.1 that are needed for simulation and synthesis have been committed in SVN, so it is not necessary to run this
# generate_ip.sh script again. Files that are not needed have not been committed in SVN.
# generate_ip.sh script again
and therefore run_script=0
. Files that are not needed have not been committed in SVN.
#
#
# Remarks:
# Remarks:
# . This dedicated script is
D
erived from the generic script $UNB/Firmware/software/build/unb_mgw
# . This dedicated script is
d
erived from the generic script $UNB/Firmware/software/build/unb_mgw
#
#
if
!
[
-d
"generated"
]
;
then
mkdir
generated
fi
cd
generated
cp
../ip_stratixiv_mac_10g.vhd
.
qmegawiz
-silent
ip_stratixiv_mac_10g.vhd
run_script
=
0
if
[
$run_script
-gt
0
]
;
then
# Tool settings for selected target "unb1" with stratixiv
.
${
RADIOHDL
}
/tools/quartus/set_quartus unb1
if
!
[
-d
"generated"
]
;
then
mkdir
generated
fi
cd
generated
cp
../ip_stratixiv_mac_10g.vhd
.
#rm ip_stratixiv_mac_10g.vhd
qmegawiz
-silent
ip_stratixiv_mac_10g.vhd
#rm ip_stratixiv_mac_10g.vhd
fi
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