From 59c4a072402ffaf98cb43fc2a33084e7bf1f1a6b Mon Sep 17 00:00:00 2001 From: lkcl Date: Tue, 30 Mar 2021 13:46:11 +0100 Subject: [PATCH] --- HDL_workflow/litex_ls180.mdwn | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/HDL_workflow/litex_ls180.mdwn b/HDL_workflow/litex_ls180.mdwn index 39e3c5577..7c02e2e0c 100644 --- a/HDL_workflow/litex_ls180.mdwn +++ b/HDL_workflow/litex_ls180.mdwn @@ -35,4 +35,33 @@ into soclayout experiments9: and you can then begin the build process inside the coriolis2 chroot: cd soclayout/experiments9 - nohup ./build_ls180.sh & + nohup ./build_full.sh & + +**note that you will need yosys checkout 049e3abf9 for the coriolis2 build** +this is encoded into the dev-env-setup script which automates the chroot +creation + +# build process for ls180 with 4k srams + +for the variant with 4k srams: + + cd soc + make ls180_4k_verilog + cd src/soc/litex/florent + make ls1804k + cp ls180.il /tmp + +at this point you can copy ls180.il over to the coriolis2 chroot, +into soclayout experiments9 in a **different** location from the +above: + + soclayout/experiments9/non_generated/full_core_4_4ksram_ls180.il + +and you can then begin the build process inside the coriolis2 chroot: + + cd soclayout/experiments9 + nohup ./build_full_4ksram.sh & + +**note that you will need yosys checkout 049e3abf9 for the coriolis2 build** +this is encoded into the dev-env-setup script which automates the chroot +creation -- 2.30.2