kenkendk / sme

Synchronous Message Exchange
MIT License
10 stars 3 forks source link

Fixed cases where uint larger than int.MaxValue is not converted to bitstring #16

Closed kenkendk closed 6 years ago

kenkendk commented 7 years ago

Since the VHDL compiler fails to parse integer literals larger than int.MaxValuethese should be converted to a bit vector and cast to the appropriate type.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/49695817-fixed-cases-where-uint-larger-than-int-maxvalue-is-not-converted-to-bitstring?utm_campaign=plugin&utm_content=tracker%2F36576838&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F36576838&utm_medium=issues&utm_source=github).
kenkendk commented 7 years ago

Should also add a comment where the original value (possibly also hex) as a comment near the bit string.