(no commit message)
authorlkcl <lkcl@web>
Tue, 30 Mar 2021 12:34:16 +0000 (13:34 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 30 Mar 2021 12:34:16 +0000 (13:34 +0100)
HDL_workflow/litex_ls180.mdwn

index a0626682040bf1d294c5a6cd72d446ddef33f9b4..f2e9bd3a4adb9645b3f781b2548e845c2453d973 100644 (file)
@@ -10,3 +10,24 @@ the following have been identified as working with sim.py.  dependencies:
     apt-get install libjson-c-dev
     apt-get install libevent-dev
     apt-get install verilator
+
+# build process for ls180
+
+for the variant without 4k srams:
+
+    standard install (see [[HDL_workflow]]
+    cd soc
+    make ls180_verilog
+    cd src/soc/litex/florent
+    make ls180
+    cp ls180.il /tmp
+
+at this point you can copy ls180.il over to the coriolis2 chroot,
+into soclayout experiments9:
+
+    soclayout/experiments9/non_generated/full_core_ls180.il 
+
+and you can then begin the build process inside the coriolis2 chroot:
+
+    cd soclayout/experiments9
+    nohup ./build_ls180.sh &