projects
/
soclayout.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5736106
)
experiment2 experimentation...
author
lkcl
<lkcl@lkcl.net>
Fri, 6 Mar 2020 16:42:12 +0000
(16:42 +0000)
committer
lkcl
<lkcl@lkcl.net>
Fri, 6 Mar 2020 16:42:12 +0000
(16:42 +0000)
experiments/Makefile
patch
|
blob
|
history
experiments/mksym.sh
patch
|
blob
|
history
diff --git
a/experiments/Makefile
b/experiments/Makefile
index e4cb645473afdddd0ee94af5f60d11f7180586fe..894864b2d2105204826550252b08c85ad4d5573a 100755
(executable)
--- a/
experiments/Makefile
+++ b/
experiments/Makefile
@@
-2,9
+2,10
@@
LOGICAL_SYNTHESIS = Yosys
PHYSICAL_SYNTHESIS = Coriolis
- DESIGN_KIT = sxlib
+ DESIGN_KIT =
n
sxlib
# 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 cea54b06fc1bb6caba378fc8b30b863bb6aed435..621d64a5a5e3baa5de6c24459a5b85eeb5ec42f7 100755
(executable)
--- 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