DEBSOURCES
Skip Quicknav
sources / ghdl / 5.0.1%2Bdfsg-1 / testsuite / synth / issue2753 / testsuite.sh
12345678
#! /bin/sh . ../../testenv.sh synth --out=verilog zybo_top.vhdl -e > syn_zybo_top.v grep -F '$signed(n1_o) * $signed(n2_o)' syn_zybo_top.v echo "Test successful"