aboutsummaryrefslogtreecommitdiffstats
path: root/common/rulecheck.cc
Commit message (Expand)AuthorAgeFilesLines
* rulecheck: Improve message printed at startDavid Shah2018-11-291-1/+1
* refactor: Replace assert with NPNR_ASSERTDavid Shah2018-07-041-7/+7
* Fixing Python bindings after adding unique_ptrDavid Shah2018-06-261-2/+2
* nets and cells are unique_ptr'sMiodrag Milanovic2018-06-251-4/+4
* Refactor: remove PlacementValidityChecker and move methods to ArchDavid Shah2018-06-251-15/+8
* Getting rid of old IdString API users, Add ctx to many internal APIsClifford Wolf2018-06-181-11/+12
* Rename Design to Context, derive from Arch instead of instantiatingClifford Wolf2018-06-181-6/+6
* Add IdString APIClifford Wolf2018-06-121-7/+6
* Add nextpnr namespaceClifford Wolf2018-06-121-0/+4
* Add "nextpnr.h"Clifford Wolf2018-06-111-1/+1
* Applied clang-format to my own contributionsZipCPU2018-06-071-52/+56
* Adjusted info message names for rule-checker and parserZipCPU2018-06-071-1/+2
* Initial (random) placer capabilityZipCPU2018-06-071-5/+10
* rulecheck.cc: Add missing returnDavid Shah2018-06-061-0/+1
* Attempt to add JSON parser--not working yet w/ build systemZipCPU2018-06-061-1/+1
* Applied Rule Check to parser results, refactored JSON parserZipCPU2018-06-061-0/+61