#! /bin/sh . ../../testenv.sh analyze_failure test.vhdl clean export GHDL_STD_FLAGS=--std=08 analyze_failure test.vhdl clean echo "Test successful" ernate' title='Atom feed' href='http://openwrt.panaceas.org/cgit/iCE40/yosys/atom/manual/PRESENTATION_Prog/sigmap_test.v?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/manual/PRESENTATION_Prog/sigmap_test.v
blob: 18dcf5eb78ecb4647249b4d3b2c3eb5c3169115d (plain)
1
2
3
module test(input a, output x, y);
assign x = a, y = a;
endmodule