aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/gen_fine_ffs.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the truth table for $_SR_* cells.Marcelina Koƛcielnicka2020-04-151-5/+4
| | | | | | | | This brings the documented behavior for these cells in line with $_DFFSR_* and $_DLATCHSR_*, which is that R has priority over S. The models were already reflecting that behavior. Also get rid of sim-synth mismatch in the models while we're at it.
* simcells.v: Generate the fine FF cell types by a python script.Marcin Koƛcielnicki2020-04-021-0/+239
This makes adding more FF types in the future much more manageable. Fixes #1824.