From: Luke Kenneth Casson Leighton Date: Mon, 4 May 2020 08:02:11 +0000 (+0100) Subject: missed two brs X-Git-Tag: convert-csv-opcode-to-binary~2753 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76f056f14e37045c3f6a7421cfbcb0c69d640e02;p=libreriscv.git missed two brs --- diff --git a/index.mdwn b/index.mdwn index bedaf0de2..15c75aa54 100644 --- a/index.mdwn +++ b/index.mdwn @@ -113,8 +113,8 @@ 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" +# after installing yosys
+yosys -p "read_ilang decoder.il; show dec31"
## How can I learn?