mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 01:41:59 +00:00
Merge 2cee76bfd5
into a80462f27f
This commit is contained in:
commit
b64fe98898
65 changed files with 409 additions and 152 deletions
|
@ -1,9 +1,9 @@
|
|||
logger -expect log "SAT proof finished - no model found: SUCCESS!" 1
|
||||
logger -expect log "Number of cells:.*[\t ]12" 1
|
||||
logger -expect log "Number of cells:.*[\t ]20" 1
|
||||
logger -expect log "Problem is satisfiable with \\gate.__glift_weight = 11." 1
|
||||
logger -expect log "Problem is NOT satisfiable with \\gate.__glift_weight <= 10." 1
|
||||
logger -expect log "Wire \\gate.__glift_weight is minimized at 11." 1
|
||||
logger -expect log 'Number of cells:.*[\t ]12' 1
|
||||
logger -expect log 'Number of cells:.*[\t ]20' 1
|
||||
logger -expect log 'Problem is satisfiable with \\gate.__glift_weight = 11.' 1
|
||||
logger -expect log 'Problem is NOT satisfiable with \\gate.__glift_weight <= 10.' 1
|
||||
logger -expect log 'Wire \\gate.__glift_weight is minimized at 11.' 1
|
||||
logger -expect log "Specializing .* from file with .* = 1." 2
|
||||
logger -expect log "Specializing .* from file with .* = 0." 4
|
||||
read_verilog <<EOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue