aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pack.cc
Commit message (Expand)AuthorAgeFilesLines
* ice40: after reviewSergiusz Bazanski2018-07-241-1/+0
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pllSergiusz Bazanski2018-07-241-0/+4
|\
| * ice40: Remove use of deprecated APIsDavid Shah2018-07-241-2/+3
| * ice40: Trim BRAM constant inputs, reduces routing congestion around BRAMDavid Shah2018-07-241-0/+3
* | ice40: fixes before reviewSergiusz Bazanski2018-07-241-14/+5
* | clang-formatSergiusz Bazanski2018-07-241-51/+53
* | ice40: Move spliceLUT back to pack.ccSergiusz Bazanski2018-07-241-2/+53
* | ice40: Refactor PLL/LOCK LUT splicing out into Arch::Sergiusz Bazanski2018-07-241-74/+3
* | ice40: Emit feed-through LUTs for PLL/LOCKSergiusz Bazanski2018-07-241-1/+158
* | ice40: Fail early on SB_PLL40_*_PAD cellsSergiusz Bazanski2018-07-241-0/+7
* | ice40: Implement emitting PLLsSergiusz Bazanski2018-07-241-0/+32
|/
* ice40: Trim DSP inputs that are constant where appropriateDavid Shah2018-07-191-0/+4
* ice40: Packer and bitstream gen support for MAC16sDavid Shah2018-07-191-0/+19
* ice40: RenamingDavid Shah2018-07-181-1/+1
* ice40: Fixes for inverted clocksDavid Shah2018-07-181-0/+4
* ice40: Make assignArchArgs a Arch method; call also after legaliserDavid Shah2018-07-181-31/+1
* ice40: Assign ArchArgs after packingDavid Shah2018-07-181-0/+31
* Add ctx->pack() APIClifford Wolf2018-07-131-2/+2
* Fixed macros and includes for MSVCMiodrag Milanovic2018-07-031-0/+1
* ice40: UltraPlus SPRAM workingDavid Shah2018-06-291-4/+18
* ice40: Fix carry packing in some degenerate casesDavid Shah2018-06-291-23/+18
* ice40: Only pack up to one SB_CARRY into a LCDavid Shah2018-06-271-5/+6
* ice40: Fix IO packerDavid Shah2018-06-271-0/+8
* ice40: Carry packer bugfixDavid Shah2018-06-271-19/+16
* ice40: Fixing the carry packer for a larger designDavid Shah2018-06-271-16/+33
* ice40: Fixing packing of CIN constant driversDavid Shah2018-06-261-1/+1
* Carry chains now routableDavid Shah2018-06-261-3/+18
* Working on debugging the carry legaliserDavid Shah2018-06-261-4/+4
* Fixing packing of carry cellsDavid Shah2018-06-261-24/+49
* Working on debugging carry packerDavid Shah2018-06-261-19/+46
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-67/+65
* ice40: Remove constant driver cells in packerDavid Shah2018-06-251-1/+6
* mergeMiodrag Milanovic2018-06-251-10/+5
|\
| * ice40: Creating a carry chain splitter functionDavid Shah2018-06-251-7/+5
* | some more memory leaksMiodrag Milanovic2018-06-251-0/+6
|/
* Update from increased clangformat line lengthDavid Shah2018-06-231-112/+60
* ice40: Move global net test to ArchDavid Shah2018-06-231-11/+18
* Cleanup almost all deprecation warningsMiodrag Milanovic2018-06-231-33/+33
* ice40: SB_LFOSC support, fabric routing onlyDavid Shah2018-06-221-0/+34
* Switched from clifford@clifford.at to clifford@symbioticeda.com for copyright...Clifford Wolf2018-06-221-1/+1
* ice40: Make the packer deterministicDavid Shah2018-06-221-8/+9
* Fixed return codes for packer, placer and routerMiodrag Milanovic2018-06-211-9/+13
* Add ctx->checksum(), slightly improve log messagesClifford Wolf2018-06-211-0/+2
* Improve log messages, move many messages to verbose modeClifford Wolf2018-06-211-11/+17
* place_sa: Improvements including supporting force and ordering consistencyDavid Shah2018-06-201-2/+2
* ice40: Tidying up carry packer a bitDavid Shah2018-06-191-15/+28
* ice40: WIP SB_CARRY packerDavid Shah2018-06-191-0/+61
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-191-5/+16
|\
| * ice40: Improve error reporting for invalid tristate usageDavid Shah2018-06-191-9/+14
| * ice40: Fix constant packerDavid Shah2018-06-191-4/+14