From: lkcl Date: Mon, 10 Feb 2020 18:41:35 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3470 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18900677c41520b4e95be26b7d3eb1bf8e84709b;p=libreriscv.git --- diff --git a/HDL_workflow/coriolis2.mdwn b/HDL_workflow/coriolis2.mdwn index 6c7b593a6..b447c544e 100644 --- a/HDL_workflow/coriolis2.mdwn +++ b/HDL_workflow/coriolis2.mdwn @@ -157,6 +157,27 @@ In the chroot, as the ordinary schroot user: cd ~/alliance git clone https://www-soc.lip6.fr/git/alliance.git cd alliance/src + +Modify the following file (may not be necessary later): + + diff --git a/alliance/src/pat/src/pat_desc_y.y b/alliance/src/pat/src/pat_desc_y.y + index 14720dbc..5390d2a4 100644 + --- a/alliance/src/pat/src/pat_desc_y.y + +++ b/alliance/src/pat/src/pat_desc_y.y + @@ -85,8 +85,8 @@ unsigned short position; /* # of statement since last comment */ + static struct papat *lcl_addpapat (lastpapat, label, line) + + struct papat *lastpapat; /* pointer on the last papat structure */ + -char *label; /* pattern's label */ + -unsigned short line; /* pattern' line number */ + +char *label; + +unsigned short line; + + { + struct papat *ptpat; + +Continue running as user: + ./autostuff cd ~/alliance/build export ALLIANCE_TOP=$HOME/alliance/install