From 222ce2ca08fb5c3b1ae9d24efe4e829dfd4b617f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 4 Mar 2020 14:18:05 +0000 Subject: [PATCH] add cmos to mksym.sh, disable YOSYS_FLATTEN --- experiments6/Makefile | 2 +- experiments6/mksym.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments6/Makefile b/experiments6/Makefile index c7c3f16..2c0fb37 100755 --- a/experiments6/Makefile +++ b/experiments6/Makefile @@ -4,7 +4,7 @@ PHYSICAL_SYNTHESIS = Coriolis DESIGN_KIT = nsxlib - YOSYS_FLATTEN = Yes +# YOSYS_FLATTEN = Yes CORE = fpmul64 USE_CLOCKTREE = Yes USE_DEBUG = No diff --git a/experiments6/mksym.sh b/experiments6/mksym.sh index cea54b0..99078a9 100755 --- a/experiments6/mksym.sh +++ b/experiments6/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" "mosis" "cmos" ) for script in "${LibsArray[@]}"; do -- 2.30.2