Skip to content

Commit

Permalink
More CHANGES.md text about the fix for issue #121
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb authored and robdockins committed Jun 16, 2021
1 parent 83d3d1f commit 5136b71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions what4/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ fields.
not correctly handling cases where the shift amount has more
bits than the word to be shifted.

* Fix issue #121. The ordering of inputs in generated Verilog
files is now more predictable.
* Fix issue #121. The ordering of inputs in generated Verilog files is
now more predictable. Previously, it was determined by the order the
inputs were encountered during term traversal. Now the user can provide
a list of (input, name) pairs which are declared in order. Any
additional inputs discovered during traversal will be added after these
specified inputs.

* Fix issue #113. The `bvSliceLE` and `bvSliceBE` functions of
`What4.SWord` did not properly handle size 0 bit-vectors and
Expand Down

0 comments on commit 5136b71

Please sign in to comment.