commit | 7a3f4789a8a6207f4d5bf2f9d457c5f7c5c2dbf7 | [log] [tgz] |
---|---|---|
author | Mohamed Kassem <mkk@efabless.com> | Tue Oct 27 12:31:18 2020 -0700 |
committer | Ahmed Ghazy <ax3ghazy@aucegypt.edu> | Wed Oct 28 22:58:29 2020 +0200 |
tree | 7f8ec5baa561b8d95b7b2981173c3b0446a56d47 | |
parent | 0445c08e6ae05805b5a8cb8319bbd3c321a04225 [diff] [blame] |
added ./scripts folder with misc purposes. THIS IS WORK IN PROGRESS
diff --git a/scripts/lvs.sh b/scripts/lvs.sh new file mode 100755 index 0000000..33d010f --- /dev/null +++ b/scripts/lvs.sh
@@ -0,0 +1,7 @@ +#!/bin/sh +/ef/apps/bin/netgen -noconsole << EOF +readnet spice $1.spice +readnet spice $1.sp +lvs {$1.spice sram_2_16_sky130} {sram_2_16_sky130.sp sram_2_16_sky130} setup.tcl sram_2_16_sky130.lvs.report +quit +EOF