aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted info message names for rule-checker and parserZipCPU2018-06-072-3/+4
|
* Fix placer build for dummy archClifford Wolf2018-06-072-3/+14
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Set the default log to stdoutZipCPU2018-06-079-21/+174
|\
| * Moved placer definitions to place.h, main automatically runs placer nowZipCPU2018-06-073-6/+29
| |
| * Initial (random) placer capabilityZipCPU2018-06-074-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 mainZipCPU2018-06-072-0/+8
| |
| * Merge branch 'master' into gqtechZipCPU2018-06-0721-1202/+1501
| |\
| * | added ports (not ports_directions) to jsonparse.ccZipCPU2018-06-071-8/+19
| | |
| * | Removed unused set of warnings from log.ccZipCPU2018-06-062-5/+2
| | |
* | | ice40: More Python bindings and examplesDavid Shah2018-06-074-7/+38
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | ice40: Refactor PortPin and add Python bindingDavid Shah2018-06-075-318/+126
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | | Connected the log file facility to stderrZipCPU2018-06-071-0/+3
| |/ |/|
* | Replacing Boost type_traits with stdDavid Shah2018-06-071-1/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | cmake: Add HX1K-only builds supportDavid Shah2018-06-072-1/+10
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Reformat Python bindings and ice40 mainDavid Shah2018-06-076-405/+412
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Fixing file->run renamingDavid Shah2018-06-072-2/+2
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-0710-928/+936
|\ \
| * | clang-format for design and chip codebaseClifford Wolf2018-06-076-922/+926
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * | Fix clang-format include order issuesClifford Wolf2018-06-074-6/+10
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | Merge branch 'python'David Shah2018-06-075-63/+241
|\ \ \ | |/ / |/| | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Global design object workingDavid Shah2018-06-074-4/+14
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Working on global Python design objectDavid Shah2018-06-074-14/+52
| | | | | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * | Developing Python bindings for Design and related typesDavid Shah2018-06-073-49/+179
| | |
* | | Add ICE40_HX1K_ONLY config macroClifford Wolf2018-06-072-8/+43
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | | Rename --file to --runClifford Wolf2018-06-071-3/+3
|/ / | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Adding Python to/from string wrappers for internal IDsDavid Shah2018-06-071-0/+48
| |
* | Allow specifying multiple Python files on the command lineDavid Shah2018-06-071-3/+4
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Allow loading and running Python files before GUI startsDavid Shah2018-06-075-52/+63
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Added the build directory to .gitignoreZipCPU2018-06-061-0/+1
| |
* | rulecheck.cc: Add missing returnDavid Shah2018-06-061-0/+1
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | Fixed run-time bug in json parserZipCPU2018-06-061-1/+1
| |
* | Merge branch 'gqtech' into jsonparserZipCPU2018-06-061-2/+2
|\|
| * String fixes to json parserZipCPU2018-06-061-4/+4
| |
* | json: Fixing the buildDavid Shah2018-06-062-3/+3
|/ | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Attempt to add JSON parser--not working yet w/ build systemZipCPU2018-06-066-35/+68
|
* Merge branch 'master' into gqtechZipCPU2018-06-0611-337/+648
|\
| * Add iCE40 device selection, improve iCE40 IO GraphicElementsClifford Wolf2018-06-062-13/+61
| | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Merge branch 'ice40-xy'Clifford Wolf2018-06-065-20/+132
| |\
| | * Add simple SVG generator to ice40 mainClifford Wolf2018-06-061-4/+36
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Add ice40 geometry informationClifford Wolf2018-06-064-16/+96
| |/ | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| * Merge branch 'chip-api-refactor'Clifford Wolf2018-06-0611-330/+481
| |\
| | * Add ice40 --test modeClifford Wolf2018-06-062-5/+66
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Update and simplify dummy archClifford Wolf2018-06-064-154/+38
| | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
| | * Refactor Chip API and iCE40 databaseClifford Wolf2018-06-066-171/+377
| |/ | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* | Applied Rule Check to parser results, refactored JSON parserZipCPU2018-06-062-160/+410
| |
* | Merge branch 'master' into gqtechZipCPU2018-06-0622-14/+1012
|\|
| * cmake: Fix Boost::Python finder on GentooDavid Shah2018-06-061-0/+14
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
| * Initial GUI workMiodrag Milanovic2018-06-0522-14/+998
| |
* | Removed erroneous BEL assignment in JSON parserZipCPU2018-06-062-7/+12
|/
* Removed the log_ dependencies from json-parserZipCPU2018-06-053-47/+12
|