Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edacation

Package Overview
Dependencies
Maintainers
2
Versions
31
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.1 to 0.3.2

5

dist/project/yosys.js

@@ -87,5 +87,8 @@ "use strict";

const generateYosysSynthCommands = (workerOptions) => {
const target = workerOptions.target;
const vendor = devices_js_1.VENDORS[target.vendor];
const family = vendor.families[target.family];
return [
`read_json ${(0, target_js_1.getTargetFile)(workerOptions.target, 'presynth.yosys.json')}`,
`synth_ecp5 -json ${workerOptions.outputFiles[0]};`,
`synth_${family.architecture} -json ${workerOptions.outputFiles[0]};`,
''

@@ -92,0 +95,0 @@ ];

2

package.json

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

"license": "MIT",
"version": "0.3.1",
"version": "0.3.2",
"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