Skip to content
Snippets Groups Projects
Commit 66fa69d5 authored by Pieter Donker's avatar Pieter Donker
Browse files

changed minimal_user_components.ipx to hdl_user_components.ipx and modified .gitignore

parent 95aa5b08
No related branches found
No related tags found
No related merge requests found
*log *.log
build* build/*
*generated *generated/
*pyc *.pyc
*.qsys_edit
transcript
File moved
...@@ -51,7 +51,7 @@ if [ -e $user_components_file ]; then ...@@ -51,7 +51,7 @@ if [ -e $user_components_file ]; then
fi fi
# make a new symbolic link to the git version # make a new symbolic link to the git version
echo "making a new symbolic link" echo "making a new symbolic link"
ln -s ${RADIOHDL_WORK}/minimal_user_components.ipx $user_components_file ln -s ${RADIOHDL_WORK}/hdl_user_components.ipx $user_components_file
# # Finally check if user_component.ipx file of the altera package at least contains # # Finally check if user_component.ipx file of the altera package at least contains
# # the paths we need for HDL. # # the paths we need for HDL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment