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
*
Arch API: New specification for timing port classes
David Shah
2018-08-08
7
-35
/
+66
*
common: Add TimingPortClass
David Shah
2018-08-08
1
-1
/
+14
*
Cleanup nesting
Eddie Hung
2018-08-06
1
-59
/
+59
*
Do less work if update flag is false
Eddie Hung
2018-08-06
1
-6
/
+6
*
clangformat
Eddie Hung
2018-08-06
4
-51
/
+57
*
Also add PLL outputs as timing startpoints
Eddie Hung
2018-08-06
1
-15
/
+3
*
Add Arch::isIOCell() to ecp5 and generic
Eddie Hung
2018-08-06
3
-0
/
+10
*
Remove old timing code
Eddie Hung
2018-08-06
1
-88
/
+0
*
Compute critical path report
Eddie Hung
2018-08-06
1
-2
/
+49
*
Add comments
Eddie Hung
2018-08-06
1
-11
/
+43
*
Merge branch 'master' into assign_budget_speedup
Eddie Hung
2018-08-06
2
-4
/
+22
|
\
|
*
Merge pull request #39 from eddiehung/slack_histogram
David Shah
2018-08-06
1
-2
/
+4
|
|
\
|
|
*
Enhance slack histogram with '+' to indicate less-than-granularity
Eddie Hung
2018-08-06
1
-2
/
+4
|
*
|
Merge pull request #40 from eddiehung/fix_budget_overrides
David Shah
2018-08-06
8
-24
/
+46
|
|
\
\
|
|
*
|
ice40's getBudgetOverride() to return correct delay for different devices
Eddie Hung
2018-08-06
1
-2
/
+17
|
|
*
|
Add name to copyright header
Eddie Hung
2018-08-06
1
-0
/
+1
|
*
|
|
Merge pull request #38 from eddiehung/assign_budget_evenly
Eddie Hung
2018-08-06
3
-8
/
+12
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Use new Arch::isIOCell() function in Timing
Eddie Hung
2018-08-06
1
-1
/
+1
*
|
|
|
Add new Arch::isIOCell() API function
Eddie Hung
2018-08-06
2
-0
/
+7
*
|
|
|
Consider clocked cells with COUT, consider constant nets
Eddie Hung
2018-08-06
1
-20
/
+38
*
|
|
|
Merge branch 'fix_budget_overrides' into assign_budget_speedup
Eddie Hung
2018-08-06
3
-28
/
+25
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Modify doc
Eddie Hung
2018-08-06
1
-2
/
+2
|
*
|
|
Fix use of getBudgetOverride in Timing::follow_net()
Eddie Hung
2018-08-06
1
-12
/
+16
|
*
|
|
Fix ice40's getBudgetOverride() to override only for COUT -> CIN
Eddie Hung
2018-08-06
1
-1
/
+1
|
*
|
|
Modify getBudgetOverride for generic and ecp5 too
Eddie Hung
2018-08-06
4
-4
/
+4
|
*
|
|
Change getBudgetOverride() signature to return bool and modify budget in place
Eddie Hung
2018-08-06
2
-5
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'assign_budget_evenly' into assign_budget_speedup
Eddie Hung
2018-08-06
3
-8
/
+12
|
\
|
|
|
*
|
clangformat
Eddie Hung
2018-08-06
1
-4
/
+5
|
*
|
Add net_delays bool to Timing class to control net delay consideration
Eddie Hung
2018-08-06
1
-5
/
+6
|
*
|
Unless slack_redist is enabled, ignore net delays so that budget gets evenly ...
Eddie Hung
2018-08-05
1
-1
/
+1
|
*
|
Restore initial assign_budget() call after pack(), restrict call after initia...
Eddie Hung
2018-08-05
2
-1
/
+3
|
|
/
*
|
WIP for new assign_budget() using topographical ordering
Eddie Hung
2018-08-05
1
-6
/
+165
*
|
Modify getBudgetOverride for generic and ecp5 too
Eddie Hung
2018-08-05
4
-4
/
+4
*
|
Change getBudgetOverride() signature to return bool and modify budget in place
Eddie Hung
2018-08-05
2
-5
/
+7
|
/
*
Merge pull request #37 from YosysHQ/ngapi
Clifford Wolf
2018-08-05
21
-289
/
+298
|
\
|
*
API change: Use CellInfo* and NetInfo* as cell/net handles (ECP5)
David Shah
2018-08-05
5
-61
/
+58
|
*
API change: Use CellInfo* and NetInfo* as cell/net handles (Python bindings)
David Shah
2018-08-05
3
-18
/
+26
|
*
API change: Use CellInfo* and NetInfo* as cell/net handles (archapi docs)
Clifford Wolf
2018-08-05
1
-16
/
+16
|
*
API change: Use CellInfo* and NetInfo* as cell/net handles (generic)
Clifford Wolf
2018-08-05
2
-39
/
+42
|
*
API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)
Clifford Wolf
2018-08-05
10
-155
/
+156
*
|
timing: Fix slack histogram segfault with no paths
David Shah
2018-08-05
1
-1
/
+1
|
/
*
Merge pull request #36 from YosysHQ/lutperm
David Shah
2018-08-05
13
-227
/
+1033
|
\
|
*
clangformat
Clifford Wolf
2018-08-05
5
-97
/
+84
|
*
Fix bug in ice40 estimateDelay()
Clifford Wolf
2018-08-04
1
-4
/
+6
|
*
Merge branch 'master' of github.com:YosysHQ/nextpnr into lutperm
Clifford Wolf
2018-08-04
15
-26
/
+166
|
|
\
|
*
|
Use faster model for ice40 predictDelay()
Clifford Wolf
2018-08-04
1
-1
/
+6
|
*
|
Add new iCE40 delay estimator and delay predictor
Clifford Wolf
2018-08-04
5
-121
/
+343
|
*
|
ice40: Bitstream gen for LUT permutation
David Shah
2018-08-04
1
-8
/
+78
|
*
|
Quick fix for router bug in unrouting a conflicting pip
Clifford Wolf
2018-08-04
1
-1
/
+3
|
*
|
Add generation of models to tmfuzz
Clifford Wolf
2018-08-04
3
-9
/
+184
[next]