From: Luke Kenneth Casson Leighton Date: Mon, 4 May 2020 08:02:42 +0000 (+0100) Subject: linebreak X-Git-Tag: convert-csv-opcode-to-binary~2752 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4e29738ac138f666821b442ef49c1b970ed3973;p=libreriscv.git linebreak --- diff --git a/index.mdwn b/index.mdwn index 15c75aa54..23f2d73d8 100644 --- a/index.mdwn +++ b/index.mdwn @@ -113,6 +113,7 @@ cd soc; pip3 install -e .; cd ..

# play with the decoder
python3 soc/src/soc/decoder/power_decoder.py
+
# after installing yosys
yosys -p "read_ilang decoder.il; show dec31"