@mchp-mcc/scf-pic8-clc-v1 4.0.13 → 4.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/Changelog.md +9 -0
  2. package/Readme.md +9 -0
  3. package/output/autoCreator.js +167 -3
  4. package/output/autoCreator.js.map +1 -1
  5. package/output/autoProcessor.js +167 -3
  6. package/output/autoProcessor.js.map +1 -1
  7. package/output/creator.js +167 -3
  8. package/output/creator.js.map +1 -1
  9. package/output/processor.js +167 -3
  10. package/output/processor.js.map +1 -1
  11. package/output/reducer.js +1 -1
  12. package/output/view.js +1 -1
  13. package/package.json +6 -8
  14. package/src/App.tsx +0 -101
  15. package/src/Constants.ts +0 -181
  16. package/src/CreatorFunctions.ts +0 -44
  17. package/src/DerivedData.test.tsx +0 -285
  18. package/src/DerivedData.ts +0 -444
  19. package/src/GeneratorModel.test.ts +0 -57
  20. package/src/GeneratorModel.ts +0 -60
  21. package/src/InputStateCalculator.test.ts +0 -64
  22. package/src/InputStateCalculator.ts +0 -50
  23. package/src/PinsLogic.test.ts +0 -514
  24. package/src/PinsLogic.ts +0 -164
  25. package/src/SettingNameCalculator.test.ts +0 -21
  26. package/src/SettingNameCalculator.ts +0 -28
  27. package/src/actions.ts +0 -22
  28. package/src/catalog.json +0 -24
  29. package/src/components/CLCView.tsx +0 -141
  30. package/src/components/Canvas.tsx +0 -757
  31. package/src/components/InputSource.tsx +0 -24
  32. package/src/components/InputStage.tsx +0 -55
  33. package/src/components/MX.ts +0 -12
  34. package/src/gates/ALogicGate.ts +0 -221
  35. package/src/gates/AndGate.ts +0 -36
  36. package/src/gates/GateInputState.ts +0 -1
  37. package/src/gates/Latch.ts +0 -93
  38. package/src/gates/NotGate.ts +0 -37
  39. package/src/gates/OrGate.ts +0 -134
  40. package/src/gates/XorGate.ts +0 -12
  41. package/src/index.tsx +0 -51
  42. package/src/interfaces/cla-clc-stacked.test.ts +0 -61
  43. package/src/interfaces/cla-clc-stacked.ts +0 -181
  44. package/src/interfaces/clc-connections.tsx +0 -62
  45. package/src/interfaces/signal-source.ts +0 -78
  46. package/src/interfaces/trigger-source.ts +0 -78
  47. package/src/moduleConfig.json +0 -882
  48. package/src/pinsdata.json +0 -151
  49. package/src/reducer.test.tsx +0 -118
  50. package/src/reducer.tsx +0 -80
@@ -181,6 +181,63 @@ var getModuleConfigFromFile = function getModuleConfigFromFile() {
181
181
 
182
182
  /***/ }),
183
183
 
184
+ /***/ "./generated_module/src/pins/PCPHelper.ts":
185
+ /*!************************************************!*\
186
+ !*** ./generated_module/src/pins/PCPHelper.ts ***!
187
+ \************************************************/
188
+ /*! exports provided: getPinsData, getPinsLogic */
189
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
190
+
191
+ "use strict";
192
+ __webpack_require__.r(__webpack_exports__);
193
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getPinsData", function() { return getPinsData; });
194
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getPinsLogic", function() { return getPinsLogic; });
195
+ /* harmony import */ var _getUserData__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../getUserData */ "./generated_module/src/getUserData.ts");
196
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
197
+
198
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
199
+
200
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
201
+
202
+
203
+
204
+ var mockPinsLogic = function mockPinsLogic(getPinsData) {
205
+ var getCompletePinData = function getCompletePinData(appModel) {
206
+ return {};
207
+ };
208
+
209
+ var getRowData = function getRowData(appModel, rowData) {
210
+ return rowData;
211
+ };
212
+
213
+ return {
214
+ getCompletePinData: getCompletePinData,
215
+ getRowData: getRowData,
216
+ getPinsData: getPinsData
217
+ };
218
+ };
219
+
220
+ var getPinsData = function getPinsData() {
221
+ var _getPinsDataFromFile;
222
+
223
+ return (_getPinsDataFromFile = Object(_getUserData__WEBPACK_IMPORTED_MODULE_0__["getPinsDataFromFile"])()) !== null && _getPinsDataFromFile !== void 0 ? _getPinsDataFromFile : {
224
+ rows: []
225
+ };
226
+ };
227
+ var getPinsLogic = function getPinsLogic() {
228
+ var pinsLogic = Object(_getUserData__WEBPACK_IMPORTED_MODULE_0__["getPinsLogicFromFile"])();
229
+
230
+ if (pinsLogic) {
231
+ return _objectSpread(_objectSpread({}, pinsLogic), {}, {
232
+ getPinsData: getPinsData
233
+ });
234
+ } else {
235
+ return mockPinsLogic(getPinsData);
236
+ }
237
+ };
238
+
239
+ /***/ }),
240
+
184
241
  /***/ "./generated_module/src/processor.ts":
