Minres / CoreDSL

Xtext project to parse CoreDSL files
Apache License 2.0
16 stars 3 forks source link

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

Closed EAlexJ closed 1 year ago

EAlexJ commented 1 year ago

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

The error is in the TypedBigInteger Constructor.