You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed there is an issue with converting decimal time values to fullscale. The value in this case ends up being 1 fs too low, eg. 8199999999999 fs.
I checked GHDL and Modelsim where the result was correct.
$ nvc --std=08 -a test_time.vhd
$ nvc -e test -r
** Error: 0ms+0: Not same 8199999999999 fs /= 8200000000000 fs
Process :test:_p0 at C:\proj\public\minimal\test_time.vhd:14
The text was updated successfully, but these errors were encountered:
I noticed there is an issue with converting decimal time values to fullscale. The value in this case ends up being 1 fs too low, eg. 8199999999999 fs.
I checked GHDL and Modelsim where the result was correct.
The text was updated successfully, but these errors were encountered: