From 67c15955db301ce9f3b388ec88505af68b8ef129 Mon Sep 17 00:00:00 2001 From: lkcl Date: Fri, 6 Mar 2020 16:42:12 +0000 Subject: [PATCH] experiment2 experimentation... --- experiments/Makefile | 3 ++- experiments/mksym.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/experiments/Makefile b/experiments/Makefile index e4cb645..894864b 100755 --- a/experiments/Makefile +++ b/experiments/Makefile @@ -2,9 +2,10 @@ LOGICAL_SYNTHESIS = Yosys PHYSICAL_SYNTHESIS = Coriolis - DESIGN_KIT = sxlib + DESIGN_KIT = nsxlib # YOSYS_FLATTEN = Yes + VST_FLAGS = --vst-use-concat USE_CLOCKTREE = Yes USE_DEBUG = No USE_KITE = No diff --git a/experiments/mksym.sh b/experiments/mksym.sh index cea54b0..621d64a 100755 --- a/experiments/mksym.sh +++ b/experiments/mksym.sh @@ -19,7 +19,7 @@ for script in "${ScriptsArray[@]}"; do fi done -declare -a LibsArray=("sxlib" "nsxlib" "nsxlib45" "cmos" +declare -a LibsArray=("sxlib" "nsxlib" "nsxlib45" "cmos" "mosis" ) for script in "${LibsArray[@]}"; do -- 2.30.2