File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.2
2
+ - Optimized construction of ` LogicValues ` to improve performance
3
+ - Renamed ` FF ` to ` Sequential ` (marked ` FF ` as deprecated) (breaking: removed ` clk ` signal)
4
+ - Added ` Sequential.multi ` for multi-edge-triggered blocks (https://github.com/intel/rohd/issues/42 )
5
+ - Improved exception and error messages (https://github.com/intel/rohd/issues/64 )
6
+
1
7
## 0.1.1
2
8
- Fix ` Interface.connectIO ` bug when no tags specified (https://github.com/intel/rohd/issues/38 )
3
9
- Fix uniquified ` Interface.getPorts ` bug (https://github.com/intel/rohd/issues/59 )
Original file line number Diff line number Diff line change 1
1
name : rohd
2
2
description : The Rapid Open Hardware Development (ROHD) framework, a framework for describing and verifying hardware
3
- version : 0.1.1
3
+ version : 0.1.2
4
4
homepage : https://github.com/intel/rohd
5
5
repository : https://github.com/intel/rohd
6
6
issue_tracker : https://github.com/intel/rohd/issues
You can’t perform that action at this time.
0 commit comments