Closed whitequark closed 11 months ago
Example:
import { runYosys } from '../gen/bundle-node.js'; const files = await runYosys( ["inv.v", "-p", "hierarchy -auto-top", "-p", "synth_ice40 -json top.json"], {"inv.v": "module inv(input a, output o); assign o = ~a; endmodule"}); console.log(files["top.json"]);
Fixes #21
Example:
Fixes #21