aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/cells_map.v
Commit message (Collapse)AuthorAgeFilesLines
* Fix anlogic async flop mappingEddie Hung2020-01-011-8/+8
|
* Merge pull request #750 from Icenowy/anlogic-ff-initClifford Wolf2019-01-021-14/+14
|\ | | | | Initialization of Anlogic DFFs
| * anlogic: set the init value of DFFsIcenowy Zheng2018-12-181-14/+14
| | | | | | | | | | | | | | | | | | | | As dffinit has already supported for different initialization strings for DFFs and check for re-initialization, initialization of Anlogic DFFs are now ready to go. Support for set the init values of Anlogic DFFs. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
* | anlogic: add latch cellsIcenowy Zheng2018-12-251-0/+12
|/ | | | | | | Add latch cells to Anlogic cells replacement library by copying other FPGAs' latch code to it. Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
* Initial support for Anlogic FPGAMiodrag Milanovic2018-12-011-0/+49