aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opt/opt_merge_init.ys
Commit message (Collapse)AuthorAgeFilesLines
* opt_merge: Add `-keepdc` option required for formal verificationJannis Harder2022-04-011-0/+50
| | | | | | | | The `-keepdc` option prevents merging flipflops with dont-care bits in their initial value, as, in general, this is not a valid transform for formal verification. The keepdc option of `opt` is passed along to `opt_merge` now.
* opt_merge: Use FfInitVals.Marcelina Koƛcielnicka2021-08-081-1/+1
| | | | Partial #2920 fix.
* opt_merge: speedupEddie Hung2020-03-161-0/+28
|
* Add testcaseEddie Hung2019-12-131-0/+49