aboutsummaryrefslogtreecommitdiff
path: root/src/ee/souffle/digikey.dl
Commit message (Collapse)AuthorAgeFilesLines
* digikey souffle: adding classifications and values.Trygve Laugstøl2019-10-161-0/+24
|
* souffle: Adding support for categories.Trygve Laugstøl2019-10-161-0/+1
|
* souffle rule: Adding rule: dk_manufacturer_part_to_common_footprint.Trygve Laugstøl2019-10-151-0/+8
|
* souffle: Using the same relation for inputs and outputs was not a goodTrygve Laugstøl2019-06-121-3/+4
| | | | | idea, change to use fact() for inputs and add_fact() for outputs. Leaves room for implementing remove_fact() later too.
* digikey.dl/kicad.dl: more rules.Trygve Laugstøl2019-05-301-0/+13
|
* digikey.dl: More rules.Trygve Laugstøl2019-05-281-0/+2
|
* part-validate-parts: Better output, yielding a message even ifTrygve Laugstøl2019-05-281-2/+27
| | | | | | everything is ok. ninja: Include the digikey.dl as a dependency even if custom is used. digikey.dl: More rules.
* souffle:Trygve Laugstøl2019-05-271-0/+3
| | | | | | | | o Allowing to set MPNs when importing facts. o ninja: Allowing the user to have its own datalog files under ee/custom/kicad-souffle.dl and ee/custom/$supplier-souffle.dl. make_bom: Generate per-field URIs for custom URIs. Better than making values that contain custom field name + value.
* Adding Soufflé based reasoning on parts. Replacing default configurationTrygve Laugstøl2019-05-271-0/+3
with applying python function with this new reasoner.