Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the truth table for $_SR_* cells. | Marcelina KoĆcielnicka | 2020-04-15 | 1 | -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Ćcielnicki | 2020-04-02 | 1 | -0/+239 |
This makes adding more FF types in the future much more manageable. Fixes #1824. |