Comparing version 0.3.1 to 0.3.2
@@ -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 @@ ]; |
@@ -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
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
124556
2264