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 "caravan.spice caravan" "../verilog/gl/caravan.v caravan" ./sky130A_setup.tcl comp.out
|