From 825901fb16ddf53bb0cf4c85fa75ea2e8f944b84 Mon Sep 17 00:00:00 2001 From: lkcl Date: Mon, 28 Sep 2020 12:37:27 +0100 Subject: [PATCH] --- HDL_workflow/coriolis2.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HDL_workflow/coriolis2.mdwn b/HDL_workflow/coriolis2.mdwn index 8b04fb71c..f3ec70ca7 100644 --- a/HDL_workflow/coriolis2.mdwn +++ b/HDL_workflow/coriolis2.mdwn @@ -297,6 +297,7 @@ alliace installed above by doing the following $ cd ~/src $ git clone https://git.libre-soc.org/git/soclayout.git $ cd soclayout/ + $ git submodule update --init --recursive $ find . -type f -exec sed -i 's/'lkcl'/'"$USER"'/g' {} \; $ ./mksym.sh $ cd experiments9 @@ -310,6 +311,7 @@ alliace installed above by doing the following yosys> clean yosys> write_blif test_issuer.blif yosys> exit + $ make pinmux $ make layout (will take between 20min and 2 hours depending on your hardware) $ make view -- 2.30.2