Comparing version 0.0.32 to 0.0.33
{ | ||
"name": "hdl-js", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Hardware definition language (HDL) and Hardware simulator", |
@@ -41,2 +41,3 @@ # hdl-js | ||
- [Using custom and built-in gates in implementation](#using-custom-and-built-in-gates-in-implementation) | ||
- [Loading HDL chips from Node](#loading-hdl-chips-from-node) | ||
@@ -1314,3 +1315,3 @@ ## Installation | ||
#### Using from Node | ||
#### Loading HDL chips from Node | ||
@@ -1317,0 +1318,0 @@ In Node it is possible to load a composite HDL gate class using the `HDLClassFactory` module, which is exposed on the `emulator`. The `hdl-js` itself also exposes two convenient wrappers: `fromHDLFile`, and `fromHDL`: |
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
259203
1334