We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f111cb7 commit 762f6f2Copy full SHA for 762f6f2
ci.sh
@@ -25,6 +25,7 @@ make all GNATMAKE="gnatmake -j4"
25
sudo make install
26
cd ..
27
28
+which ghdl
29
ghdl --version
30
31
set +x
@@ -73,15 +74,19 @@ curl -L $url | tar zxf -
73
74
#ls
75
#ls oss-cad-suite/lib
76
77
+set -x
78
+echo $PATH
79
PATH=$PATH:$PWD/oss-cad-suite/bin
80
81
82
83
84
#echo "yosys-config output:"
85
#for f in cxx cxxflags ldflags ldlibs; do
86
# echo -n " --$f: "
87
# yosys-config --$f
88
#done
89
+set +x
90
91
gend
92
}
@@ -96,7 +101,7 @@ gstart "[Build] plugin" "$ANSI_MAGENTA"
96
101
make LDFLAGS="$PWD/oss-cad-suite/lib/libstdc++.so.6"
97
102
cp ghdl.so /tmp/ghdl_yosys.so
98
103
99
-#ldd ghdl.so
104
+ldd ghdl.so
100
105
106
107
0 commit comments