aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/cells_map.v
Commit message (Collapse)AuthorAgeFilesLines
* anlogic: Fix FF mapping.Marcelina Kościelnicka2020-07-171-12/+12
|
* anlogic: Use dfflegalize.Marcelina Kościelnicka2020-07-141-26/+12
|
* Add force_downto and force_upto wire attributes.Marcelina Kościelnicka2020-05-191-0/+1
| | | | Fixes #2058.
* 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