hooray, corrected pinouts
[soclayout.git] / experiments9 / build.sh
1 #!/bin/sh
2
3 echo 'THIS IS OUT OF DATE DO NOT USE'
4 exit 1
5
6 # initialise/update the pinmux submodule
7 git submodule update --init --remote
8
9 # makes symlinks to alliance
10 ./mksyms.sh
11
12 # generates the io pads needed for ioring.py
13 make pinmux
14
15 # copies over a "dummy" core (empty)
16 cp non_generated/ls180.vst .
17
18 # starts the build.
19 make lvx
20