Claire Wolf
Claire Wolf
I've installed git head of clash (see instructions at https://github.com/clash-lang/clash-compiler/wiki/Getting-started) and used `stack install` to install that version of clash in `~/.local/bin`. I can use `stack exec -- clash ...`...
The ISA manual states that JALR should clear the LSB of the address: > The indirect jump instruction JALR (jump and link register) uses the I-type encoding. The target address...
I'm using riscv-torture to test my RV32IC implementation. For this I create RV32I test cases and build them with `-march=RV32IC`. See https://github.com/cliffordwolf/picorv32/tree/master/scripts/torture for my test setup (config settings in `riscv-torture-rv32.diff`)....