aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.cc
Commit message (Expand)AuthorAgeFilesLines
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-4/+4
* ice40: UltraPlus SPRAM workingDavid Shah2018-06-291-0/+18
* Working on debugging carry packerDavid Shah2018-06-261-1/+1
* clang fixMiodrag Milanovic2018-06-261-1/+1
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-46/+46
* ice40: More preparations for carry legalisationDavid Shah2018-06-251-0/+2
* Refactor: remove PlacementValidityChecker and move methods to ArchDavid Shah2018-06-251-3/+3
* Update from increased clangformat line lengthDavid Shah2018-06-231-16/+9
* ice40: Move global net test to ArchDavid Shah2018-06-231-8/+2
* Cleanup almost all deprecation warningsMiodrag Milanovic2018-06-231-21/+21
* ice40: SB_LFOSC support, fabric routing onlyDavid Shah2018-06-221-2/+17
* Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-221-1/+1
* Improved log messages in SA placer, minor changes from clangformatClifford Wolf2018-06-191-3/+4
* ice40: Improve error reporting for invalid tristate usageDavid Shah2018-06-191-4/+9
* ice40: More IdString API updatesDavid Shah2018-06-191-5/+5
* ice40: Adding support for tristate IODavid Shah2018-06-191-2/+21
* ice40: Removing deprecated API in cells.ccDavid Shah2018-06-191-45/+46
* Getting rid of old IdString API users, Add ctx to many internal APIsClifford Wolf2018-06-181-47/+49
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-181-1/+1
* Improving code style and fixing dummyDavid Shah2018-06-181-1/+2
* Updating copyrightsDavid Shah2018-06-171-0/+1
* ice40: Proper global promotionDavid Shah2018-06-161-1/+16
* ice40: Promote reset signalDavid Shah2018-06-161-0/+20
* experiment: Simple heuristic-based placerDavid Shah2018-06-161-1/+1
* ice40: Rename ICESTORM_RAM pinsDavid Shah2018-06-131-0/+24
* Add A*-like optimizations to routerClifford Wolf2018-06-131-1/+2
* ice40: Promote one clock to a global bufferDavid Shah2018-06-131-1/+7
* Simple IO buffer insertion, enable packer by defaultDavid Shah2018-06-131-0/+36
* Add IdString APIClifford Wolf2018-06-121-3/+3
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-121-2/+4
|\
| * ice40: Debugging and fixing FF configurationDavid Shah2018-06-121-2/+4
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-121-1/+16
|\|
| * ice40: Debugging the packerDavid Shah2018-06-121-1/+3
| * ice40: Start working on a packer, currently not testedDavid Shah2018-06-121-0/+13
* | Add nextpnr namespaceClifford Wolf2018-06-121-0/+4
|/
* ice40: Adding cell utilities for packingDavid Shah2018-06-121-0/+110