Feedback welcome!
# magic
u
Feedback welcome!
a
Hi Uri, I'm writing a tcl script to allow the placement of pcell, stdcells, ports. I think you could find interesting the
insert_std_cell
procedure. https://github.com/JorgeMarinN/sky130_ac3e_ip__temp_sdc/blob/main/scripts/sky130_handlers.tcl
1
y
Hi auilies. Do you layout all cells using tcl command? This is great. Is there a good tutorial how to use tcl commands for magic?
a
Sadly, I have not found a good tutorial on magic tcl interface 😞 The only resources I know are the ones on magic vlsi site. You can, also, read the tcl files that compose magic to see how they are implemented and evaluate if it works for your case. My scripts are a bit obfuscated with abstraction layers, so I don't know how much "easy to understand" information you could get from them.
y
Ok. I will try to use tcl commands following your advice. Thanks!