Hello everyone, I'm working on a project where I h...
# openlane
g
Hello everyone, I'm working on a project where I have some macros with 1.8V inputs but 3.3V outputs, and I wanted to know how to use the level shifter cells in the HV library (sky130_fd_sc_hvl) in my macro. I tried to use only the sky130_fd_sc_hvl library instead of the standard one, but it only worked in a smaller macro circuit. The larger one resulted in some fanout errors in the flow. Can I use both libraries in the config.json file and call the level shifter cell in my RTL design (Verilog file)? If yes, how do I do it?