1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 06:41:53 +02:00

m1/BUILD-CHEAT-SHEET: updated RTEMS version and added synthesis hints

This commit is contained in:
Werner Almesberger 2012-03-02 21:00:21 -03:00
parent f829d131ad
commit df09557537

View File

@ -9,7 +9,7 @@ Getting rtems:
git clone git://git.rtems.org/rtems.git
cd rtems
git checkout 19d18f235084cbd361e068811a11f46d99918950 # for predictability
git checkout f829d131adc5f0ec4aa079d4b8c0d65ea578cdb1 # for predictability
ln -s /home/qi/wernermisc/m1/patches/rtems/ patches
quilt push -a
@ -91,6 +91,8 @@ Synthesize the SoC:
cd boards/milkymist-one/flash
make -C ../synthesis -f Makefile.xst clean && make clean && time make soc.fpg
m1nor soc.fpg
# synthesis: boards/milkymist-one/synthesis/build/system.srp
# timing: boards/milkymist-one/synthesis/build/system-routed.par
---