How do people do gate level simulation? I just go...
# openlane
e
How do people do gate level simulation? I just got it to work with iverilog (not doing back annotated just yet so this is ok) but it was kinda painful. I basically had to write a shell one-liner to make a command file. Is this the expected way to do it? I didn’t see a command file in the pdk I could source. For the curious this was the one-liner I used. Redirect output to a file and run from $PDK_ROOT find skywater-pdk/libraries/sky130_fd_sc_hd/latest/cells -type d | awk -v d=$PDK_ROOT ‘{print “-y ” d “/” $0 “\n+incdir+” d “/” $0;}’