update 4k SRAM ls180.il
[soclayout.git] / experiments9 / build_full_4ksram.sh
1 #!/bin/sh
2
3 # full core build including QTY 4of 4k SRAMs: please remember to alter
4 # doDesign.py before running!
5 # change the settings to the larger chip/corona size
6 echo "remember to check doDesign core size"
7 echo "also use yosys 049e3abf9"
8
9 # initialise/update the pinmux submodule
10 git submodule update --init --remote
11
12 # makes symlinks to alliance
13 ./mksyms.sh
14
15 # generates the io pads needed for ioring.py
16 make pinmux
17
18 # clear out
19 make clean
20 rm *.vst *.ap
21
22 # copies over a "full" core
23 cp non_generated/full_core_4_4ksram_ls180.il ls180.il
24
25 # make the vst from ilang
26 make vst
27
28 # starts the build.
29 make lvx
30