aboutsummaryrefslogtreecommitdiffstats
path: root/frontend
Commit message (Expand)AuthorAgeFilesLines
...
* Updates from clangformatClifford Wolf2018-06-171-4/+3
* frontend/json: Look up netnames properly instead of using numberDavid Shah2018-06-171-7/+43
* Add support for CellInfo->pins in routerClifford Wolf2018-06-131-2/+2
* frontend/json: Fix bus portsDavid Shah2018-06-131-1/+1
* Fixing implementation of constantsDavid Shah2018-06-131-1/+3
* Remove IO buffers when fed by SB_IODavid Shah2018-06-131-5/+11
* frontend/son: Insert generic IO buffers for top level IODavid Shah2018-06-131-4/+30
* frontend/json: Refactor port importerDavid Shah2018-06-131-37/+32
* Adding IO buffer insertion function to JSON frontendDavid Shah2018-06-131-0/+55
* Add IdString APIClifford Wolf2018-06-121-5/+5
* Add nextpnr namespaceClifford Wolf2018-06-122-0/+8
* Add "nextpnr.h"Clifford Wolf2018-06-112-3/+2
* Remove pool, dict, vector namespace aliasesClifford Wolf2018-06-111-4/+5
* json: Parse cell attributesDavid Shah2018-06-091-7/+24
* Merged log_ lines in the JSON parserZipCPU2018-06-071-13/+6
* Tried to add fixes *and* update clang-format jsonparse.ccZipCPU2018-06-071-2/+1
|\
| * Fix handling of parameters in JSONDavid Shah2018-06-071-1/+1
* | Applied clang-format to my own contributionsZipCPU2018-06-072-605/+592
|/
* Adjusted info message names for rule-checker and parserZipCPU2018-06-071-2/+2
* Initial (random) placer capabilityZipCPU2018-06-071-1/+19
* added ports (not ports_directions) to jsonparse.ccZipCPU2018-06-071-8/+19
* String fixes to json parserZipCPU2018-06-061-4/+4
* Attempt to add JSON parser--not working yet w/ build systemZipCPU2018-06-062-19/+35
* Applied Rule Check to parser results, refactored JSON parserZipCPU2018-06-061-160/+349
* Removed erroneous BEL assignment in JSON parserZipCPU2018-06-061-4/+9
* Removed the log_ dependencies from json-parserZipCPU2018-06-051-35/+4
* Initial JSON parserZipCPU2018-06-051-0/+527