Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FfData: some refactoring. | Marcelina Kościelnicka | 2021-10-07 | 1 | -3/+4 |
| | | | | | | | | | | - FfData now keeps track of the module and underlying cell, if any (so calling emit on FfData created from a cell will replace the existing cell) - FfData implementation is split off to its own .cc file for faster compilation - the "flip FF data sense by inserting inverters in front and after" functionality that zinit uses is moved onto FfData class and beefed up to have dffsr support, to support more use cases | ||||
* | zinit: Refactor to use FfInitVals. | Marcelina Kościelnicka | 2020-07-24 | 1 | -2/+2 |
| | |||||
* | Update dff2dffe, dff2dffs, zinit to new FF types. | Marcelina Kościelnicka | 2020-06-23 | 1 | -64/+64 |
| | |||||
* | tests: zinit for new types | Eddie Hung | 2020-04-14 | 1 | -2/+96 |
| | |||||
* | zinit: resolve one more comment by @mwkmwkmwk | Eddie Hung | 2020-04-13 | 1 | -1/+8 |
| | |||||
* | zinit: fix review comments from @mwkmwkmwk | Eddie Hung | 2020-04-13 | 1 | -4/+31 |
| | |||||
* | tests: zinit on $adff | Eddie Hung | 2020-04-13 | 1 | -19/+18 |
| | |||||
* | Add testcase for $_DFF_[NP][NP][01]_ | Eddie Hung | 2020-04-13 | 1 | -0/+24 |