From 67bc908d48ba156f5c7a76934ed5bab15aeed847 Mon Sep 17 00:00:00 2001 From: "colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0" Date: Fri, 23 Oct 2020 22:11:22 +0100 Subject: [PATCH] --- HDL_workflow/coriolis2.mdwn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/HDL_workflow/coriolis2.mdwn b/HDL_workflow/coriolis2.mdwn index f3ec70ca7..aa8449e05 100644 --- a/HDL_workflow/coriolis2.mdwn +++ b/HDL_workflow/coriolis2.mdwn @@ -211,7 +211,7 @@ The three exports are best added to ~/.bash_profile for later convenience Install alliance-check-toolkit in the chroot: -* +* * See coriolis-2.x/Linux.x86_64/Release.Shared/install/share/doc/coriolis2/en/html/main/PythonTutorial/index.html Run the following (if not done already): @@ -220,16 +220,16 @@ Run the following (if not done already): Git clone alliance-check-toolkit: - git clone https://gitlab.lip6.fr/vlsi-eda/alliance.git + git clone https://gitlab.lip6.fr/vlsi-eda/alliance-check-toolkit.git You must create a configuration for your user in alliance-check-toolkit to define where the various tools are installed: - touch alliance-check-toolkit/etc/mk/users.d/user-USERNAME.mk - cat <>alliance-check-toolkit/etc/mk/users.d/user-USERNAME.mk - export CORIOLIS_TOP=/home/USERNAME/coriolis-2.x/Linux.x86_64/Release.Shared/install - export ALLIANCE_TOP=/home/USERNAME/alliance/install - export CHECK_TOOLKIT=/home/USERNAME/alliance-check-toolkit - export YOSYS_TOP=/home/USERNAME/yosys + touch alliance-check-toolkit/etc/mk/users.d/user-$USERNAME.mk + cat <>alliance-check-toolkit/etc/mk/users.d/user-$USERNAME.mk + export CORIOLIS_TOP=/home/$USERNAME/coriolis-2.x/Linux.x86_64/Release.Shared/install + export ALLIANCE_TOP=/home/$USERNAME/alliance/install + export CHECK_TOOLKIT=/home/$USERNAME/alliance-check-toolkit + export YOSYS_TOP=/home/$USERNAME/yosys EOF You can try the ARM in alliance-check-toolkit: -- 2.30.2