Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr | David Shah | 2019-10-25 | 1 | -8/+0 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #346 from xobs/fix-ice40-pregenerated-bba | David Shah | 2019-10-25 | 1 | -8/+0 | |
| |\ \ \ | | | | | | | | | | | ice40: cmake: fix build with pregenerated bba path | |||||
| | * | | | ice40: cmake: fix build with pregenerated bba path | Sean Cross | 2019-10-24 | 1 | -8/+0 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building using non-pregenerated bba files, the rule to create bbasm files gets called twice: once unconditionally, and once as part of the conditional that determines we're not using a pregenerated bba path. If we _are_ using a pregenerated bba path, then this rule gets called anyway, resulting in a build error. Remove the duplicate, unconditional creation of the bba file generation, to fix the build when using pregenerated files, and to speed up the build when not using pregenerated files. Signed-off-by: Sean Cross <sean@xobs.io> | |||||
* / / / | ecp5: Fix routing to shared DSP control inputs | David Shah | 2019-10-25 | 3 | -1/+37 | |
|/ / / | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
* / / | ecp5: Make database build depend on constids.inc | David Shah | 2019-10-20 | 1 | -2/+2 | |
|/ / | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | |||||
| * | add newline at eof | Miodrag Milanovic | 2019-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | Add options to enable/disable displayed elements | Miodrag Milanovic | 2019-12-20 | 9 | -16/+105 | |
| | | ||||||
| * | optimize and set order | Miodrag Milanovic | 2019-12-20 | 1 | -276/+236 | |
| | | ||||||
| * | clang format | Miodrag Milanovic | 2019-12-20 | 2 | -47/+132 | |
| | | ||||||
| * | Add all missing wires | Miodrag Milanovic | 2019-12-20 | 1 | -1/+1556 | |
| | | ||||||
| * | Add global wires | Miodrag Milanovic | 2019-12-15 | 4 | -19/+138 | |
| | | ||||||
| * | more pips on connection box | Miodrag Milanovic | 2019-12-15 | 1 | -0/+9 | |
| | | ||||||
| * | cleanup and formating | Miodrag Milanovic | 2019-12-15 | 2 | -13/+13 | |
| | | ||||||
| * | make it more simetric | Miodrag Milanovic | 2019-12-15 | 1 | -13/+14 | |
| | | ||||||
| * | optimize and add some missing pips | Miodrag Milanovic | 2019-12-15 | 1 | -28/+17 | |
| | | ||||||
| * | cleanup | Miodrag Milanovic | 2019-12-15 | 1 | -12/+7 | |
| | | ||||||
| * | cleanup wire | Miodrag Milanovic | 2019-12-15 | 1 | -110/+3 | |
| | | ||||||
| * | move bel creation to gfx.cc | Miodrag Milanovic | 2019-12-15 | 3 | -122/+101 | |
| | | ||||||
| * | fix formating | Miodrag Milanovic | 2019-12-14 | 3 | -110/+138 | |
| | | ||||||
| * | lot more pips | Miodrag Milanovic | 2019-12-14 | 1 | -4/+51 | |
| | | ||||||
| * | fixes and more pips | Miodrag Milanovic | 2019-12-14 | 2 | -1/+92 | |
| | | ||||||
| * | pips for alu, mult and memory | Miodrag Milanovic | 2019-12-14 | 1 | -3/+43 | |
| | | ||||||
| * | pips for ios | Miodrag Milanovic | 2019-12-14 | 2 | -7/+134 | |
| | | ||||||
| * | propagate w and h | Miodrag Milanovic | 2019-12-14 | 1 | -60/+96 | |
| | | ||||||
| * | pips for other type of connection box | Miodrag Milanovic | 2019-12-14 | 1 | -5/+17 | |
| | | ||||||
| * | more new wires added | Miodrag Milanovic | 2019-12-14 | 5 | -2/+214 | |
| | | ||||||
| * | ebr, mult and alu nice display | Miodrag Milanovic | 2019-12-14 | 2 | -8/+15 | |
| | | ||||||
| * | add more | Miodrag Milanovic | 2019-12-13 | 3 | -4/+44 | |
| | | ||||||
| * | new wires in db | Miodrag Milanovic | 2019-12-13 | 3 | -20/+498 | |
| | | ||||||
| * | added siologic | Miodrag Milanovic | 2019-12-13 | 4 | -2/+63 | |
| | | ||||||
| * | Add many new wires | Miodrag Milanovic | 2019-12-13 | 4 | -0/+1250 | |
| | | ||||||
| * | clangformat run | Miodrag Milanovic | 2019-12-08 | 4 | -330/+365 | |
| | | ||||||
| * | display IOs properly | Miodrag Milanovic | 2019-12-07 | 1 | -21/+5 | |
| | | ||||||
| * | More bels show properly | Miodrag Milanovic | 2019-12-07 | 1 | -43/+82 | |
| | | ||||||
| * | add dcca bels and dummy parts for other bels | Miodrag Milanovic | 2019-12-07 | 1 | -9/+54 | |
| | | ||||||
| * | Fix edge wires | Miodrag Milanovic | 2019-12-07 | 1 | -69/+108 | |
| | | ||||||
| * | add more pips | Miodrag Milanovic | 2019-12-01 | 1 | -0/+49 | |
| | | ||||||
| * | Handle H00 and V00 | Miodrag Milanovic | 2019-11-11 | 1 | -6/+49 | |
| | | ||||||
| * | More pips and fix for V01 | Miodrag Milanovic | 2019-11-11 | 1 | -42/+170 | |
| | | ||||||
| * | cleanup | Miodrag Milanovic | 2019-11-11 | 1 | -174/+78 | |
| | | ||||||
| * | proper h06 and v06 | Miodrag Milanovic | 2019-11-11 | 1 | -34/+39 | |
| | | ||||||
| * | More pips added | Miodrag Milanovic | 2019-11-10 | 1 | -41/+200 | |
| | | ||||||
| * | more pips, and valid mapping | Miodrag Milanovic | 2019-11-10 | 2 | -10/+23 | |
| | | ||||||
| * | Fixed V2, some more pips | Miodrag Milanovic | 2019-11-10 | 1 | -12/+43 | |
| | | ||||||
| * | more pips | Miodrag Milanovic | 2019-11-10 | 1 | -2/+43 | |
| | | ||||||
| * | Draw some pips, fixed H6 and V6 | Miodrag Milanovic | 2019-11-09 | 3 | -31/+58 | |
| | | ||||||
| * | Show V02/V06/H02/H06 | Miodrag Milanovic | 2019-10-25 | 3 | -13/+105 | |
| | | ||||||
| * | display horizontal wires, add some globals to list | Miodrag Milanovic | 2019-10-23 | 4 | -1/+123 | |
| | | ||||||
| * | Split graphics calls for wires into gfx.cc | Miodrag Milanovic | 2019-10-20 | 3 | -268/+304 | |
| | | ||||||
| * | type needs to be part of hash for GroupId | Miodrag Milanovic | 2019-10-20 | 1 | -1/+3 | |
| | |