This commit is contained in:
@@ -16,7 +16,7 @@ groups:
|
|||||||
import:
|
import:
|
||||||
|
|
||||||
# Impedance and Component Count Reports
|
# Impedance and Component Count Reports
|
||||||
- file: kibot_out_csv_report.yaml
|
- file: outputs/kibot_out_csv_report.yaml
|
||||||
definitions:
|
definitions:
|
||||||
NAME: @NAME_CSV_IMPEDANCE_TABLE_OUTPUT@
|
NAME: @NAME_CSV_IMPEDANCE_TABLE_OUTPUT@
|
||||||
COMMENT: Impedance Table in CSV format
|
COMMENT: Impedance Table in CSV format
|
||||||
@@ -24,7 +24,7 @@ import:
|
|||||||
OUTPUT_ID: impedance_table
|
OUTPUT_ID: impedance_table
|
||||||
TEMPLATE: @IMPEDANCE_TABLE_TEMPLATE@
|
TEMPLATE: @IMPEDANCE_TABLE_TEMPLATE@
|
||||||
|
|
||||||
- file: kibot_out_csv_report.yaml
|
- file: outputs/kibot_out_csv_report.yaml
|
||||||
definitions:
|
definitions:
|
||||||
NAME: @NAME_CSV_COMP_COUNT_OUPUT@
|
NAME: @NAME_CSV_COMP_COUNT_OUPUT@
|
||||||
COMMENT: Component Report in CSV format
|
COMMENT: Component Report in CSV format
|
||||||
@@ -33,14 +33,14 @@ import:
|
|||||||
TEMPLATE: total_components
|
TEMPLATE: total_components
|
||||||
|
|
||||||
# CSV Test Point Files
|
# CSV Test Point Files
|
||||||
- file: kibot_out_csv_testpoints.yaml
|
- file: outputs/kibot_out_csv_testpoints.yaml
|
||||||
definitions:
|
definitions:
|
||||||
NAME: @NAME_CSV_TP_OUTPUT@
|
NAME: @NAME_CSV_TP_OUTPUT@
|
||||||
COMMENT: Testpoint report in CSV format
|
COMMENT: Testpoint report in CSV format
|
||||||
DIR: @TESTPOINTS_DIR@
|
DIR: @TESTPOINTS_DIR@
|
||||||
EXCLUDE_FILTER: @FILT_TP_ONLY@
|
EXCLUDE_FILTER: @FILT_TP_ONLY@
|
||||||
|
|
||||||
- file: kibot_out_csv_testpoints_simple.yaml
|
- file: outputs/kibot_out_csv_testpoints_simple.yaml
|
||||||
definitions:
|
definitions:
|
||||||
NAME: @NAME_CSV_TP_TOP_OUTPUT@
|
NAME: @NAME_CSV_TP_TOP_OUTPUT@
|
||||||
COMMENT: Top testpoint report in CSV format
|
COMMENT: Top testpoint report in CSV format
|
||||||
@@ -48,7 +48,7 @@ import:
|
|||||||
SUFFIX: -top
|
SUFFIX: -top
|
||||||
EXCLUDE_FILTER: @FILT_TP_TOP_ONLY@
|
EXCLUDE_FILTER: @FILT_TP_TOP_ONLY@
|
||||||
|
|
||||||
- file: kibot_out_csv_testpoints_simple.yaml
|
- file: outputs/kibot_out_csv_testpoints_simple.yaml
|
||||||
definitions:
|
definitions:
|
||||||
NAME: @NAME_CSV_TP_BOTTOM_OUTPUT@
|
NAME: @NAME_CSV_TP_BOTTOM_OUTPUT@
|
||||||
COMMENT: Bottom testpoint report in CSV format
|
COMMENT: Bottom testpoint report in CSV format
|
||||||
|
|||||||
Reference in New Issue
Block a user