Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add deprecation warning for default packages | David Shah | 2019-08-08 | 4 | -4/+9 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40/examples: Fix blinky.sh | David Shah | 2019-08-08 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Fix handling of missing ports in LUT permutation | David Shah | 2019-08-08 | 1 | -0/+4 |
| | | | | | | Fixes #310 Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ice40: Add better stats on LC packing | David Shah | 2019-08-08 | 2 | -1/+15 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #308 from YosysHQ/ecp5_ooc | David Shah | 2019-08-08 | 11 | -21/+124 |
|\ | | | | | Add out-of-context mode to ECP5 architecture | ||||
| * | json: Fix import/export of ports driven by the same net | David Shah | 2019-08-07 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | timing: Improve support for out-of-context flows | David Shah | 2019-08-07 | 1 | -1/+9 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | json: Group bus ports in backend | David Shah | 2019-08-07 | 1 | -5/+59 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | clangfromat | David Shah | 2019-08-07 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ecp5: Add --out-of-context for building hard macros | David Shah | 2019-08-07 | 8 | -13/+51 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Fix typo in jsonwrite | David Shah | 2019-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #306 from YosysHQ/dave/jsonfix | David Shah | 2019-08-07 | 35 | -727/+1012 |
|\ | | | | | Major improvements to constants/Property | ||||
| * | Bump tests submodule | David Shah | 2019-08-06 | 1 | -0/+0 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ecp5: Add a check for legacy parameter values | David Shah | 2019-08-06 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ice40: Fix regression | David Shah | 2019-08-05 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ci: Update Yosys version | David Shah | 2019-08-05 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | generic: New Property interface | David Shah | 2019-08-05 | 6 | -22/+21 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | ecp5: New Property interface | David Shah | 2019-08-05 | 10 | -445/+551 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | Major Property improvements for common and iCE40 | David Shah | 2019-08-05 | 20 | -267/+432 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #305 from kivikakk/patch-1 | David Shah | 2019-07-29 | 1 | -1/+1 |
|\ | | | | | Add `eigen` to brew install list for macOS | ||||
| * | Add `eigen` to brew install list for macOS | Ashe Connor | 2019-07-29 | 1 | -1/+1 |
|/ | |||||
* | docs: Fix typo | David Shah | 2019-07-22 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | ecp5: Fix missing LUT inputs, fixes #301 | David Shah | 2019-07-10 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #300 from YosysHQ/static_build_fix | David Shah | 2019-07-05 | 2 | -7/+7 |
|\ | | | | | Switching from std to boost fix crash | ||||
| * | Switching from std to boost fix crash | Miodrag Milanovic | 2019-07-05 | 2 | -7/+7 |
|/ | |||||
* | Merge pull request #284 from YosysHQ/json_write | David Shah | 2019-07-03 | 47 | -804/+1042 |
|\ | | | | | Initial support for writing to json files from nextpnr. | ||||
| * | add newline | Miodrag Milanovic | 2019-06-28 | 1 | -1/+1 |
| | | |||||
| * | Speedup critical path | Miodrag Milanovic | 2019-06-28 | 4 | -9/+14 |
| | | |||||
| * | clangformat run | Miodrag Milanovic | 2019-06-25 | 23 | -162/+171 |
| | | |||||
| * | Merge master | Miodrag Milanovic | 2019-06-25 | 15 | -32/+157 |
| |\ | |||||
| * | | default for 5G is speed 8 | Miodrag Milanovic | 2019-06-21 | 1 | -1/+5 |
| | | | |||||
| * | | fix regression | Miodrag Milanovic | 2019-06-21 | 1 | -1/+1 |
| | | | |||||
| * | | Fix loading json | Miodrag Milanovic | 2019-06-21 | 1 | -54/+56 |
| | | | |||||
| * | | Preserve ports | Miodrag Milanovic | 2019-06-21 | 3 | -3/+21 |
| | | | |||||
| * | | default placement only if not set | Miodrag Milanovic | 2019-06-15 | 1 | -3/+3 |
| | | | |||||
| * | | use save seed | Miodrag Milanovic | 2019-06-15 | 1 | -0/+3 |
| | | | |||||
| * | | moved some context variables to settings | Miodrag Milanovic | 2019-06-15 | 7 | -34/+47 |
| | | | |||||
| * | | No need for settings class | Miodrag Milanovic | 2019-06-15 | 11 | -105/+48 |
| | | | |||||
| * | | enable lading of jsons and setting up context | Miodrag Milanovic | 2019-06-14 | 13 | -35/+53 |
| | | | |||||
| * | | fix title | Miodrag Milanovic | 2019-06-14 | 2 | -3/+1 |
| | | | |||||
| * | | Remove base config, since deprecated | Miodrag Milanovic | 2019-06-14 | 2 | -32/+1 |
| | | | |||||
| * | | gui for json write and proper statuses | Miodrag Milanovic | 2019-06-14 | 11 | -36/+84 |
| | | | |||||
| * | | Cleanup | Miodrag Milanovic | 2019-06-14 | 7 | -16/+1 |
| | | | |||||
| * | | Use flags for each step | Miodrag Milanovic | 2019-06-14 | 7 | -11/+9 |
| | | | |||||
| * | | restore arch info for ecp5 | Miodrag Milanovic | 2019-06-14 | 3 | -24/+99 |
| | | | |||||
| * | | restore context from json | Miodrag Milanovic | 2019-06-14 | 1 | -3/+43 |
| | | | |||||
| * | | Load properties from json and propagate to context create | Miodrag Milanovic | 2019-06-13 | 7 | -9/+65 |
| | | | |||||
| * | | Save settings that we saved in project | Miodrag Milanovic | 2019-06-13 | 4 | -2/+7 |
| | | | |||||
| * | | Cleanup | Miodrag Milanovic | 2019-06-13 | 1 | -2/+0 |
| | | | |||||
| * | | Remove concept of project and code connected | Miodrag Milanovic | 2019-06-13 | 9 | -459/+4 |
| | | |