Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 1.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

2.0.14

Added

  • Adds support for coreir float_CW lib #95

2.0.8 - 2019-04-22

Added

  • Added libcoreir-rtlil to distributed wheel

2.0.8 - 2019-04-22

Added

  • Added OSX build to travis

2.0.7 - 2019-04-22

Changed

  • Changed SimulatorState interface to match CoreIRType

2.0.0 - 2019-03-11

Changed

  • Changed dependency from bit_vector package to hwtypes package

1.0.2 - 2019-02-28

Changed

  • Update simulator bindings for changes in the coreir API (#71)

1.0.1 - 2019-02-28

Added

  • Added inline_instance, Context.new_namespace, and Module.params methods. (#70)

1.0.0 - 2019-02-04

Added

  • Added __hash__ and __eq__ for CoreIRType based on the underlying C pointer value.