(no commit message)
[libreriscv.git] / HDL_workflow / coriolis2.mdwn
index 770c181f40a477cc7371d43c7ec3509a166795d8..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/
@@ -363,8 +363,8 @@ Follow these instructions to build the ls180 GDS-II files
 * drop into the schroot
 * navigate to the soclayout/experiments9 directory
 * check out the final tag
-  <https://git.libre-soc.org/?p=soclayout.git;a=tag;h=refs/tags/LS180_RC7_FINAL>
-* run the ./build_full_4k_sram.sh script
+  <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
@@ -390,9 +390,10 @@ $ sudo bash
 # ./coriolis2-chroot
 # exit
 $ schroot -c coriolis
+$ source ~/coriolisenv
 $ cd soclayout/experiments9
-$ git checkout LS180_RC7_FINAL
-$ ./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)