mirror of https://github.com/YosysHQ/yosys.git
Add scl caching test.
This commit is contained in:
parent
68aaa34975
commit
eb93f5a066
|
|
@ -0,0 +1,7 @@
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue