Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hacky way to support ECP5 for now | Miodrag Milanovic | 2019-06-03 | 2 | -1/+10 |
| | |||||
* | Support ecp5 read write additional cell info | Miodrag Milanovic | 2019-06-03 | 1 | -0/+13 |
| | |||||
* | use NEXTPNR_BEL, since BEL is initial placement | Miodrag Milanovic | 2019-06-02 | 1 | -0/+5 |
| | |||||
* | preserve constraints | Miodrag Milanovic | 2019-06-02 | 1 | -2/+26 |
| | |||||
* | Added support for attributes/properties types | Miodrag Milanovic | 2019-06-01 | 2 | -8/+11 |
| | |||||
* | Add reading attributes to nets from json | Miodrag Milanovic | 2019-06-01 | 1 | -0/+59 |
| | |||||
* | Add writing routing data to json | Miodrag Milanovic | 2019-06-01 | 1 | -2/+23 |
| | |||||
* | Solve some of connection issues | Miodrag Milanovic | 2019-05-31 | 1 | -11/+11 |
| | |||||
* | Initial work on jsonwrite | Miodrag Milanovic | 2019-05-31 | 2 | -0/+200 |
| | |||||
* | When choosing between labels for one net, always prefer ports. | whitequark | 2019-05-29 | 1 | -4/+13 |
| | | | | | | | | | 1. Ports are already used in PCF and LPF files, so it is natural that the developer would use them for constraints as well. 2. Unpredictable (the set of netlabels nextpnr looks at depends on the optimizations during synthesis) net naming makes it impossible for code generators like nMigen to reliably apply clock constraints. | ||||
* | json: Fix inputs directly driving inouts | David Shah | 2019-03-20 | 1 | -1/+16 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | json: Prefer higher level net names when a net has multiple names | David Shah | 2018-12-16 | 1 | -8/+32 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | json: Print error instead of assert for driver/input conflicts | David Shah | 2018-12-12 | 1 | -1/+3 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | json: Improve reporting of multiple drivers | David Shah | 2018-11-29 | 1 | -1/+5 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | json: Remove superfluous floating node message | David Shah | 2018-11-26 | 1 | -5/+0 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | better error message on failure to open JSON file | Darrell Harmon | 2018-11-11 | 1 | -0/+4 |
| | |||||
* | Merge pull request #47 from YosysHQ/settings_propagate | Clifford Wolf | 2018-08-18 | 1 | -1/+1 |
|\ | | | | | Use settings for placer1 and router1 | ||||
| * | Save settings and give nicer names to some | Miodrag Milanovic | 2018-08-10 | 1 | -1/+1 |
| | | |||||
* | | JSON-PARSER: Fixed bug in properly reading neg #s | ZipCPU | 2018-08-15 | 1 | -2/+2 |
| | | |||||
* | | Fixed JSON parser: negative values and line numbers | ZipCPU | 2018-08-14 | 1 | -9/+23 |
|/ | | | | | | 1. jsonparse.cc now access negative numbers, properly parsing the sign 2. On any failure to properly parse, a line number is now provided with the unexpected character error | ||||
* | Use settings for json and pcf | Miodrag Milanovic | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | json: Fix message for 1'bx values | David Shah | 2018-08-01 | 1 | -3/+2 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | clangformat | Sergiusz Bazanski | 2018-08-01 | 1 | -3/+3 |
| | |||||
* | json: Fixing ports set to 'x' | David Shah | 2018-07-27 | 1 | -18/+3 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | refactor: Replace assert with NPNR_ASSERT | David Shah | 2018-07-04 | 1 | -1/+1 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Fixed macros and includes for MSVC | Miodrag Milanovic | 2018-07-03 | 1 | -0/+1 |
| | |||||
* | Fixing Python bindings after adding unique_ptr | David Shah | 2018-06-26 | 1 | -6/+6 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | nets and cells are unique_ptr's | Miodrag Milanovic | 2018-06-25 | 1 | -43/+41 |
| | |||||
* | add cells to a cells collection | Miodrag Milanovic | 2018-06-25 | 1 | -0/+2 |
| | |||||
* | Move json parser from frontend/json/ to json/ | Clifford Wolf | 2018-06-23 | 2 | -0/+811 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |