aaagh found bug in litex setup, 64 bit WB bus was truncated
[soclayout.git] / experiments9 / build_full.sh
1 #!/bin/sh
2
3 # full core build: please remember to alter ioring.py before running!
4 # change the settings to the larger chip/corona size
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 # clear out
16 make clean
17 rm *.vst *.ap
18
19 # copies over a "full" core
20 cp non_generated/full_core_ls180.il ls180.il
21
22 # make the vst from ilang
23 make vst
24
25 # starts the build.
26 make lvx
27