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
*
ice40/arch: Add helper to check if a BEL is LOCKED or not
Sylvain Munaut
2018-11-19
1
-0
/
+19
*
Merge remote-tracking branch 'origin/master' into timingapi
Eddie Hung
2018-11-13
1
-4
/
+4
|
\
|
*
[ice40] getBudgetOverride() to use constrained Z not placed Z
Eddie Hung
2018-11-13
1
-4
/
+4
*
|
timing: Fix handling of clock inputs
David Shah
2018-11-12
1
-2
/
+2
*
|
Working on multi-clock analysis
David Shah
2018-11-12
1
-6
/
+4
*
|
timing: iCE40 Arch API changes for clocking info
David Shah
2018-11-12
1
-18
/
+62
|
/
*
Merge pull request #88 from YosysHQ/issue72
Eddie Hung
2018-10-11
1
-6
/
+13
|
\
|
*
[ice40] TimingPortClass of LC.O ports without any inputs now TMG_IGNORE
Eddie Hung
2018-09-15
1
-6
/
+13
*
|
clangformat
David Shah
2018-09-30
1
-1
/
+0
*
|
ice40: Validity check for LVDS IO
David Shah
2018-09-24
1
-0
/
+2
*
|
ice40: Remove obsolete belType member
David Shah
2018-09-24
1
-1
/
+0
|
/
*
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
|
\
[next]