mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-14 04:48:46 +00:00
Fixed Identation
This commit is contained in:
parent
038caab4e0
commit
60608a86bb
|
@ -3772,7 +3772,6 @@ namespace YOSYS_PYTHON {
|
||||||
def("const_pow", const_pow);
|
def("const_pow", const_pow);
|
||||||
def("const_pos", const_pos);
|
def("const_pos", const_pos);
|
||||||
def("const_neg", const_neg);
|
def("const_neg", const_neg);
|
||||||
|
|
||||||
def("run",run);
|
def("run",run);
|
||||||
def("log",log);
|
def("log",log);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue