From 6e9336d11dfc4f53dba234e1f02a2b0172461e0c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 25 Sep 2019 20:39:46 +0200 Subject: testsuite/synth: rename issueXX to synthXX for ghdlsynth-beta issues. --- testsuite/synth/issue34/module.vhdl | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 testsuite/synth/issue34/module.vhdl (limited to 'testsuite/synth/issue34/module.vhdl') diff --git a/testsuite/synth/issue34/module.vhdl b/testsuite/synth/issue34/module.vhdl deleted file mode 100644 index 67f3dd4b3..000000000 --- a/testsuite/synth/issue34/module.vhdl +++ /dev/null @@ -1,20 +0,0 @@ -library ieee; - use ieee.std_logic_1164.all; - -entity module is - port ( - clk : in std_logic; - a : in std_logic_vector(7 downto 0); - b : out std_logic_vector(7 downto 0) - ); -end module; - -architecture rtl of module is -begin - i_submodule : entity work.submodule - port map ( - clk => clk, - a => a, - b => b - ); -end rtl; -- cgit v1.2.3