mirror of
https://github.com/annoyatron255/yosys4gal.git
synced 2024-12-22 18:52:23 +00:00
fix typo of script name
This commit is contained in:
parent
f8884d4db5
commit
dcacb44cce
|
@ -114,7 +114,7 @@ fn synth(s: SynthArgs) -> Result<()> {
|
||||||
let mut yosys = Command::new("yosys");
|
let mut yosys = Command::new("yosys");
|
||||||
let wsize = wanted_size - 1;
|
let wsize = wanted_size - 1;
|
||||||
yosys
|
yosys
|
||||||
.args(["-c", "shink_sop.tcl", "--"])
|
.args(["-c", "shrink_sop.tcl", "--"])
|
||||||
.arg(&s.netlist)
|
.arg(&s.netlist)
|
||||||
.arg(name)
|
.arg(name)
|
||||||
.arg(wsize.to_string());
|
.arg(wsize.to_string());
|
||||||
|
|
Loading…
Reference in a new issue