leonardt / hwtypes

Python implementations of fixed size hardware types (Bit, BitVector, UInt, SInt, ...) based on the SMT-LIB2 semantics
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

raises type error when ite branches are different bv/bit types #108

Closed rdaly525 closed 4 years ago

rdaly525 commented 4 years ago

addresses #107

cdonovick commented 4 years ago

See my comments to the issue