From 1bed1c1869aa996ef169265895b4d7b267516e60 Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 23 Feb 2023 14:19:10 -0800 Subject: [PATCH] Switched to sky90 for default synthesis --- synthDC/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthDC/Makefile b/synthDC/Makefile index 136e610d..d29c1133 100755 --- a/synthDC/Makefile +++ b/synthDC/Makefile @@ -12,7 +12,7 @@ export MOD ?= orig # title to add a note in the synth's directory name TITLE = # tsmc28, sky130, and sky90 presently supported -export TECH ?= tsmc28 +export TECH ?= sky90 # MAXCORES allows parallel compilation, which is faster but less CPU-efficient # Avoid when doing sweeps of many optimization points in parallel export MAXCORES ?= 1