mirror of https://github.com/efabless/caravel.git
5 lines
142 B
Bash
5 lines
142 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
export NETGEN_COLUMNS=60
|
||
|
netgen -batch lvs "caravel.spice caravel" "../verilog/gl/caravel.v caravel" ./sky130A_setup.tcl comp.out
|