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 have some doubts about the validity of the canonicalizer in #7868
This doesn't seem safe to do when we are running with repl-seq-mems, which should mock out the memory with an extmodule. Instead it is lowered to a register and no memory shows up in the metadata.
We should also make sure that this is working correctly for cmems, especially that it is giving identical results when we are using MemToRegOfVec, FullAsynchronousResetTransform, PrefixModules, etc.
The text was updated successfully, but these errors were encountered:
I have some doubts about the validity of the canonicalizer in #7868
This doesn't seem safe to do when we are running with
repl-seq-mems
, which should mock out the memory with an extmodule. Instead it is lowered to a register and no memory shows up in the metadata../bin/firtool --disable-all-randomization --repl-seq-mem --repl-seq-mem-file=mems.txt ./mem.fir
gives:
We should also make sure that this is working correctly for cmems, especially that it is giving identical results when we are using MemToRegOfVec, FullAsynchronousResetTransform, PrefixModules, etc.
The text was updated successfully, but these errors were encountered: