Skip to content
Snippets Groups Projects
Commit 7e4a7fef authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Clarified usage.

parent 1e1a147c
Branches
No related tags found
No related merge requests found
...@@ -33,10 +33,15 @@ ...@@ -33,10 +33,15 @@
# Usage: # Usage:
# Assume $MODEL_TECH_ALTERA_LIB=/home/software/modelsim_altera_libs/14.0a10 # Assume $MODEL_TECH_ALTERA_LIB=/home/software/modelsim_altera_libs/14.0a10
# #
# First run the script in some user directory that where $RADIOHDL is known. Use the output directory that will fit $MODEL_TECH_ALTERA_LIB # First run the script in some user directory that where $RADIOHDL is known. Use the output directory that will fit the
# > run_altera_simlib_comp 14.0a10 # $MODEL_TECH_ALTERA_LIB that is defined in quartus_version.sh in set_quartus.
# The FPGA device family library needs to be compiled separately. To compile the vhdl and verilog for the arria10 library for the
# unb2 tool settings defined in set_quartus and set_modelsim do:
#
# > run_altera_simlib_comp unb2 14.0a10 arria10
# #
# Then use 'sudo' to move the directory to the protected central project directory that is set by $MODEL_TECH_ALTERA_LIB. # Then use 'sudo' to move the directory to the protected central project directory that is set by $MODEL_TECH_ALTERA_LIB.
#
# > sudo mv 14.0a10 /home/software/modelsim_altera_libs # > sudo mv 14.0a10 /home/software/modelsim_altera_libs
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment