Skip to content

Tags: wallento/riscv-python-model

Tags

0.6.6

Toggle 0.6.6's commit message
Fix imm coding in B type

0.6.5

Toggle 0.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from rswarbrick/jal

Fix encoding for J-type instructions

0.6.4

Toggle 0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from rswarbrick/shifts

Fix import of TerminateException in sim.py

0.6.3

Toggle 0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from rswarbrick/shifts

Fixes for SRL and SRA

0.6.2

Toggle 0.6.2's commit message
Fix variant extension handling

0.6.1

Toggle 0.6.1's commit message
Smaller fixes and add variant to decode

0.6

Toggle 0.6's commit message
Allow to write verbose trace to file

0.6-rc3

Toggle 0.6-rc3's commit message
Further fixes to instruction coding

0.6-rc2

Toggle 0.6-rc2's commit message
Fixes to support encoding/decoding

0.6-rc1

Toggle 0.6-rc1's commit message
Generalize decode and encode

This probably needs some rework