Skip to content
Snippets Groups Projects

L~RTSD-56, backup

Merged L~RTSD-56, backup
1 unresolved thread
Merged Pieter Donker requested to merge RTSD-56 into master
1 unresolved thread

Closes RTSD-56

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
54 54 echo "${HDL_BUILD_DIR}"
55 55 mkdir "${HDL_BUILD_DIR}"
56 56 fi
57
58 # set modelsim_altera_libs dir
59 export MODELSIM_ALTERA_LIBS_DIR=${HDL_BUILD_DIR}/quartus
60 if [[ ! -d "${MODELSIM_ALTERA_LIBS_DIR}" ]]; then
61 echo "make modelsim_altera_libs dir"
62 echo "${MODELSIM_ALTERA_LIBS_DIR}"
63 mkdir "${MODELSIM_ALTERA_LIBS_DIR}"
64 echo "This dir is also used as modelsim_altera_libs dir" > ${MODELSIM_ALTERA_LIBS_DIR}/readme.txt
  • Pieter Donker added 1 commit

    added 1 commit

    Compare with previous version

  • Pieter Donker mentioned in commit 3df4032a

    mentioned in commit 3df4032a

  • merged

  • Please register or sign in to reply
    Loading