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
optimization
Performs Mixed Synthesis on network after partitioning. Network must be loaded and separately partitioned before use.
“-n” to specify neural network model
“-o” to specify verilog output
“-s INT” to specify classification strategy. 0 = Balanced, 1 = Area optimized, 2 = Delay optimized
“-a” to perform only AIG optimization
“-m” to perform only MIG optimization
“-c” to combine adjacent partitions of the same type
“–skip-feedthrough” to not include feedthrough nets when writing output
The instructions of LSOracle comiled seem to be quite different from which in docs?
For example ,in the compiled tool, optimization commands are:
However, in the docs:
I tried insturction in docs but failed:
The text was updated successfully, but these errors were encountered: