Comparing version 0.0.34 to 0.0.35
@@ -266,3 +266,3 @@ /** | ||
// Number of rows. | ||
var n = Math.pow(inputPins.length, 2); | ||
var n = Math.pow(2, inputPins.length); | ||
@@ -269,0 +269,0 @@ var _loop = function _loop(i) { |
{ | ||
"name": "hdl-js", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Hardware definition language (HDL) and Hardware simulator", |
@@ -1183,3 +1183,3 @@ # hdl-js | ||
In the example below, we use the `Nand` gate to implement a custom version of the `And` gate (even though the [built-in And](https://github.com/DmitrySoshnikov/hdl-js/blob/master/src/emulator/hardware/builtin-gates/Nand.js) gate implementation exists): | ||
In the example below, we use the `Nand` gate to implement a custom version of the `And` gate (even though the [built-in And](https://github.com/DmitrySoshnikov/hdl-js/blob/master/src/emulator/hardware/builtin-gates/And.js) gate implementation exists): | ||
@@ -1186,0 +1186,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
259918