aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix for zero length caseMiodrag Milanovic2018-07-251-0/+2
| * | Make thread check portableMiodrag Milanovic2018-07-251-4/+4
| * | Fix bba to compile on windows (no unistd there)Miodrag Milanovic2018-07-252-43/+55
| * | Use bbasm to create iCE40 chipdbClifford Wolf2018-07-243-289/+236
| * | Add bba parserClifford Wolf2018-07-241-8/+134
* | | Merge branch 'q3k/pll-pads' into 'master'David Shah2018-07-254-13/+96
|\ \ \
| * | | ice40: after reviewSergiusz Bazanski2018-07-252-3/+3
| * | | ice40: check PLL PACKAGEPIN drives only PLL, cosmeticsSergiusz Bazanski2018-07-251-4/+7
| * | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pll-padsSergiusz Bazanski2018-07-256-15/+212
| |\ \ \ | |/ / / |/| | |
* | | | Add a simple 8x benchmark scriptDavid Shah2018-07-251-0/+43
| |_|/ |/| |
* | | ecp5: Bitsream gen tuningDavid Shah2018-07-241-11/+16
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-07-243-4/+135
|\ \ \
| * | | Disable pips for now on ECP5 just to be able to work on other partsMiodrag Milanovic2018-07-241-0/+2
| * | | Fixed pybiding so generic can work and ecp5 expose all neededMiodrag Milanovic2018-07-242-4/+133
* | | | ecp5: Working on LVDS inputs for Versa supportDavid Shah2018-07-241-0/+8
|/ / /
* | | Merge branch 'placeconstr2'Clifford Wolf2018-07-241-0/+10
|\ \ \ | |_|/ |/| |
| * | Typo fixClifford Wolf2018-07-241-1/+1
| * | Add CellInfo data for placement constraintsClifford Wolf2018-07-241-0/+10
| | * clang-formatSergiusz Bazanski2018-07-251-7/+7
| | * ice40: support PLL40_*_PAD, fix pass-through LUT for LOCKSergiusz Bazanski2018-07-254-8/+88
| |/ |/|
* | Merge branch 'q3k/pll' into 'master'Serge Bazanski2018-07-249-14/+375
|\ \
| * | ice40: after reviewSergiusz Bazanski2018-07-241-1/+0
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/pllSergiusz Bazanski2018-07-2426-173/+196
| |\ \ | |/ / |/| |
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-07-242-5/+30
|\ \ \
| * | | Add missing implementations of generic Arch methodsClifford Wolf2018-07-242-5/+30
* | | | ecp5: Architecture testing and fixingDavid Shah2018-07-242-1/+11
|/ / /
* | | Remove implementations of deprecated APIsDavid Shah2018-07-248-77/+9
* | | ice40: Remove use of deprecated APIsDavid Shah2018-07-243-10/+10
* | | common: Remove use of deprecated APIsDavid Shah2018-07-243-29/+24
* | | Remove uphill/downhill bel pins from ice40 dbClifford Wolf2018-07-242-34/+0
* | | Add bbasm target, use as passthru in iCE40 builderDavid Shah2018-07-244-5/+32
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-07-244-4/+20
|\ \ \ | | |/ | |/|
| * | Add dummy bba mainClifford Wolf2018-07-241-0/+15
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-07-241-2/+25
| |\ \
| * | | Change G_FRAME color to be significantly darker than G_ACTIVEClifford Wolf2018-07-241-1/+1
| * | | Add G_ARROW (for now same look as G_LINE)Clifford Wolf2018-07-243-3/+4
* | | | ecp5: Support for differential IODavid Shah2018-07-241-1/+15
| |/ / |/| |
* | | ecp5: Set BANKREF to correct VccIODavid Shah2018-07-241-2/+25
|/ /
* | timing: Model clock to Q timesDavid Shah2018-07-242-0/+18
* | ice40: Trim BRAM constant inputs, reduces routing congestion around BRAMDavid Shah2018-07-241-0/+3
* | ice40: Fix SPRAM and other primitives in corners other than (0, 0)David Shah2018-07-241-1/+1
| * ice40: fixes before reviewSergiusz Bazanski2018-07-246-47/+14
| * ice40: move PLL->IO from pseudo pip to second uphill belSergiusz Bazanski2018-07-243-69/+40
| * ice40: emit list of upbels in chipdbSergiusz Bazanski2018-07-244-16/+22
| * clang-formatSergiusz Bazanski2018-07-244-67/+74
| * ice40: A slightly nicer way to do this.Sergiusz Bazanski2018-07-241-46/+31
| * ice40: Move spliceLUT back to pack.ccSergiusz Bazanski2018-07-243-56/+53
| * ice40: Prevent placement of SB_IOs in IO blocks used by PLL outputsSergiusz Bazanski2018-07-241-0/+24
| * ice40: Refactor PLL/LOCK LUT splicing out into Arch::Sergiusz Bazanski2018-07-244-74/+59
| * ice40: Emit feed-through LUTs for PLL/LOCKSergiusz Bazanski2018-07-243-5/+159