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
e50c052d
Commit
e50c052d
authored
7 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Changed paths for ModelSim (QuestaSim actually) 10.4d.
parent
095f72b1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/hdltool_unb2b.cfg
+1
-1
1 addition, 1 deletion
tools/hdltool_unb2b.cfg
tools/modelsim/modelsim_version.sh
+5
-1
5 additions, 1 deletion
tools/modelsim/modelsim_version.sh
with
6 additions
and
2 deletions
tools/hdltool_unb2b.cfg
+
1
−
1
View file @
e50c052d
...
@@ -4,7 +4,7 @@ technology_names = ip_arria10_e1sg
...
@@ -4,7 +4,7 @@ technology_names = ip_arria10_e1sg
build_dir
=
$HDL_BUILD_DIR
build_dir
=
$HDL_BUILD_DIR
tool_name_sim
=
modelsim
tool_name_sim
=
modelsim
tool_name_synth
=
quartus
tool_name_synth
=
quartus
model_tech_dir
=
/home/software/Mentor/10.4/
modeltech
model_tech_dir
=
/home/software/Mentor/10.4/
questasim
modelsim_search_libraries
=
modelsim_search_libraries
=
# arria10 only
# arria10 only
altera_ver
lpm_ver
sgate_ver
altera_mf_ver
altera_lnsim_ver
twentynm_ver
twentynm_hssi_ver
twentynm_hip_ver
altera_ver
lpm_ver
sgate_ver
altera_mf_ver
altera_lnsim_ver
twentynm_ver
twentynm_hssi_ver
twentynm_hip_ver
...
...
This diff is collapsed.
Click to expand it.
tools/modelsim/modelsim_version.sh
+
5
−
1
View file @
e50c052d
...
@@ -30,5 +30,9 @@ MODELSIM_VERSION_DIR=${MODELSIM_VERSION}
...
@@ -30,5 +30,9 @@ MODELSIM_VERSION_DIR=${MODELSIM_VERSION}
#fi
#fi
# Must not define MODEL_TECH, because it gets defined when the tool starts. Therefore define MODEL_TECH_DIR to denote the modeltech version directory
# Must not define MODEL_TECH, because it gets defined when the tool starts. Therefore define MODEL_TECH_DIR to denote the modeltech version directory
export
MODEL_TECH_DIR
=
/home/software/Mentor/
${
MODELSIM_VERSION_DIR
}
/modeltech
if
[
"
${
MODELSIM_VERSION
}
"
=
"10.4"
]
;
then
export
MODEL_TECH_DIR
=
/home/software/Mentor/
${
MODELSIM_VERSION_DIR
}
/questasim
else
export
MODEL_TECH_DIR
=
/home/software/Mentor/
${
MODELSIM_VERSION_DIR
}
/modeltech
fi
export
VSIM_DIR
=
$MODEL_TECH_DIR
/linux_x86_64
export
VSIM_DIR
=
$MODEL_TECH_DIR
/linux_x86_64
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