Join Slack
Powered by
lame question : Is there any cmmd to have lib cell...
# openlane
r
Ryan R
12/05/2022, 1:24 PM
lame question : Is there any cmmd to have lib cells , nets and pins in the netlist on oneline in yosys write verilog ?? sky130_fd_sc_hd__and2_0
07
( .A(In2), .B(In1), .X(
03
) ); sky130_fd_sc_hd__and2_0
08
( .A(Cin), .B(
03
), .X(
04
) );
k
Kauser Johar
12/05/2022, 1:51 PM
You could script it using something like -
https://pypi.org/project/pyverilog/
m
Matt Liberty
12/05/2022, 4:47 PM
why?
Open in Slack
Previous
Next