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.
- Adds support for coreir
float_CW
lib #95
- Added libcoreir-rtlil to distributed wheel
- Added OSX build to travis
- Changed SimulatorState interface to match CoreIRType
- Changed dependency from bit_vector package to hwtypes package
- Update simulator bindings for changes in the coreir API (#71)
- Added
inline_instance
,Context.new_namespace
, andModule.params
methods. (#70)
- Added
__hash__
and__eq__
for CoreIRType based on the underlying C pointer value.