Open
Description
It says in the readme file:
-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.
Metadata
Metadata
Assignees
Labels
No labels