Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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> |