mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-14 11:15:40 +00:00
Merge pull request #6024 from YosysHQ/nella/scl-build-date
Include build datetime in scl cache hash
This commit is contained in:
commit
dddf137888
4 changed files with 11 additions and 0 deletions
7
tests/liberty/scl_cache.ys
Normal file
7
tests/liberty/scl_cache.ys
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue