Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
14 stars 2 forks source link

CoreDSL does not evaluate verilog style literals correctly if they are signed #104

Closed EAlexJ closed 9 months ago

EAlexJ commented 11 months ago

For example 2'sb10 gets evaluated as 2, should be -2 instead.

The error is in the TypedBigInteger Constructor.