index
:
iCE40/nextpnr
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rulecheck: Improve message printed at start
David Shah
2018-11-29
1
-1
/
+1
*
Fix compile on GCC 5.5 or older
Miodrag Milanovic
2018-11-27
1
-0
/
+10
*
Print warning and error count at end of execution
David Shah
2018-11-26
4
-2
/
+19
*
timing: Improve clock constraint log output
David Shah
2018-11-26
1
-2
/
+6
*
placer1: During initial placement, don't rip-up strongly binded cells
Sylvain Munaut
2018-11-26
1
-2
/
+3
*
clangformat
David Shah
2018-11-26
1
-1
/
+1
*
Merge pull request #138 from YosysHQ/refactor_log
David Shah
2018-11-26
7
-122
/
+84
|
\
|
*
Add nonfatal error support and use for timing failures
David Shah
2018-11-26
4
-3
/
+14
|
*
Change the log level of some timing-related messages
David Shah
2018-11-21
3
-16
/
+20
|
*
Refactor log code and add log file support
David Shah
2018-11-21
4
-105
/
+52
*
|
Merge pull request #139 from YosysHQ/fix_117
David Shah
2018-11-26
1
-1
/
+6
|
\
\
|
*
|
router1: Fix unrouted, undriven nets
David Shah
2018-11-21
1
-1
/
+6
|
|
/
*
|
python: Fixes to get net wires map working
David Shah
2018-11-22
1
-0
/
+7
*
|
python: Add wrapper for vectors to allow Python access to net.users
David Shah
2018-11-22
3
-4
/
+76
*
|
Merge pull request #122 from YosysHQ/ecp5_timing
David Shah
2018-11-22
1
-1
/
+17
|
\
\
|
|
/
|
/
|
|
*
timing: Improve crit path statistics
David Shah
2018-11-16
1
-2
/
+7
|
*
ecp5: clangformat timing changes
David Shah
2018-11-16
1
-2
/
+0
|
*
ecp5: Use speed-grade-specific delay estimate
David Shah
2018-11-16
1
-1
/
+0
|
*
ecp5: Fix db import, improve timing data debugging
David Shah
2018-11-16
1
-1
/
+15
*
|
Add missing router1 ctx->yield() calls
Clifford Wolf
2018-11-20
1
-0
/
+2
*
|
Merge pull request #130 from smunaut/issue_127
David Shah
2018-11-20
2
-8
/
+21
|
\
\
|
*
|
common/placer1: In random pick, only use grid if there is more than 64 BELs
Sylvain Munaut
2018-11-19
2
-8
/
+21
|
|
/
*
/
add "randomize-seed" command-line option
Maik Merten
2018-11-19
1
-0
/
+10
|
/
*
clangformat
David Shah
2018-11-16
4
-25
/
+33
*
Improve message spacing
Eddie Hung
2018-11-14
2
-3
/
+8
*
Merge remote-tracking branch 'origin/master' into timingapi
Eddie Hung
2018-11-14
4
-27
/
+48
|
\
|
*
[placer1] Only perform slack redist if legalised
Eddie Hung
2018-11-13
1
-4
/
+4
|
*
[placer1] Only increase temperature if legaliser moved something
Eddie Hung
2018-11-13
2
-19
/
+23
|
*
[common] Fix 'after after'
Eddie Hung
2018-11-13
1
-2
/
+2
|
*
[common] Fix typo in Loc::operator!=()
Eddie Hung
2018-11-13
1
-1
/
+1
|
*
[placer1] Fix require_legal polarity
Eddie Hung
2018-11-13
1
-3
/
+3
|
*
[timing] Path report to include pips when --verbose set
Eddie Hung
2018-11-13
1
-1
/
+18
*
|
Timing fixes
David Shah
2018-11-14
2
-1
/
+15
*
|
[timing] Crit path report to print out edges
Eddie Hung
2018-11-13
1
-3
/
+4
*
|
[timing] Resolve another merge conflict
Eddie Hung
2018-11-13
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into timingapi
Eddie Hung
2018-11-13
5
-725
/
+771
|
\
|
|
*
Merge pull request #107 from YosysHQ/router_improve
Eddie Hung
2018-11-13
4
-719
/
+765
|
|
\
|
|
*
Minor router1 debug log improvements
Clifford Wolf
2018-11-13
1
-2
/
+8
|
|
*
Improve router1 debug output, switch to nameOf APIs
Clifford Wolf
2018-11-13
1
-41
/
+44
|
|
*
Add more nameOf() convenience methods
Clifford Wolf
2018-11-13
2
-2
/
+36
|
|
*
Various router1 fixes, Add BelId/WireId/PipId::operator<()
Clifford Wolf
2018-11-13
1
-13
/
+62
|
|
*
Fix router1 check for ECP5
David Shah
2018-11-12
1
-0
/
+5
|
|
*
clangformat
Clifford Wolf
2018-11-11
1
-170
/
+178
|
|
*
Another router1 bugfix
Clifford Wolf
2018-11-11
2
-63
/
+55
|
|
*
Add getConflictingWireWire() arch API, streamline getConflictingXY semantic
Clifford Wolf
2018-11-11
2
-105
/
+117
|
|
*
Ignore "duplicate" arcs in the same net in router1
Clifford Wolf
2018-11-11
1
-1
/
+4
|
|
*
Add some additional checks to router1 to find issues in input netlist
Clifford Wolf
2018-11-11
1
-0
/
+23
|
|
*
Add getConflictingPipWire() arch API, router1 improvements
Clifford Wolf
2018-11-11
2
-20
/
+43
|
|
*
Another bugfix in router1
Clifford Wolf
2018-11-11
1
-1
/
+1
|
|
*
Bugfix in router1
Clifford Wolf
2018-11-11
1
-3
/
+7
[prev]
[next]