Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed LOC attribute to BEL, fix ice40 IO bel names | Clifford Wolf | 2018-06-09 | 3 | -12/+12 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Adding basic placement constraints | David Shah | 2018-06-09 | 4 | -6/+118 |
| | | | | | | | Specify the attribute (* LOC="bel_name" *) on any cell to constrain its placement to that bel. Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | json: Parse cell attributes | David Shah | 2018-06-09 | 1 | -7/+24 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Getting rid of .nil() methods, compare with zero- and default-constructed ↵ | Clifford Wolf | 2018-06-09 | 4 | -48/+36 |
| | | | | | | objects instead Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add dummy implementations of dummy Chip API | Clifford Wolf | 2018-06-09 | 2 | -1/+94 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add very basic router | Clifford Wolf | 2018-06-09 | 9 | -46/+370 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Remove writing on sell types to cout (left over debug output?) | Clifford Wolf | 2018-06-09 | 1 | -1/+0 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improving the Python bindings, particularly the map/pair wrappers | David Shah | 2018-06-08 | 3 | -21/+176 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Updating README.md | David Shah | 2018-06-08 | 1 | -3/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | python: Fixing builds as importable module | David Shah | 2018-06-08 | 5 | -0/+21 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Reformat remaining files | David Shah | 2018-06-08 | 5 | -92/+101 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merged log_ lines in the JSON parser | ZipCPU | 2018-06-07 | 1 | -13/+6 |
| | |||||
* | Tried to add fixes *and* update clang-format jsonparse.cc | ZipCPU | 2018-06-07 | 8 | -157/+138 |
|\ | |||||
| * | clang format for gui related files | Miodrag Milanovic | 2018-06-06 | 6 | -154/+116 |
| | | |||||
| * | Fix handling of parameters in JSON | David Shah | 2018-06-07 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | Improving dump_design.py | David Shah | 2018-06-07 | 1 | -1/+17 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Applied clang-format to my own contributions | ZipCPU | 2018-06-07 | 9 | -870/+861 |
|/ | |||||
* | Adjusted info message names for rule-checker and parser | ZipCPU | 2018-06-07 | 2 | -3/+4 |
| | |||||
* | Fix placer build for dummy arch | Clifford Wolf | 2018-06-07 | 2 | -3/+14 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Set the default log to stdout | ZipCPU | 2018-06-07 | 9 | -21/+174 |
|\ | |||||
| * | Moved placer definitions to place.h, main automatically runs placer now | ZipCPU | 2018-06-07 | 3 | -6/+29 |
| | | |||||
| * | Initial (random) placer capability | ZipCPU | 2018-06-07 | 4 | -7/+123 |
| | | | | | | | | | | | | | | | | | | | | This commit also includes changes to jsonparse to allow it to 1) recognize ports with no connection, and set their net pointers to NULL 2) recognize designs with a ports node rather than a ports_direction The rule checker has also been modified to accommodate possible NULL netlists The ice40 chip now also has iterator operations ++bi and bi++. | ||||
| * | Preliminary placer changes to main | ZipCPU | 2018-06-07 | 2 | -0/+8 |
| | | |||||
| * | Merge branch 'master' into gqtech | ZipCPU | 2018-06-07 | 21 | -1202/+1501 |
| |\ | |||||
| * | | added ports (not ports_directions) to jsonparse.cc | ZipCPU | 2018-06-07 | 1 | -8/+19 |
| | | | |||||
| * | | Removed unused set of warnings from log.cc | ZipCPU | 2018-06-06 | 2 | -5/+2 |
| | | | |||||
* | | | ice40: More Python bindings and examples | David Shah | 2018-06-07 | 4 | -7/+38 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | | ice40: Refactor PortPin and add Python binding | David Shah | 2018-06-07 | 5 | -318/+126 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | | Connected the log file facility to stderr | ZipCPU | 2018-06-07 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Replacing Boost type_traits with std | David Shah | 2018-06-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | cmake: Add HX1K-only builds support | David Shah | 2018-06-07 | 2 | -1/+10 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Reformat Python bindings and ice40 main | David Shah | 2018-06-07 | 6 | -405/+412 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Fixing file->run renaming | David Shah | 2018-06-07 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr | David Shah | 2018-06-07 | 10 | -928/+936 |
|\ \ | |||||
| * | | clang-format for design and chip codebase | Clifford Wolf | 2018-06-07 | 6 | -922/+926 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Fix clang-format include order issues | Clifford Wolf | 2018-06-07 | 4 | -6/+10 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Merge branch 'python' | David Shah | 2018-06-07 | 5 | -63/+241 |
|\ \ \ | |/ / |/| | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Global design object working | David Shah | 2018-06-07 | 4 | -4/+14 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Working on global Python design object | David Shah | 2018-06-07 | 4 | -14/+52 |
| | | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
| * | | Developing Python bindings for Design and related types | David Shah | 2018-06-07 | 3 | -49/+179 |
| | | | |||||
* | | | Add ICE40_HX1K_ONLY config macro | Clifford Wolf | 2018-06-07 | 2 | -8/+43 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Rename --file to --run | Clifford Wolf | 2018-06-07 | 1 | -3/+3 |
|/ / | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Adding Python to/from string wrappers for internal IDs | David Shah | 2018-06-07 | 1 | -0/+48 |
| | | |||||
* | | Allow specifying multiple Python files on the command line | David Shah | 2018-06-07 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Allow loading and running Python files before GUI starts | David Shah | 2018-06-07 | 5 | -52/+63 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Added the build directory to .gitignore | ZipCPU | 2018-06-06 | 1 | -0/+1 |
| | | |||||
* | | rulecheck.cc: Add missing return | David Shah | 2018-06-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | Fixed run-time bug in json parser | ZipCPU | 2018-06-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gqtech' into jsonparser | ZipCPU | 2018-06-06 | 1 | -2/+2 |
|\| | |||||
| * | String fixes to json parser | ZipCPU | 2018-06-06 | 1 | -4/+4 |
| | |