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
In some of our use cases, we read the 'result' of the computation from registers 10-17 after computation has finished.
Unfortunately if profiler is enabled, (with diagnostic config) - these registers are getting cleared.
To reproduce - use run_base_system from zk_ee, it will fail if Simulator config from zk_os_runner has diagnostics enabled, and pass if diagnostics are disabled.
The text was updated successfully, but these errors were encountered:
In some of our use cases, we read the 'result' of the computation from registers 10-17 after computation has finished.
Unfortunately if profiler is enabled, (with diagnostic config) - these registers are getting cleared.
To reproduce - use
run_base_system
from zk_ee, it will fail if Simulator config from zk_os_runner has diagnostics enabled, and pass if diagnostics are disabled.The text was updated successfully, but these errors were encountered: