diff options
Diffstat (limited to 'testsuite/synth/issue1164/comp.vhdl')
-rw-r--r-- | testsuite/synth/issue1164/comp.vhdl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/synth/issue1164/comp.vhdl b/testsuite/synth/issue1164/comp.vhdl new file mode 100644 index 000000000..676b960a2 --- /dev/null +++ b/testsuite/synth/issue1164/comp.vhdl @@ -0,0 +1,8 @@ +library IEEE; +use IEEE.std_logic_1164.all; + +entity comp is + port ( + data : in std_logic_vector + ); +end comp; |