xls
xls copied to clipboard
IR Bits should convert into common int types
Currently IR Bits class can only convert into (U)Int64:
https://github.com/google/xls/blob/main/xls/ir/bits.h#L200-L201
It would be nice to support other common bits size as well:
- (u)int32
- (u)int16
- (u)int8