aboutsummaryrefslogtreecommitdiffstats
path: root/frontend
Commit message (Collapse)AuthorAgeFilesLines
...
* frontend/json: Refactor port importerDavid Shah2018-06-131-37/+32
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Adding IO buffer insertion function to JSON frontendDavid Shah2018-06-131-0/+55
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Add IdString APIClifford Wolf2018-06-121-5/+5
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add nextpnr namespaceClifford Wolf2018-06-122-0/+8
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "nextpnr.h"Clifford Wolf2018-06-112-3/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Remove pool, dict, vector namespace aliasesClifford Wolf2018-06-111-4/+5
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* json: Parse cell attributesDavid Shah2018-06-091-7/+24
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* 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
| | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com>
* | 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
| | | | | | | | | | 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++.
* 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