Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digikey souffle: adding classifications and values. | Trygve Laugstøl | 2019-10-16 | 1 | -0/+24 |
| | |||||
* | souffle: Adding support for categories. | Trygve Laugstøl | 2019-10-16 | 2 | -0/+10 |
| | |||||
* | souffle rule: Adding old KiCAD library names. | Trygve Laugstøl | 2019-10-15 | 1 | -0/+3 |
| | |||||
* | souffle rule: Adding rule: dk_manufacturer_part_to_common_footprint. | Trygve Laugstøl | 2019-10-15 | 1 | -0/+8 |
| | |||||
* | kicad.dl: Always add fact-type/value for all components. Still adding | Trygve Laugstøl | 2019-08-15 | 1 | -0/+5 |
| | | | | | | the more specific values for known part types. bom: Use the correct URI for finding the value. Don't die if a part has both value and mpn, and they reference the same part. | ||||
* | kicad.dl: Adding rules for LEDs. | Trygve Laugstøl | 2019-08-12 | 1 | -0/+22 |
| | |||||
* | kicad.dl: Better organization of rules for classifying resistors, | Trygve Laugstøl | 2019-06-12 | 1 | -35/+112 |
| | | | | | | | | capacitors, inductors, net ties, test points and mounting holes. This new (and consistent) style provides extension points for projects to use for their own rules. build.ninja.j2: Adding --no-warn to souffle rule, souffle complains when the relations are empty. | ||||
* | souffle: Using the same relation for inputs and outputs was not a good | Trygve Laugstøl | 2019-06-12 | 2 | -9/+11 |
| | | | | | 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øl | 2019-05-30 | 2 | -0/+16 |
| | |||||
* | kicad.dl: Classifying net-ties and test points as such. | Trygve Laugstøl | 2019-05-29 | 1 | -0/+24 |
| | | | | | pn-part-search-list: Better value-based searches. Better filtering of irrelevant parts. | ||||
* | digikey.dl: More rules. | Trygve Laugstøl | 2019-05-28 | 1 | -0/+2 |
| | |||||
* | part-validate-parts: Better output, yielding a message even if | Trygve Laugstøl | 2019-05-28 | 1 | -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øl | 2019-05-27 | 3 | -0/+12 |
| | | | | | | | | 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 configuration | Trygve Laugstøl | 2019-05-27 | 2 | -0/+46 |
with applying python function with this new reasoner. |