185
242
  /*!*******************************************!*\
186
243
  !*** ./generated_module/src/processor.ts ***!
@@ -5691,6 +5748,84 @@ var UiSchemaBuilder = /** @class */ (function () {
5691
5748
  exports.UiSchemaBuilder = UiSchemaBuilder;
5692
5749
  //# sourceMappingURL=ViewSchemaBuilder.js.map
5693
5750
 
5751
+ /***/ }),
5752
+
5753
+ /***/ "./node_modules/@microchip/scf-validators/lib/Validators/CFunctionValidator.js":
5754
+ /*!*************************************************************************************!*\
5755
+ !*** ./node_modules/@microchip/scf-validators/lib/Validators/CFunctionValidator.js ***!
5756
+ \*************************************************************************************/
5757
+ /*! no static exports found */
5758
+ /***/ (function(module, exports, __webpack_require__) {
5759
+
5760
+ "use strict";
5761
+
5762
+ Object.defineProperty(exports, "__esModule", { value: true });
5763
+ exports.getCFunctionValidator = void 0;
5764
+ var cKeywords = [
5765
+ "auto",
5766
+ "const",
5767
+ "double",
5768
+ "float",
5769
+ "int",
5770
+ "short",
5771
+ "struct",
5772
+ "unsigned",
5773
+ "break",
5774
+ "continue",
5775
+ "else",
5776
+ "for",
5777
+ "long",
5778
+ "signed",
5779
+ "switch",
5780
+ "void",
5781
+ "case",
5782
+ "default",
5783
+ "enum",
5784
+ "goto",
5785
+ "register",
5786
+ "sizeof",
5787
+ "typedef",
5788
+ "volatile",
5789
+ "char",
5790
+ "do",
5791
+ "extern",
5792
+ "if",
5793
+ "return",
5794
+ "static",
5795
+ "union",
5796
+ "while",
5797
+ ];
5798
+ var functionPattern = "(?=^([A-Za-z]\\S|_)\\w+$)";
5799
+ var errorMessage = "Must be valid C function syntax.";
5800
+ var doNotMatchKeywordsRegex = function () {
5801
+ return "(^(?!" + cKeywords.join("|") + ")).*";
5802
+ };
5803
+ var result = doNotMatchKeywordsRegex();
5804
+ var pattern = {
5805
+ pattern: functionPattern + result,
5806
+ };
5807
+ exports.getCFunctionValidator = function () { return ({
5808
+ getRjsfValidation: function () { return pattern; },
5809
+ getCustomErrorMessage: function () { return errorMessage; },
5810
+ }); };
5811
+
5812
+
5813
+ /***/ }),
5814
+
5815
+ /***/ "./node_modules/@microchip/scf-validators/lib/index.js":
5816
+ /*!*************************************************************!*\
5817
+ !*** ./node_modules/@microchip/scf-validators/lib/index.js ***!
5818
+ \*************************************************************/
5819
+ /*! no static exports found */
5820
+ /***/ (function(module, exports, __webpack_require__) {
5821
+
5822
+ "use strict";
5823
+
5824
+ Object.defineProperty(exports, "__esModule", { value: true });
5825
+ var CFunctionValidator_1 = __webpack_require__(/*! ./Validators/CFunctionValidator */ "./node_modules/@microchip/scf-validators/lib/Validators/CFunctionValidator.js");
5826
+ Object.defineProperty(exports, "getCFunctionValidator", { enumerable: true, get: function () { return CFunctionValidator_1.getCFunctionValidator; } });
5827
+
5828
+
5694
5829
  /***/ }),
5695
5830
 
5696
5831
  /***/ "./node_modules/core-js/es/map/index.js":
@@ -8745,6 +8880,9 @@ __webpack_require__.r(__webpack_exports__);
8745
8880
  /* harmony import */ var _generated_module_src_Utils__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../generated_module/src/Utils */ "./generated_module/src/Utils.ts");
8746
8881
  /* harmony import */ var _microchip_scf_device_lib_CalculateRegisterValue__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @microchip/scf-device/lib/CalculateRegisterValue */ "./node_modules/@microchip/scf-device/lib/CalculateRegisterValue.js");
8747
8882
  /* harmony import */ var _microchip_scf_device_lib_CalculateRegisterValue__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_microchip_scf_device_lib_CalculateRegisterValue__WEBPACK_IMPORTED_MODULE_10__);
