Skip to content

Releases: pulp-platform/clic

CLIC v2.0.0

28 May 21:28
Compare
Choose a tag to compare

Added

  • Design is now parametrizable through SystemVerilog without requiring an
    intermediate codegen step through python
  • Kill handshake logic. Core and CLIC can now work together to allow higher
    level interrupts to overtake current interrupts that used to be stuck in a
    handshake.
  • S-mode support

Changed

  • Aligned to latest spec draft
  • Memory map now follows the current clic draft (ie, ip, attr, ctrl)

Fixed

  • Blocking assignments
  • Missing signal declarations

CLIC v1.0.1

08 May 12:55
47d4c6a
Compare
Choose a tag to compare

Fixed

  • Fixed Bender.yml

CLIC v1.0.0

03 Feb 21:09
Compare
Choose a tag to compare

Added

  • Initial version of RISC-V Core Local Interrupt Controller (CLIC)