mirror of
https://github.com/annoyatron255/yosys4gal.git
synced 2024-12-22 10:42:24 +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 wsize = wanted_size - 1;
|
||||
yosys
|
||||
.args(["-c", "shink_sop.tcl", "--"])
|
||||
.args(["-c", "shrink_sop.tcl", "--"])
|
||||
.arg(&s.netlist)
|
||||
.arg(name)
|
||||
.arg(wsize.to_string());
|
||||
|
|
Loading…
Reference in a new issue