oddball / ipxact2systemverilog

Translates IPXACT XML to synthesizable VHDL or SystemVerilog
GNU General Public License v2.0
56 stars 19 forks source link

Add test of that the systemverilog code can be compiled with slang #22

Closed oddball closed 3 years ago

oddball commented 3 years ago

https://github.com/MikePopoloski/slang

oddball commented 3 years ago
wget https://github.com/MikePopoloski/slang/releases/download/v0.6/slang-linux.tar.gz
tar -xvf slang-linux.tar.gz
slang/bin/slang
# slang/bin/slang: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by slang/bin/slang)
# slang/bin/slang: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by slang/bin/slang)
cat /etc/os-release
# PRETTY_NAME="Debian GNU/Linux 10 (buster)"
oddball commented 3 years ago

Added test of compile with verilator instead