index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ice40
/
arch.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more missing iCE40 gfx (LP/HX is complete now)
Clifford Wolf
2018-08-19
1
-0
/
+46
*
Add iCE40 gfx for IO span-4 corners
Clifford Wolf
2018-08-19
1
-1
/
+1
*
Add iCE40 gfx for span-4 wires between IO tiles
Clifford Wolf
2018-08-19
1
-3
/
+9
*
Merge pull request #47 from YosysHQ/settings_propagate
Clifford Wolf
2018-08-18
1
-11
/
+2
|
\
|
*
Use settings for placer1 and router1
Miodrag Milanovic
2018-08-09
1
-11
/
+2
*
|
Improve iCE40 gfx for IO tiles and RAM tiles
Clifford Wolf
2018-08-18
1
-2
/
+6
*
|
Add ice40 wire attributes (grid position, segment list)
Clifford Wolf
2018-08-18
1
-0
/
+33
|
/
*
Merge branch 'master' of github.com:YosysHQ/nextpnr into constids
Clifford Wolf
2018-08-08
1
-22
/
+77
|
\
|
*
ice40: Add error for unknown cell type when getting timing info
David Shah
2018-08-08
1
-1
/
+3
|
*
Arch API: Removing Arch::isIOCell
David Shah
2018-08-08
1
-2
/
+0
|
*
ice40: Add timing arcs through global buffers
David Shah
2018-08-08
1
-0
/
+4
|
*
timing: Debugging implementation of new timing API
David Shah
2018-08-08
1
-1
/
+1
|
*
ice40: Timing arch fix
David Shah
2018-08-08
1
-3
/
+17
|
*
timing: Update to new use API (currently broken)
David Shah
2018-08-08
1
-2
/
+2
|
*
Arch API: New specification for timing port classes
David Shah
2018-08-08
1
-18
/
+50
|
*
clangformat
Eddie Hung
2018-08-06
1
-10
/
+12
|
*
Merge branch 'master' into assign_budget_speedup
Eddie Hung
2018-08-06
1
-2
/
+17
|
|
\
|
*
|
Add new Arch::isIOCell() API function
Eddie Hung
2018-08-06
1
-0
/
+5
*
|
|
Get rid of old iCE40 id_ Arch members
Clifford Wolf
2018-08-08
1
-43
/
+20
*
|
|
Get rid of PortPin and BelType (ice40, generic, docs)
Clifford Wolf
2018-08-08
1
-110
/
+20
|
|
/
|
/
|
*
|
ice40's getBudgetOverride() to return correct delay for different devices
Eddie Hung
2018-08-06
1
-2
/
+17
|
/
*
Fix ice40's getBudgetOverride() to override only for COUT -> CIN
Eddie Hung
2018-08-06
1
-1
/
+1
*
Change getBudgetOverride() signature to return bool and modify budget in place
Eddie Hung
2018-08-06
1
-4
/
+6
*
API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)
Clifford Wolf
2018-08-05
1
-3
/
+3
*
clangformat
Clifford Wolf
2018-08-05
1
-34
/
+32
*
Add new iCE40 delay estimator and delay predictor
Clifford Wolf
2018-08-04
1
-58
/
+0
*
Add generation of models to tmfuzz
Clifford Wolf
2018-08-04
1
-0
/
+30
*
Refactor ice40 timing fuzzer used to create delay estimates
Clifford Wolf
2018-08-04
1
-16
/
+0
*
Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm
Clifford Wolf
2018-08-04
1
-1
/
+6
|
\
|
*
clangformat
David Shah
2018-08-04
1
-1
/
+2
|
*
Add constraint weight as a command line option
David Shah
2018-08-03
1
-1
/
+5
*
|
Proper ice40 wire types
Clifford Wolf
2018-08-03
1
-0
/
+39
*
|
Add iCE40 pseudo-pips for lut permutation
Clifford Wolf
2018-08-03
1
-2
/
+15
|
/
*
ice40: Use real cell timings
David Shah
2018-08-02
1
-22
/
+17
*
Add Router1Cfg
Clifford Wolf
2018-08-02
1
-1
/
+5
*
Remove getFrameDecal() API
Clifford Wolf
2018-08-01
1
-12
/
+0
*
clangformat for stuff I've touched
Eddie Hung
2018-07-31
1
-12
/
+14
*
Modify the getNetinfo*() functions and getBudgetOverride() to not use
Eddie Hung
2018-07-31
1
-2
/
+1
*
Merge remote-tracking branch 'origin/estdelay' into redist_slack
Eddie Hung
2018-07-31
1
-16
/
+20
|
\
|
*
Modify predictDelay signature
Eddie Hung
2018-07-30
1
-8
/
+13
|
*
Add predictDelay Arch API
Clifford Wolf
2018-07-30
1
-0
/
+16
*
|
Merge branch 'redist_slack' into 'redist_slack'
Eddie Hung
2018-07-31
1
-0
/
+31
|
\
\
|
*
|
clangformat
Eddie Hung
2018-07-28
1
-5
/
+6
|
*
|
ice40 estimateDelay to account for out/in muxes
Eddie Hung
2018-07-27
1
-0
/
+16
|
*
|
getBudgetOverride() now handles COUT crossing tiles
Eddie Hung
2018-07-26
1
-5
/
+12
|
*
|
Revert "Remove Arch::getBudgetOverride()"
Eddie Hung
2018-07-26
1
-0
/
+7
|
|
/
*
|
getChipName() should be const
Clifford Wolf
2018-07-31
1
-1
/
+1
*
|
Add binary search to getBelPinWire() and getBelPinType()
Clifford Wolf
2018-07-31
1
-7
/
+36
*
|
Use DelayInfo for cell timing instead of delay_t
David Shah
2018-07-30
1
-7
/
+7
*
|
Add iCE40 fast/slow delay fields to chipdb
Clifford Wolf
2018-07-30
1
-0
/
+5
|
/
[next]