⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (948 Bytes)
Statistics
| Revision:
repo2
/
buildall.sh
View
History
Annotate
#!/bin/bash
export
ORIGPATH
=
${
PATH
}
function
max3
{
while
[
`
jobs
|
wc
-l
`
-ge
3
]
do
sleep
1
done
}
export
PATH
=
${
ORIGPATH
}
:/home/markw/fpga/altera/13.0sp1/quartus/bin
#cd de1
#max3; ./build.sh ALL &
cd
chameleon
max3
;
./build.sh ALL &
#cd ../replay
#max3; ./build.sh > build.log 2> build.err &
cd
../mist
max3
;
./build.sh ALL &
cd
../mcc216
max3
;
./build.sh ALL &
cd
../mcctv
max3
;
./build.sh ALL &
#cd ../papilioduo
#max3; ./build.sh ALL &
#cd ../aeon_lite
#max3; ./build.sh ALL &
cd
../mist_5200
max3
;
./build.sh ALL &
#cd ../de1_5200
#max3; ./build.sh ALL &
cd
../mcc216_5200
max3
;
./build.sh ALL &
cd
../mcctv_5200
max3
;
./build.sh ALL &
export
PATH
=
${
ORIGPATH
}
:/home/markw/intelFPGA_lite/18.0/quartus/bin:/home/markw/intelFPGA_lite/18.0/quartus/sopc_builder/bin/
#cd ../sockit
#max3; ./build.sh &
cd
../chameleon2
max3
;
./build.sh ALL &
cd
../eclaireXL_ITX
max3
;
./build.sh ALL &
export
PATH
=
${
ORIGPATH
}
unset
ORIGPATH
« Previous
1
2
3
4
5
Next »
(2-2/5)
Loading...