From: lkcl Date: Sun, 22 Aug 2021 09:54:44 +0000 (+0100) Subject: (no commit message) X-Git-Tag: DRAFT_SVP64_0_1~336 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06b33a166f0761d45b71ee0bc626eb6fef38b745;p=libreriscv.git --- diff --git a/docs.mdwn b/docs.mdwn index a5a4cf9c1..e9918e64d 100644 --- a/docs.mdwn +++ b/docs.mdwn @@ -46,13 +46,10 @@ Also relevant is the [gdb gcc build](https://git.libre-soc.org/?p=dev-env-setup. git clone https://git.libre-soc.org/git/soc.git cd nmutil; make develop; cd .. - cd openpower-isa; make develop; cd .. + cd openpower-isa; make develop pywriter svanalysis pyfnwriter; cd .. cd c4m-jtag; make develop; cd .. cd ieee754fpu; make develop; cd .. cd soc; make gitupdate; make develop; cd .. - - python3 soc/src/soc/decoder/power_decoder.py - yosys -p "read_ilang decoder.il; show dec31" ## Gtkwave Tutorial