-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docu update, add dependency to read xlsx
- Loading branch information
1 parent
bb76a08
commit f228a82
Showing
11 changed files
with
300 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
(version 1) | ||
# Auto-Generated for voltage distances - start | ||
(rule Default_Default_inner_outer | ||
(constraint clearance (min "0.15mm")) | ||
(constraint clearance (min "0.35mm")) | ||
(condition "A.NetClass == 'Default' && B.NetClass == 'Default'")) | ||
(rule LV_Default_outer | ||
(layer outer) | ||
(constraint clearance (min "8.1mm")) | ||
(condition "A.NetClass == 'LV' && B.NetClass == 'Default'")) | ||
(rule LV_Default_inner | ||
(layer inner) | ||
(constraint clearance (min "4.05mm")) | ||
(constraint clearance (min "0.81mm")) | ||
(condition "A.NetClass == 'LV' && B.NetClass == 'Default'")) | ||
(rule LV_LV_inner_outer | ||
(constraint clearance (min "0.15mm")) | ||
(constraint clearance (min "0.35mm")) | ||
(condition "A.NetClass == 'LV' && B.NetClass == 'LV'")) | ||
(rule HV_Default_outer | ||
(layer outer) | ||
(constraint clearance (min "8.1mm")) | ||
(condition "A.NetClass == 'HV' && B.NetClass == 'Default'")) | ||
(rule HV_Default_inner | ||
(layer inner) | ||
(constraint clearance (min "4.05mm")) | ||
(constraint clearance (min "0.81mm")) | ||
(condition "A.NetClass == 'HV' && B.NetClass == 'Default'")) | ||
(rule HV_LV_outer | ||
(layer outer) | ||
(constraint clearance (min "3.3mm")) | ||
(condition "A.NetClass == 'HV' && B.NetClass == 'LV'")) | ||
(rule HV_LV_inner | ||
(layer inner) | ||
(constraint clearance (min "1.65mm")) | ||
(constraint clearance (min "0.33mm")) | ||
(condition "A.NetClass == 'HV' && B.NetClass == 'LV'")) | ||
(rule HV_HV_inner_outer | ||
(constraint clearance (min "0.15mm")) | ||
(constraint clearance (min "0.35mm")) | ||
(condition "A.NetClass == 'HV' && B.NetClass == 'HV'")) | ||
# Auto-Generated - end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "kiclearance" | ||
version = "0.0.2" | ||
version = "0.1.0" | ||
authors = [ | ||
{ name = "UPB-LEA" }, | ||
] | ||
|