New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

edacation

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edacation - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

11

dist/project/yosys.js

@@ -20,3 +20,6 @@ "use strict";

const inputFiles = projectInputFiles.filter((inputFile) => util_js_1.FILE_EXTENSIONS_HDL.includes(path_1.default.extname(inputFile).substring(1)));
const outputFiles = [(0, target_js_1.getTargetFile)(target, `${family.architecture}.json`)];
const outputFiles = [
(0, target_js_1.getTargetFile)(target, `${family.architecture}.json`),
(0, target_js_1.getTargetFile)(target, 'luts.yosys.json')
];
const tool = 'yosys';

@@ -94,2 +97,8 @@ const commands = [...inputFiles.map((file) => `read_verilog -sv ${file}`), 'proc;'];

`synth_${family.architecture} -json ${workerOptions.outputFiles[0]};`,
'',
'design -reset',
'',
`read_json ${(0, target_js_1.getTargetFile)(workerOptions.target, 'presynth.yosys.json')};`,
'synth -lut 4;',
`write_json ${workerOptions.outputFiles[1]};`,
''

@@ -96,0 +105,0 @@ ];

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.3.4",
"version": "0.3.5",
"contributors": [

@@ -8,0 +8,0 @@ "Danielle Huisman <danielle@huisman.me> (https://github.com/DanielleHuisman)",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc