|
{"ieee_compliance", Const::make(c, false)}}); |
|
{"ieee_compliance", Const::make(c, false)}}); |
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?
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?