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
d3542c53
Commit
d3542c53
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added comment
parent
c77f50c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/modelsim/run_modelsim
+9
-0
9 additions, 0 deletions
tools/modelsim/run_modelsim
tools/quartus/quartus_generic.sh
+1
-1
1 addition, 1 deletion
tools/quartus/quartus_generic.sh
with
10 additions
and
1 deletion
tools/modelsim/run_modelsim
+
9
−
0
View file @
d3542c53
...
@@ -46,5 +46,14 @@ else
...
@@ -46,5 +46,14 @@ else
exit
1
exit
1
fi
fi
# Remarks:
# - No need for MODELSIM_TCL environment variable and modelsim.tcl, because these are not preferred and instead call commands.do via -do argument.
# - No need for MODELSIM environment variable to point to a specific modelsim.ini file, because RADIOHDL can use the default modelsim.ini
# - For RADIOHDL the modelsim project files are created by a Python script.
# - The paths to the IEEE libraries are defined by the MODELTECH environment variable that gets defined by Modelsim itself when it starts
# - The paths to the FPGA technology libraries are defined in the [library] section in the modelsim project files using MODEL_TECH_ALTERA_LIB
# environment variable that gets defined in quartus_version.sh. Similar paths to generic libraries are defined using their absolute path.
# - Default modelsim.ini settings can be overruled by project specific settings in the [vsim] section in the modelsim project files.
# Start the Modelsim GUI
# Start the Modelsim GUI
$MODEL_TECH_DIR
/linux_x86_64/vsim
-do
${
RADIOHDL
}
/tools/modelsim/commands.do
$MODEL_TECH_DIR
/linux_x86_64/vsim
-do
${
RADIOHDL
}
/tools/modelsim/commands.do
This diff is collapsed.
Click to expand it.
tools/quartus/quartus_generic.sh
+
1
−
1
View file @
d3542c53
...
@@ -25,7 +25,7 @@ if [ -z "${QUARTUS_GENERIC_SH}" ]; then
...
@@ -25,7 +25,7 @@ if [ -z "${QUARTUS_GENERIC_SH}" ]; then
export
QUARTUS_GENERIC_SH
=
true
export
QUARTUS_GENERIC_SH
=
true
echo
"Run quartus_generic.sh"
echo
"Run quartus_generic.sh"
# Derive generic Quartus tool version related paths from $QUARTUS_DIR
# Derive generic Quartus tool version related paths from $QUARTUS_DIR
that gets defined in quartus_version.sh
# Quartus, SOPC, Nios
# Quartus, SOPC, Nios
export
QUARTUS_ROOTDIR
=
${
QUARTUS_DIR
}
/quartus
export
QUARTUS_ROOTDIR
=
${
QUARTUS_DIR
}
/quartus
export
QUARTUS_ROOTDIR_OVERRIDE
=
${
QUARTUS_DIR
}
/quartus
export
QUARTUS_ROOTDIR_OVERRIDE
=
${
QUARTUS_DIR
}
/quartus
...
...
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