Changelog
June 11, 2019 ยท View on GitHub
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_CWlib https://github.com/leonardt/pycoreir/pull/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 (https://github.com/leonardt/pycoreir/pull/71)
1.0.1 - 2019-02-28
Added
- Added
inline_instance,Context.new_namespace, andModule.paramsmethods. (https://github.com/leonardt/pycoreir/pull/70)
1.0.0 - 2019-02-04
Added
- Added
__hash__and__eq__for CoreIRType based on the underlying C pointer value.