Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clangformat | David Shah | 2018-11-26 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #138 from YosysHQ/refactor_log | David Shah | 2018-11-26 | 7 | -122/+84 |
|\ | | | | | Tidy up logging code, add log file support, make timing failures non-fatal errors | ||||
| * | Add nonfatal error support and use for timing failures | David Shah | 2018-11-26 | 4 | -3/+14 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | Change the log level of some timing-related messages | David Shah | 2018-11-21 | 3 | -16/+20 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | Refactor log code and add log file support | David Shah | 2018-11-21 | 4 | -105/+52 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #139 from YosysHQ/fix_117 | David Shah | 2018-11-26 | 1 | -1/+6 |
|\ \ | | | | | | | router1: Fix unrouted, undriven nets | ||||
| * | | router1: Fix unrouted, undriven nets | David Shah | 2018-11-21 | 1 | -1/+6 |
| |/ | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | python: Fixes to get net wires map working | David Shah | 2018-11-22 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | python: Add wrapper for vectors to allow Python access to net.users | David Shah | 2018-11-22 | 3 | -4/+76 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #122 from YosysHQ/ecp5_timing | David Shah | 2018-11-22 | 1 | -1/+17 |
|\ \ | |/ |/| | ecp5: Use cell and pip timings from the Trellis database | ||||
| * | timing: Improve crit path statistics | David Shah | 2018-11-16 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ecp5: clangformat timing changes | David Shah | 2018-11-16 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ecp5: Use speed-grade-specific delay estimate | David Shah | 2018-11-16 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ecp5: Fix db import, improve timing data debugging | David Shah | 2018-11-16 | 1 | -1/+15 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Add missing router1 ctx->yield() calls | Clifford Wolf | 2018-11-20 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | 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 | ||||
| * | | common/placer1: In random pick, only use grid if there is more than 64 BELs | Sylvain Munaut | 2018-11-19 | 2 | -8/+21 |
| |/ | | | | | | | | | | | | | | | | | | | If you have a large grid and very few BELs of a given type, picking a random grid location yields very little odds of finding a BEL of that type. So for those, just put all of them at (0,0) and do a true random pick. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* / | add "randomize-seed" command-line option | Maik Merten | 2018-11-19 | 1 | -0/+10 |
|/ | |||||
* | clangformat | David Shah | 2018-11-16 | 4 | -25/+33 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | 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 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | [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 |
| |\ | | | | | | | Major rewrite of "router1" | ||||
| | * | Minor router1 debug log improvements | Clifford Wolf | 2018-11-13 | 1 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Improve router1 debug output, switch to nameOf APIs | Clifford Wolf | 2018-11-13 | 1 | -41/+44 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Add more nameOf() convenience methods | Clifford Wolf | 2018-11-13 | 2 | -2/+36 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Various router1 fixes, Add BelId/WireId/PipId::operator<() | Clifford Wolf | 2018-11-13 | 1 | -13/+62 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Fix router1 check for ECP5 | David Shah | 2018-11-12 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| | * | clangformat | Clifford Wolf | 2018-11-11 | 1 | -170/+178 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Another router1 bugfix | Clifford Wolf | 2018-11-11 | 2 | -63/+55 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Add getConflictingWireWire() arch API, streamline getConflictingXY semantic | Clifford Wolf | 2018-11-11 | 2 | -105/+117 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Ignore "duplicate" arcs in the same net in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Add some additional checks to router1 to find issues in input netlist | Clifford Wolf | 2018-11-11 | 1 | -0/+23 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Add getConflictingPipWire() arch API, router1 improvements | Clifford Wolf | 2018-11-11 | 2 | -20/+43 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Another bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Minor improvements in router1 | Clifford Wolf | 2018-11-11 | 1 | -4/+9 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Some router1 cleanups | Clifford Wolf | 2018-11-10 | 1 | -12/+39 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | flush logs when throwing an assertion_failure | Clifford Wolf | 2018-11-10 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Add checkers and assertions to router1 and other improvements | Clifford Wolf | 2018-11-10 | 2 | -42/+280 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| | * | Fixes and cleanups in router1 | Clifford Wolf | 2018-11-10 | 1 | -10/+10 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |