Skip to content

RISC-V Debug Support v0.5.0

Compare
Choose a tag to compare
@bluewww bluewww released this 04 Apr 15:51
· 66 commits to master since this release
05b43dd

Added

  • Add sbaccess8 and sbaccess16 support (#106) @noytzach
  • Implement SBA bad address error (#12) @msfchaffner
  • Added random reset tests to dmi testbench.

Changed

  • Implement dmihardreset functionaliy in dtmcs register.
  • dmi_rst_ni of dm_top is now a synchronous signal. However, dmi_rst_no of
    dmi_jtag is glitch-free and asserted during all forms (functional or POR) of
    resets.

Fixed

  • Fixed documentation (csr)
  • Fixed reset value of sbcs register (#127) @msfchaffner
  • Fixed various ascent lint warnings @msfchaffner
  • Implement proper CDC flushing behavior on functional resets and JTAG resets (asynchronous or TestLogicReset driven).
  • Fix JTAG non-compliance in TestLogicReset state (IR should reset to IDCODE).