mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-09-07 20:36:44 +02:00
8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
read_verilog small.v
|
|
synth -top small
|
|
abc -liberty normal.lib
|
|
|
|
logger -expect log "using cached merged SCL" 1
|
|
abc -liberty normal.lib
|
|
logger -check-expected
|