8883
+ /* harmony import */ var _generated_module_src_pins_PCPHelper__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../generated_module/src/pins/PCPHelper */ "./generated_module/src/pins/PCPHelper.ts");
8884
+ /* harmony import */ var _microchip_scf_validators_lib__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @microchip/scf-validators/lib */ "./node_modules/@microchip/scf-validators/lib/index.js");
8885
+ /* harmony import */ var _microchip_scf_validators_lib__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_microchip_scf_validators_lib__WEBPACK_IMPORTED_MODULE_12__);
8748
8886
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
8749
8887
 
8750
8888
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
@@ -8764,6 +8902,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
8764
8902
 
8765
8903
 
8766
8904
 
8905
+
8906
+
8767
8907
  var getDerivedData = function getDerivedData(dataModel) {
8768
8908
  if (dataModel) {
8769
8909
  return new MyDerivedData(dataModel);
@@ -8793,6 +8933,8 @@ var MyDerivedData = function MyDerivedData(dataModel) {
8793
8933
 
8794
8934
  _defineProperty(this, "gateDerivedSettings", void 0);
8795
8935
 
8936
+ _defineProperty(this, "cValidator", Object(_microchip_scf_validators_lib__WEBPACK_IMPORTED_MODULE_12__["getCFunctionValidator"])());
8937
+
8796
8938
  _defineProperty(this, "getMyFunctions", function () {
8797
8939
  return _objectSpread(_objectSpread({
8798
8940
  overrideDefaultValues: _this.overrideDefaultValues,
@@ -8824,7 +8966,10 @@ var MyDerivedData = function MyDerivedData(dataModel) {
8824
8966
  isrCallback: _this.isrCallback,
8825
8967
  clc_connections_results: _this.clc_connections_results,
8826
8968
  isEnabled: _this.isEnabled,
8827
- getRequestedModule: _this.getRequestedModule
8969
+ getRequestedModule: _this.getRequestedModule,
8970
+ getPinsLogic: _generated_module_src_pins_PCPHelper__WEBPACK_IMPORTED_MODULE_11__["getPinsLogic"],
8971
+ componentNameValidator: _this.componentNameValidator,
8972
+ getCustomUiErrors: _this.getCustomUiErrors
8828
8973
  });
8829
8974
  });
8830
8975
 
@@ -8849,6 +8994,25 @@ var MyDerivedData = function MyDerivedData(dataModel) {
8849
8994
  }
8850
8995
  });
8851
8996
 
8997
+ _defineProperty(this, "componentNameValidator", function () {
8998
+ return {
8999
+ pattern: _this.cValidator.getRjsfValidation().pattern
9000
+ };
9001
+ });
9002
+
9003
+ _defineProperty(this, "getCustomUiErrors", function (componentName) {
9004
+ switch (componentName) {
9005
+ case "componentName":
9006
+ return [{
9007
+ name: "pattern",
9008
+ message: _this.cValidator.getCustomErrorMessage()
9009
+ }];
9010
+
9011
+ default:
9012
+ return undefined;
9013
+ }
9014
+ });
9015
+
8852
9016
  _defineProperty(this, "clc_connections_results", function () {
8853
9017
  var inputs = [];
8854
9018
  _Constants__WEBPACK_IMPORTED_MODULE_7__["GATES"].forEach(function (gate) {
@@ -9819,7 +9983,7 @@ var Interface = {
9819
9983
  /*! exports provided: moduleName, deviceType, hasPins, booleanValues, help, UIGroups, UIOrder, tabs, analytics, templates, imports, exports, softwareData, peripherals, default */
9820
9984
  /***/ (function(module) {
9821
9985
 
9822
- module.exports = JSON.parse("{\"moduleName\":\"CLC\",\"deviceType\":\"PIC\",\"hasPins\":true,\"booleanValues\":{\"true\":\"enabled\",\"false\":\"disabled\"},\"help\":{\"url\":\"v2/keyword-lookup?keyword=scf-pic8-clc-v1&redirect=true\",\"tooltip\":\"Configurable Logic Cell (CLC): Integrated combinational and sequential logic.\"},\"UIGroups\":{\"software\":\"Software Settings\",\"hardware\":\"CLC Settings\",\"interrupt\":\"Interrupt Settings\"},\"UIOrder\":{\"software\":[\"*\"],\"hardware\":[\"lcenClccon\",\"lcmodeClccon\",\"*\"],\"interrupt\":[\"clci\",\"lcintpClccon\",\"lcintnClccon\",\"*\"]},\"tabs\":{\"main\":\"Easy View\",\"register\":\"Register Initialization\"},\"analytics\":{\"logAlwaysComps\":[\"lcmodeClccon\",\"lcenClccon\",\"clci\",\"lcintnClccon\",\"lcintpClccon\"],\"logOnChangeComps\":[],\"compMapping\":{\"lcmodeClccon\":\"CLC_Mode\",\"lcenClccon\":\"CLC_Enable\",\"clci\":\"CLC_Interrupt_Enable\",\"lcintnClccon\":\"CLC_Falling_Interrupt\",\"lcintpClccon\":\"CLC_Rising_Interrupt\"}},\"templates\":[{\"src\":\"output/cla_clc_stacked_v5.c.ftl\",\"dest\":\"clc/src/${sourceFileName}\",\"generateWithHardware\":true},{\"src\":\"output/cla_clc_stacked_v5.h.ftl\",\"dest\":\"clc/${headerFileName}\",\"generateWithHardware\":true}],\"imports\":{\"scf_pic8_clc_v1\":{\"import\":{\"interfaceId\":{\"name\":\"scf-pic8-clc-v1\",\"version\":\"1.0.0\"},\"isRequired\":true}},\"pin_standard\":{\"import\":{\"interfaceId\":{\"name\":\"pin-standard\",\"version\":\"0.1.0\"}}},\"initializer_system\":{\"nodeModule\":{\"importName\":\"systemInit\",\"node\":\"@microchip/initializer-system\"},\"fullyTyped\":true,\"import\":{\"interfaceId\":{\"name\":\"initializer-system\",\"version\":\"^0.5.3\"}}},\"interrupt_standard\":{\"nodeModule\":{\"importName\":\"interrupt_standard\",\"node\":\"@microchip/interrupt-standard\"},\"fullyTyped\":true,\"import\":{\"interfaceId\":{\"name\":\"interrupt-standard\",\"version\":\"^1.0.1\"}}},\"device_meta\":{\"import\":{\"interfaceId\":{\"name\":\"device-meta\",\"version\":\"^1.0.0\"}}},\"clc_connections\":{\"import\":{\"interfaceId\":{\"name\":\"clc-connections\",\"version\":\"0.1.0\"}}},\"CMP\":{\"import\":{\"interfaceId\":{\"name\":\"cmp-interface\",\"version\":\"0.1.0\"}}},\"HLVD\":{\"import\":{\"interfaceId\":{\"name\":\"hlvd-interface\",\"version\":\"^0.1.0\"}}},\"I2C\":{\"import\":{\"interfaceId\":{\"name\":\"i2c-host\",\"version\":\"^2.0.0\"}}},\"MSSP\":{\"import\":{\"interfaceId\":{\"name\":\"spi-master-basic\",\"version\":\"0.*\"}}},\"NCO\":{\"import\":{\"interfaceId\":{\"name\":\"nco-interface\",\"version\":\"0.1.0\"}}},\"SPI\":{\"import\":{\"interfaceId\":{\"name\":\"spi-master-basic\",\"version\":\"0.*\"}}},\"TMR0\":{\"import\":{\"interfaceId\":{\"name\":\"timer0_general_parameters\",\"version\":\"0.1.0\"}}},\"UART\":{\"import\":{\"interfaceId\":{\"name\":\"uart-basic\",\"version\":\"^4.0.0\"}}},\"ZCD\":{\"import\":{\"interfaceId\":{\"name\":\"zcd-output-parameters\",\"version\":\"1.0.0\"}}}},\"exports\":{\"clc\":{\"interfaces\":[{\"interfaceId\":{\"name\":\"cla-clc-stacked\",\"version\":\"0.1.0\"}},{\"interfaceId\":{\"name\":\"trigger-source\",\"version\":\"0.1.0\"}},{\"interfaceId\":{\"name\":\"signal-source\",\"version\":\"0.1.0\"}}]}},\"softwareData\":{\"componentName\":{\"name\":\"componentName\",\"description\":\"Custom Name\",\"type\":\"string\",\"defaultValue\":\"Module\",\"group\":\"software\",\"tabs\":[\"main\"],\"category\":\"software\"},\"clcDepSelector\":{\"name\":\"clcDepSelector\",\"category\":\"import\",\"description\":\"CLC dependency selector\",\"type\":\"ComboBox\",\"group\":\"software\",\"importId\":\"scf_pic8_clc_v1\",\"tabs\":[\"main\"]},\"CLCI\":{\"name\":\"clci\",\"description\":\"Enable CLC Interrupt\",\"defaultValue\":false,\"type\":\"boolean\",\"group\":\"interrupt\",\"tabs\":[\"main\"],\"category\":\"software\"}},\"peripherals\":[{\"interfaceId\":{\"name\":\"scf-pic8-clc-v1\",\"version\":\"1.0.0\"},\"interrupts\":[\"CLCI\"],\"registers\":{\"CLCSELECT\":[{\"setting\":\"SLCT\",\"name\":\"slctClcselect\",\"description\":\"CLC instance select bits\",\"type\":\"string\",\"group\":\"hardware\",\"tabs\":[\"register\"],\"category\":\"hardware\"}],\"CLCCON\":[{\"setting\":\"LCMODE\",\"name\":\"lcmodeClccon\",\"description\":\"Logic Cell Mode bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}},{\"setting\":\"LCINTN\",\"name\":\"lcintnClccon\",\"description\":\"Enable Falling Interrupt\",\"type\":\"boolean\",\"group\":\"interrupt\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}},{\"setting\":\"LCINTP\",\"name\":\"lcintpClccon\",\"description\":\"Enable Rising Interrupt\",\"type\":\"boolean\",\"group\":\"interrupt\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}},{\"setting\":\"LCOUT\",\"name\":\"lcoutClccon\",\"description\":\"Logic Cell Data Output Status bit\",\"type\":\"boolean\",\"group\":\"hardware\",\"tabs\":[\"register\"],\"category\":\"hardware\"},{\"setting\":\"LCEN\",\"name\":\"lcenClccon\",\"description\":\"Enable CLC\",\"type\":\"boolean\",\"group\":\"hardware\",\"overrideDefaultValue\":\"enabled\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}}],\"CLCPOL\":[{\"setting\":\"LCG1POL\",\"name\":\"lcg1polClcpol\",\"description\":\"Logic Cell Gate 1 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2POL\",\"name\":\"lcg2polClcpol\",\"description\":\"Logic Cell Gate 2 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3POL\",\"name\":\"lcg3polClcpol\",\"description\":\"Logic Cell Gate 3 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4POL\",\"name\":\"lcg4polClcpol\",\"description\":\"Logic Cell Gate 4 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCPOL\",\"name\":\"lcpolClcpol\",\"description\":\"Logic Cell Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL0\":[{\"setting\":\"LCD1S\",\"name\":\"lcd1sClcsel0\",\"description\":\"Logic Cell Data1 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL1\":[{\"setting\":\"LCD2S\",\"name\":\"lcd2sClcsel1\",\"description\":\"Logic Cell Data2 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL2\":[{\"setting\":\"LCD3S\",\"name\":\"lcd3sClcsel2\",\"description\":\"Logic Cell Data3 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL3\":[{\"setting\":\"LCD4S\",\"name\":\"lcd4sClcsel3\",\"description\":\"Logic Cell Data4 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS0\":[{\"setting\":\"LCG1D1N\",\"name\":\"lcg1d1nClcgls0\",\"description\":\"Gate 1 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D1T\",\"name\":\"lcg1d1tClcgls0\",\"description\":\"Gate 1 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D2N\",\"name\":\"lcg1d2nClcgls0\",\"description\":\"Gate 1 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D2T\",\"name\":\"lcg1d2tClcgls0\",\"description\":\"Gate 1 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D3N\",\"name\":\"lcg1d3nClcgls0\",\"description\":\"Gate 1 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D3T\",\"name\":\"lcg1d3tClcgls0\",\"description\":\"Gate 1 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D4N\",\"name\":\"lcg1d4nClcgls0\",\"description\":\"Gate 1 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D4T\",\"name\":\"lcg1d4tClcgls0\",\"description\":\"Gate 1 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS1\":[{\"setting\":\"LCG2D1N\",\"name\":\"lcg2d1nClcgls1\",\"description\":\"Gate 2 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D1T\",\"name\":\"lcg2d1tClcgls1\",\"description\":\"Gate 2 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D2N\",\"name\":\"lcg2d2nClcgls1\",\"description\":\"Gate 2 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D2T\",\"name\":\"lcg2d2tClcgls1\",\"description\":\"Gate 2 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D3N\",\"name\":\"lcg2d3nClcgls1\",\"description\":\"Gate 2 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D3T\",\"name\":\"lcg2d3tClcgls1\",\"description\":\"Gate 2 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D4N\",\"name\":\"lcg2d4nClcgls1\",\"description\":\"Gate 2 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D4T\",\"name\":\"lcg2d4tClcgls1\",\"description\":\"Gate 2 Data 4 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS2\":[{\"setting\":\"LCG3D1N\",\"name\":\"lcg3d1nClcgls2\",\"description\":\"Gate 3 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D1T\",\"name\":\"lcg3d1tClcgls2\",\"description\":\"Gate 3 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D2N\",\"name\":\"lcg3d2nClcgls2\",\"description\":\"Gate 3 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D2T\",\"name\":\"lcg3d2tClcgls2\",\"description\":\"Gate 3 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D3N\",\"name\":\"lcg3d3nClcgls2\",\"description\":\"Gate 3 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D3T\",\"name\":\"lcg3d3tClcgls2\",\"description\":\"Gate 3 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D4N\",\"name\":\"lcg3d4nClcgls2\",\"description\":\"Gate 3 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D4T\",\"name\":\"lcg3d4tClcgls2\",\"description\":\"Gate 3 Data 4 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS3\":[{\"setting\":\"LCG4D1N\",\"name\":\"lcg4d1nClcgls3\",\"description\":\"Gate 4 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D1T\",\"name\":\"lcg4d1tClcgls3\",\"description\":\"Gate 4 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D2N\",\"name\":\"lcg4d2nClcgls3\",\"description\":\"Gate 4 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D2T\",\"name\":\"lcg4d2tClcgls3\",\"description\":\"Gate 4 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D3N\",\"name\":\"lcg4d3nClcgls3\",\"description\":\"Gate 4 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D3T\",\"name\":\"lcg4d3tClcgls3\",\"description\":\"Gate 4 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D4N\",\"name\":\"lcg4d4nClcgls3\",\"description\":\"Gate 4 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D4T\",\"name\":\"lcg4d4tClcgls3\",\"description\":\"Gate 4 Data 4 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCDATA\":[{\"setting\":\"LCOUT\",\"name\":\"lcoutClcdata\",\"description\":\"CLC8 output bit\",\"type\":\"string\",\"group\":\"hardware\",\"tabs\":[\"register\"],\"category\":\"hardware\"}]}}]}");
9986
+ module.exports = JSON.parse("{\"moduleName\":\"CLC\",\"deviceType\":\"PIC\",\"hasPins\":true,\"booleanValues\":{\"true\":\"enabled\",\"false\":\"disabled\"},\"help\":{\"url\":\"v2/keyword-lookup?keyword=scf-pic8-clc-v1&redirect=true\",\"tooltip\":\"Configurable Logic Cell (CLC): Integrated combinational and sequential logic.\"},\"UIGroups\":{\"software\":\"Software Settings\",\"hardware\":\"CLC Settings\",\"interrupt\":\"Interrupt Settings\"},\"UIOrder\":{\"software\":[\"*\"],\"hardware\":[\"lcenClccon\",\"lcmodeClccon\",\"*\"],\"interrupt\":[\"clci\",\"lcintpClccon\",\"lcintnClccon\",\"*\"]},\"tabs\":{\"main\":\"Easy View\",\"register\":\"Register Initialization\"},\"analytics\":{\"logAlwaysComps\":[\"lcmodeClccon\",\"lcenClccon\",\"clci\",\"lcintnClccon\",\"lcintpClccon\"],\"logOnChangeComps\":[],\"compMapping\":{\"lcmodeClccon\":\"CLC_Mode\",\"lcenClccon\":\"CLC_Enable\",\"clci\":\"CLC_Interrupt_Enable\",\"lcintnClccon\":\"CLC_Falling_Interrupt\",\"lcintpClccon\":\"CLC_Rising_Interrupt\"}},\"templates\":[{\"src\":\"output/cla_clc_stacked_v5.c.ftl\",\"dest\":\"clc/src/${sourceFileName}\",\"generateWithHardware\":true},{\"src\":\"output/cla_clc_stacked_v5.h.ftl\",\"dest\":\"clc/${headerFileName}\",\"generateWithHardware\":true}],\"imports\":{\"scf_pic8_clc_v1\":{\"import\":{\"interfaceId\":{\"name\":\"scf-pic8-clc-v1\",\"version\":\"1.0.0\"},\"isRequired\":true}},\"pin_standard\":{\"import\":{\"interfaceId\":{\"name\":\"pin-standard\",\"version\":\"0.1.0\"}}},\"initializer_system\":{\"nodeModule\":{\"importName\":\"systemInit\",\"node\":\"@microchip/initializer-system\"},\"fullyTyped\":true,\"import\":{\"interfaceId\":{\"name\":\"initializer-system\",\"version\":\"^0.5.3\"}}},\"interrupt_standard\":{\"nodeModule\":{\"importName\":\"interrupt_standard\",\"node\":\"@microchip/interrupt-standard\"},\"fullyTyped\":true,\"import\":{\"interfaceId\":{\"name\":\"interrupt-standard\",\"version\":\"^1.0.1\"}}},\"device_meta\":{\"import\":{\"interfaceId\":{\"name\":\"device-meta\",\"version\":\"^1.0.0\"}}},\"clc_connections\":{\"import\":{\"interfaceId\":{\"name\":\"clc-connections\",\"version\":\"0.1.0\"}}},\"CMP\":{\"import\":{\"interfaceId\":{\"name\":\"cmp-interface\",\"version\":\"0.1.0\"}}},\"HLVD\":{\"import\":{\"interfaceId\":{\"name\":\"hlvd-interface\",\"version\":\"^0.1.0\"}}},\"I2C\":{\"import\":{\"interfaceId\":{\"name\":\"i2c-host\",\"version\":\"^2.0.0\"}}},\"MSSP\":{\"import\":{\"interfaceId\":{\"name\":\"spi-master-basic\",\"version\":\"0.*\"}}},\"NCO\":{\"import\":{\"interfaceId\":{\"name\":\"nco-interface\",\"version\":\"0.1.0\"}}},\"SPI\":{\"import\":{\"interfaceId\":{\"name\":\"spi-master-basic\",\"version\":\"0.*\"}}},\"TMR0\":{\"import\":{\"interfaceId\":{\"name\":\"timer0_general_parameters\",\"version\":\"0.1.0\"}}},\"UART\":{\"import\":{\"interfaceId\":{\"name\":\"uart-basic\",\"version\":\"^4.0.0\"}}},\"ZCD\":{\"import\":{\"interfaceId\":{\"name\":\"zcd-output-parameters\",\"version\":\"1.0.0\"}}}},\"exports\":{\"clc\":{\"interfaces\":[{\"interfaceId\":{\"name\":\"cla-clc-stacked\",\"version\":\"0.1.0\"}},{\"interfaceId\":{\"name\":\"trigger-source\",\"version\":\"0.1.0\"}},{\"interfaceId\":{\"name\":\"signal-source\",\"version\":\"0.1.0\"}}]}},\"softwareData\":{\"componentName\":{\"name\":\"componentName\",\"description\":\"Custom Name\",\"type\":\"string\",\"defaultValue\":\"Module\",\"group\":\"software\",\"tabs\":[\"main\"],\"category\":\"software\",\"validation\":true},\"clcDepSelector\":{\"name\":\"clcDepSelector\",\"category\":\"import\",\"description\":\"CLC dependency selector\",\"type\":\"ComboBox\",\"group\":\"software\",\"importId\":\"scf_pic8_clc_v1\",\"tabs\":[\"main\"]},\"CLCI\":{\"name\":\"clci\",\"description\":\"Enable CLC Interrupt\",\"defaultValue\":false,\"type\":\"boolean\",\"group\":\"interrupt\",\"tabs\":[\"main\"],\"category\":\"software\"}},\"peripherals\":[{\"interfaceId\":{\"name\":\"scf-pic8-clc-v1\",\"version\":\"1.0.0\"},\"interrupts\":[\"CLCI\"],\"registers\":{\"CLCSELECT\":[{\"setting\":\"SLCT\",\"name\":\"slctClcselect\",\"description\":\"CLC instance select bits\",\"type\":\"string\",\"group\":\"hardware\",\"tabs\":[\"register\"],\"category\":\"hardware\"}],\"CLCCON\":[{\"setting\":\"LCMODE\",\"name\":\"lcmodeClccon\",\"description\":\"Logic Cell Mode bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}},{\"setting\":\"LCINTN\",\"name\":\"lcintnClccon\",\"description\":\"Enable Falling Interrupt\",\"type\":\"boolean\",\"group\":\"interrupt\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}},{\"setting\":\"LCINTP\",\"name\":\"lcintpClccon\",\"description\":\"Enable Rising Interrupt\",\"type\":\"boolean\",\"group\":\"interrupt\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}},{\"setting\":\"LCOUT\",\"name\":\"lcoutClccon\",\"description\":\"Logic Cell Data Output Status bit\",\"type\":\"boolean\",\"group\":\"hardware\",\"tabs\":[\"register\"],\"category\":\"hardware\"},{\"setting\":\"LCEN\",\"name\":\"lcenClccon\",\"description\":\"Enable CLC\",\"type\":\"boolean\",\"group\":\"hardware\",\"overrideDefaultValue\":\"enabled\",\"tabs\":[\"main\"],\"category\":\"hardware\",\"sdlHelp\":{\"tooltip\":\"Click for more Information\",\"url\":\"v2/keyword-lookup?keyword=atmel;device:${deviceName};register:${registerName}&redirect=true\"}}],\"CLCPOL\":[{\"setting\":\"LCG1POL\",\"name\":\"lcg1polClcpol\",\"description\":\"Logic Cell Gate 1 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2POL\",\"name\":\"lcg2polClcpol\",\"description\":\"Logic Cell Gate 2 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3POL\",\"name\":\"lcg3polClcpol\",\"description\":\"Logic Cell Gate 3 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4POL\",\"name\":\"lcg4polClcpol\",\"description\":\"Logic Cell Gate 4 Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCPOL\",\"name\":\"lcpolClcpol\",\"description\":\"Logic Cell Output Polarity Control bit\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL0\":[{\"setting\":\"LCD1S\",\"name\":\"lcd1sClcsel0\",\"description\":\"Logic Cell Data1 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL1\":[{\"setting\":\"LCD2S\",\"name\":\"lcd2sClcsel1\",\"description\":\"Logic Cell Data2 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL2\":[{\"setting\":\"LCD3S\",\"name\":\"lcd3sClcsel2\",\"description\":\"Logic Cell Data3 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCSEL3\":[{\"setting\":\"LCD4S\",\"name\":\"lcd4sClcsel3\",\"description\":\"Logic Cell Data4 Input Selection bits\",\"type\":\"ComboBox\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS0\":[{\"setting\":\"LCG1D1N\",\"name\":\"lcg1d1nClcgls0\",\"description\":\"Gate 1 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D1T\",\"name\":\"lcg1d1tClcgls0\",\"description\":\"Gate 1 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D2N\",\"name\":\"lcg1d2nClcgls0\",\"description\":\"Gate 1 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D2T\",\"name\":\"lcg1d2tClcgls0\",\"description\":\"Gate 1 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D3N\",\"name\":\"lcg1d3nClcgls0\",\"description\":\"Gate 1 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D3T\",\"name\":\"lcg1d3tClcgls0\",\"description\":\"Gate 1 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D4N\",\"name\":\"lcg1d4nClcgls0\",\"description\":\"Gate 1 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG1D4T\",\"name\":\"lcg1d4tClcgls0\",\"description\":\"Gate 1 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS1\":[{\"setting\":\"LCG2D1N\",\"name\":\"lcg2d1nClcgls1\",\"description\":\"Gate 2 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D1T\",\"name\":\"lcg2d1tClcgls1\",\"description\":\"Gate 2 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D2N\",\"name\":\"lcg2d2nClcgls1\",\"description\":\"Gate 2 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D2T\",\"name\":\"lcg2d2tClcgls1\",\"description\":\"Gate 2 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D3N\",\"name\":\"lcg2d3nClcgls1\",\"description\":\"Gate 2 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D3T\",\"name\":\"lcg2d3tClcgls1\",\"description\":\"Gate 2 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D4N\",\"name\":\"lcg2d4nClcgls1\",\"description\":\"Gate 2 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG2D4T\",\"name\":\"lcg2d4tClcgls1\",\"description\":\"Gate 2 Data 4 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS2\":[{\"setting\":\"LCG3D1N\",\"name\":\"lcg3d1nClcgls2\",\"description\":\"Gate 3 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D1T\",\"name\":\"lcg3d1tClcgls2\",\"description\":\"Gate 3 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D2N\",\"name\":\"lcg3d2nClcgls2\",\"description\":\"Gate 3 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D2T\",\"name\":\"lcg3d2tClcgls2\",\"description\":\"Gate 3 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D3N\",\"name\":\"lcg3d3nClcgls2\",\"description\":\"Gate 3 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D3T\",\"name\":\"lcg3d3tClcgls2\",\"description\":\"Gate 3 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D4N\",\"name\":\"lcg3d4nClcgls2\",\"description\":\"Gate 3 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG3D4T\",\"name\":\"lcg3d4tClcgls2\",\"description\":\"Gate 3 Data 4 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCGLS3\":[{\"setting\":\"LCG4D1N\",\"name\":\"lcg4d1nClcgls3\",\"description\":\"Gate 4 Data 1 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D1T\",\"name\":\"lcg4d1tClcgls3\",\"description\":\"Gate 4 Data 1 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D2N\",\"name\":\"lcg4d2nClcgls3\",\"description\":\"Gate 4 Data 2 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D2T\",\"name\":\"lcg4d2tClcgls3\",\"description\":\"Gate 4 Data 2 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D3N\",\"name\":\"lcg4d3nClcgls3\",\"description\":\"Gate 4 Data 3 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D3T\",\"name\":\"lcg4d3tClcgls3\",\"description\":\"Gate 4 Data 3 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D4N\",\"name\":\"lcg4d4nClcgls3\",\"description\":\"Gate 4 Data 4 Negated\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"},{\"setting\":\"LCG4D4T\",\"name\":\"lcg4d4tClcgls3\",\"description\":\"Gate 4 Data 4 True\",\"type\":\"boolean\",\"group\":\"hardware\",\"isVisibleProperty\":\"showCanvasBased\",\"tabs\":[\"main\"],\"category\":\"hardware\"}],\"CLCDATA\":[{\"setting\":\"LCOUT\",\"name\":\"lcoutClcdata\",\"description\":\"CLC8 output bit\",\"type\":\"string\",\"group\":\"hardware\",\"tabs\":[\"register\"],\"category\":\"hardware\"}]}}]}");
9823
9987
 
9824
9988
  /***/ }),
9825
9989
 
@@ -9843,7 +10007,7 @@ module.exports = JSON.parse("{\"rows\":[{\"name\":\"clcout\",\"module\":\"CLC1\"
9843
10007
 
9844
10008
  __webpack_require__(/*! core-js/es/set/index */"./node_modules/core-js/es/set/index.js");
9845
10009
  __webpack_require__(/*! core-js/es/map/index */"./node_modules/core-js/es/map/index.js");
9846
- module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/d_Content_scf-pic8-clc-v1_4.0.13/generated_module/src/processor.ts */"./generated_module/src/processor.ts");
10010
+ module.exports = __webpack_require__(/*! /home/jenkins/agent/workspace/d_Content_scf-pic8-clc-v1_4.0.14/generated_module/src/processor.ts */"./generated_module/src/processor.ts");
9847
10011
 
9848
10012
 
9849
10013
  /***/ })