index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ice40: fixes before review
Sergiusz Bazanski
2018-07-24
6
-47
/
+14
*
ice40: move PLL->IO from pseudo pip to second uphill bel
Sergiusz Bazanski
2018-07-24
3
-69
/
+40
*
ice40: emit list of upbels in chipdb
Sergiusz Bazanski
2018-07-24
4
-16
/
+22
*
clang-format
Sergiusz Bazanski
2018-07-24
4
-67
/
+74
*
ice40: A slightly nicer way to do this.
Sergiusz Bazanski
2018-07-24
1
-46
/
+31
*
ice40: Move spliceLUT back to pack.cc
Sergiusz Bazanski
2018-07-24
3
-56
/
+53
*
ice40: Prevent placement of SB_IOs in IO blocks used by PLL outputs
Sergiusz Bazanski
2018-07-24
1
-0
/
+24
*
ice40: Refactor PLL/LOCK LUT splicing out into Arch::
Sergiusz Bazanski
2018-07-24
4
-74
/
+59
*
ice40: Emit feed-through LUTs for PLL/LOCK
Sergiusz Bazanski
2018-07-24
3
-5
/
+159
*
ice40: Fail early on SB_PLL40_*_PAD cells
Sergiusz Bazanski
2018-07-24
2
-0
/
+14
*
ice40: Implement emitting PLLs
Sergiusz Bazanski
2018-07-24
12
-17
/
+275
*
make update of tree for nets and cells partial
Miodrag Milanovic
2018-07-23
2
-26
/
+56
*
ecp5: Add some more PIO helper functions
David Shah
2018-07-23
2
-0
/
+42
*
ecp5: Helper functions for I/O placement and checking
David Shah
2018-07-23
3
-0
/
+324
*
Proper highlight/selected cleanup on context re-init
Miodrag Milanovic
2018-07-23
2
-0
/
+4
*
write frequency info
Miodrag Milanovic
2018-07-23
1
-0
/
+1
*
always assign budget before placing
Miodrag Milanovic
2018-07-23
1
-2
/
+2
*
Add Context::archcheck() and "nextpnr-ice40 --test"
Clifford Wolf
2018-07-23
5
-45
/
+208
*
Remove getBelsByType() API
Clifford Wolf
2018-07-23
4
-40
/
+0
*
clangformat
David Shah
2018-07-23
2
-4
/
+5
*
ecp5: Add Add getGridDimX(), getGridDimY(), getTileDimZ()
David Shah
2018-07-23
1
-0
/
+5
*
clangformat
Clifford Wolf
2018-07-23
2
-20
/
+26
*
Add fallback to estimateDelay() in getNetinfoRouteDelay()
Clifford Wolf
2018-07-23
1
-1
/
+6
*
Add getGridDimX(), getGridDimY(), getTileDimZ() API
Clifford Wolf
2018-07-23
3
-1
/
+31
*
ecp5: Implement new Grid APIs
David Shah
2018-07-23
2
-0
/
+50
*
ecp5: Remove obsolete db entries, add Bel z-position
David Shah
2018-07-23
2
-19
/
+2
*
Bugfix in iCE40 chipdb.py
Clifford Wolf
2018-07-23
1
-3
/
+0
*
Added Bel port info to GUI
Miodrag Milanovic
2018-07-22
1
-0
/
+8
*
Move to new API and remove deprecated
Miodrag Milanovic
2018-07-22
6
-94
/
+40
*
Move to new api
Miodrag Milanovic
2018-07-22
1
-12
/
+3
*
ecp5: Adding new Bel pin API
David Shah
2018-07-22
3
-3
/
+63
*
ecp5: Fix regression following router update
David Shah
2018-07-22
2
-2
/
+2
*
Add Arch::getBelPins() to generic and iCE40 archs
Clifford Wolf
2018-07-22
4
-0
/
+25
*
Add Arch::getBelPinType() and Arch::getWireBelPins() in iCE40 arch
Clifford Wolf
2018-07-22
3
-4
/
+57
*
Add Arch::getBelPinType() and Arch::getWireBelPins() in generic arch
Clifford Wolf
2018-07-22
2
-2
/
+12
*
Rename getWireBelPin to getBelPinWire
Clifford Wolf
2018-07-22
12
-26
/
+26
*
Move common patterns from router1 to Context API
Clifford Wolf
2018-07-22
3
-150
/
+124
*
clangformat
Clifford Wolf
2018-07-22
5
-39
/
+30
*
QTimer::start(std::chrono::duration -> int)
Sergiusz Bazanski
2018-07-21
2
-3
/
+3
*
Merge branch 'q3k/lock-2-electric-boogaloo' into 'master'
Clifford Wolf
2018-07-21
7
-161
/
+397
|
\
|
*
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...
Sergiusz Bazanski
2018-07-21
22
-682
/
+1466
|
|
\
|
*
|
Re-enable drawing Pips.
Sergiusz Bazanski
2018-07-20
1
-3
/
+3
|
*
|
Use UI lock for yielding
Sergiusz Bazanski
2018-07-20
4
-14
/
+40
|
*
|
clang-format
Sergiusz Bazanski
2018-07-20
1
-1
/
+1
|
*
|
Nuke IdStringDB
Sergiusz Bazanski
2018-07-20
5
-50
/
+41
|
*
|
Remove dead code.
Sergiusz Bazanski
2018-07-20
1
-2
/
+0
|
*
|
clang-format and uncomment debug
Sergiusz Bazanski
2018-07-20
4
-45
/
+39
|
*
|
Move pthread yield hack into BaseCtx
Sergiusz Bazanski
2018-07-20
3
-10
/
+14
|
*
|
Mix-in Deterministic RNG at Context instead of BaseCtx
Sergiusz Bazanski
2018-07-20
1
-2
/
+2
|
*
|
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...
Sergiusz Bazanski
2018-07-20
48
-825
/
+754
|
|
\
\
[next]