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
-O : run CHP optimizations. Requires the chp-opt package.
Where can I find this package? Or has this not been published yet? I used the build script in the actflow repository, but when I try to use the -O flag I get:
FATAL: Optimize flag is not currently enabled in the build.
The reason why I ask is that I noticed that when a log statement is used in CHP code, this gets translated into a skip block in the resulting PRS which seems to be unnecessary. The generated PRS needs e.g., wider semi blocks to accommodate the log skips, increasing circuit size.
The text was updated successfully, but these errors were encountered:
It says in the readme file:
Where can I find this package? Or has this not been published yet? I used the build script in the actflow repository, but when I try to use the
-O
flag I get:The reason why I ask is that I noticed that when a
log
statement is used in CHP code, this gets translated into askip
block in the resulting PRS which seems to be unnecessary. The generated PRS needs e.g., widersemi
blocks to accommodate the log skips, increasing circuit size.The text was updated successfully, but these errors were encountered: