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
Merge pull request #19 from jlapeyre/reset-precision-in-config
Reset the fp precision before synthesis
The precision is stored statically. Before this PR, the precision of theta is 1000 on the first synthesis and something else on subsequent runs.
This PR resets it to its initial value before starting synthesis.
0 commit comments