Comparing version 0.0.40 to 0.0.41
@@ -619,3 +619,3 @@ /** | ||
// Normal pin. | ||
content = (row[name] >>> 0).toString(formatRadix).padStart(formatRadix !== 10 ? pinInfo.size : 0, '0').toUpperCase(); | ||
content = (formatRadix !== 10 ? row[name] >>> 0 : row[name]).toString(formatRadix).padStart(formatRadix !== 10 ? pinInfo.size : 0, '0').toUpperCase(); | ||
@@ -622,0 +622,0 @@ if (content.length > formatStringLengh) { |
{ | ||
"name": "hdl-js", | ||
"version": "0.0.40", | ||
"version": "0.0.41", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Hardware definition language (HDL) and Hardware simulator", |
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
269379