aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* reveresed logic for enabling main file, and made tests link arch filesMiodrag Milanovic2018-06-121-2/+2
* Fixing regression due to IDStringsDavid Shah2018-06-121-0/+7
* Minor clangformat changesClifford Wolf2018-06-122-4/+7
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-122-1/+6
|\
| * Minimal Python bindings for IdStringDavid Shah2018-06-121-0/+5
| * ice40: Add support for LC placement constraints in packerDavid Shah2018-06-121-1/+1
* | Add fast IdString <-> PortPin conversionClifford Wolf2018-06-122-2/+12
* | Add proper fast IdStringClifford Wolf2018-06-122-12/+80
|/
* Add IdString APIClifford Wolf2018-06-123-11/+45
* Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrClifford Wolf2018-06-122-1/+7
|\
| * Implement the placement validity checkerDavid Shah2018-06-121-1/+3
| * ice40: Start working on a packer, currently not testedDavid Shah2018-06-121-0/+4
* | Add nextpnr namespaceClifford Wolf2018-06-1215-34/+90
|/
* ice40: Adding cell utilities for packingDavid Shah2018-06-122-15/+27
* Adding some utilities for packingDavid Shah2018-06-122-0/+100
* Add "nextpnr.h"Clifford Wolf2018-06-119-55/+78
* Remove pool, dict, vector namespace aliasesClifford Wolf2018-06-113-17/+12
* Renamed LOC attribute to BEL, fix ice40 IO bel namesClifford Wolf2018-06-091-3/+3
* Adding basic placement constraintsDavid Shah2018-06-092-2/+40
* Add very basic routerClifford Wolf2018-06-093-3/+201
* Remove writing on sell types to cout (left over debug output?)Clifford Wolf2018-06-091-1/+0
* Improving the Python bindings, particularly the map/pair wrappersDavid Shah2018-06-082-6/+162
* python: Fixing builds as importable moduleDavid Shah2018-06-081-0/+4
* Reformat remaining filesDavid Shah2018-06-083-87/+100
* Applied clang-format to my own contributionsZipCPU2018-06-075-255/+255
* Adjusted info message names for rule-checker and parserZipCPU2018-06-071-1/+2
* Fix placer build for dummy archClifford Wolf2018-06-071-3/+3
* Moved placer definitions to place.h, main automatically runs placer nowZipCPU2018-06-072-3/+27
* Initial (random) placer capabilityZipCPU2018-06-072-5/+92
* Merge branch 'master' into gqtechZipCPU2018-06-076-127/+367
|\
| * Replacing Boost type_traits with stdDavid Shah2018-06-071-1/+1
| * Reformat Python bindings and ice40 mainDavid Shah2018-06-072-173/+177
| * Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnrDavid Shah2018-06-073-60/+64
| |\
| | * clang-format for design and chip codebaseClifford Wolf2018-06-072-59/+61
| | * Fix clang-format include order issuesClifford Wolf2018-06-071-1/+3
| * | Global design object workingDavid Shah2018-06-072-1/+7
| * | Working on global Python design objectDavid Shah2018-06-072-14/+49
| * | Developing Python bindings for Design and related typesDavid Shah2018-06-073-49/+179
| |/
| * Adding Python to/from string wrappers for internal IDsDavid Shah2018-06-071-0/+48
| * Allow loading and running Python files before GUI startsDavid Shah2018-06-072-34/+46
| * rulecheck.cc: Add missing returnDavid Shah2018-06-061-0/+1
* | Removed unused set of warnings from log.ccZipCPU2018-06-062-5/+2
|/
* Attempt to add JSON parser--not working yet w/ build systemZipCPU2018-06-061-1/+1
* Merge branch 'master' into gqtechZipCPU2018-06-062-5/+1
|\
| * Refactor Chip API and iCE40 databaseClifford Wolf2018-06-062-5/+1
* | Applied Rule Check to parser results, refactored JSON parserZipCPU2018-06-061-0/+61
* | Merge branch 'master' into gqtechZipCPU2018-06-064-0/+107
|\|
| * Initial GUI workMiodrag Milanovic2018-06-054-0/+107
* | Removed erroneous BEL assignment in JSON parserZipCPU2018-06-061-3/+3
|/
* Removed the log_ dependencies from json-parserZipCPU2018-06-052-12/+8