experiment2 experimentation...
authorlkcl <lkcl@lkcl.net>
Fri, 6 Mar 2020 16:42:12 +0000 (16:42 +0000)
committerlkcl <lkcl@lkcl.net>
Fri, 6 Mar 2020 16:42:12 +0000 (16:42 +0000)
experiments/Makefile
experiments/mksym.sh

index e4cb645473afdddd0ee94af5f60d11f7180586fe..894864b2d2105204826550252b08c85ad4d5573a 100755 (executable)
@@ -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
index cea54b06fc1bb6caba378fc8b30b863bb6aed435..621d64a5a5e3baa5de6c24459a5b85eeb5ec42f7 100755 (executable)
@@ -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