got dia files to work, they're autoconverted to tex
[libreriscv.git] / HDL_workflow / coriolis2.mdwn
index 8bac2015317a38773ed09c7f90b173c8548a95c0..6f612f76a57f3e338fd388ae418b1de0076c1741 100644 (file)
@@ -1,7 +1,5 @@
 # Installing Coriolis2
 
-TODO: include HITAS / yagle <https://www-soc.lip6.fr/en/team-cian/softwares/tasyagle/>
-
 Videos and links:
 
 * <https://www.youtube.com/watch?v=TN9AQgoVwDw&list=PLj2N46Uqs4huGN-redGHVEILPz17OBu37&index=11>
@@ -12,6 +10,7 @@ Videos and links:
 * <https://fosdem.org/2022/schedule/event/coriolis2/>
 * <https://archive.fosdem.org/2021/schedule/event/alliance/>
 * <https://www.youtube.com/watch?v=TN9AQgoVwDw>
+* HiTas (tasyagle) page: [[tasyagle]]
 
 ## Automated Installation - One-liner
 
@@ -298,6 +297,7 @@ netlists generated by yosys we use coriolis and
 alliace installed above by doing the following 
 (using experiment9 as an example):
 
+    $ source ~/coriolisenv  # if not done already
     $ cd ~/src
     $ git clone https://git.libre-soc.org/git/soclayout.git
     $ cd soclayout/
@@ -362,7 +362,9 @@ Follow these instructions to build the ls180 GDS-II files
 * run the coriolis2-chroot script as root
 * drop into the schroot
 * navigate to the soclayout/experiments9 directory
-* run the ./build_full_4k_sram.sh script
+* check out the final tag
+  <https://git.libre-soc.org/?p=soclayout.git;a=tag;h=refs/tags/LS180_RC8_FINAL>
+* run the ./build_full_4k_sram_recon.sh script
 * run "make view" to see the results.
 
 The FreePDK45 Chips4Makers FlexLib variant is slightly
@@ -387,9 +389,11 @@ $ cd dev-env-setup
 $ sudo bash
 # ./coriolis2-chroot
 # exit
-$ schroot -c cotiolis
+$ schroot -c coriolis
+$ source ~/coriolisenv
 $ cd soclayout/experiments9
-$ ./build_full_4k_sram.sh
+$ git checkout LS180_RC8_FINAL
+$ ./build_full_4k_sram_recon.sh
 ```
 (now do something else for the next 90 minutes)