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
ieee_compliance is essentially a switch indicating compliance with subnormal/denormal floating point values. If you are seeing testing errors, that might mean that we are generating subnormal numbers in the tests. If I recall correctly, we were not trying to support these. Ill try to dig up an email discussing this issue.
coreir/src/libs/float_CW.cpp
Line 137 in 367774c
coreir/src/libs/float_CW.cpp
Line 157 in 367774c
This causes errors when simulating lassen with CW floats:
StanfordAHA/lassen#178
Setting ieee_compliance to true fixes this issue. Is there any reason why it was set to false in the first place?
The text was updated successfully, but these errors were encountered: