From f35dee7cd0c8e1a8a5dc856e502a92cab4640964 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 28 Dec 2020 21:50:49 +0100 Subject: Removed outdated files. --- testsuite/python/units01/demo.vhdl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testsuite/python/units01/demo.vhdl (limited to 'testsuite/python/units01/demo.vhdl') diff --git a/testsuite/python/units01/demo.vhdl b/testsuite/python/units01/demo.vhdl deleted file mode 100644 index ed98c936a..000000000 --- a/testsuite/python/units01/demo.vhdl +++ /dev/null @@ -1,12 +0,0 @@ -entity e1 is -port ( - CLK: in std_logic; - RST: in std_logic; - Q: out std_logic_vector(7 downto 0) -); -end e1; - -architecture behav of e1 is -begin - assert false report "arch" severity note; -end behav; -- cgit v1.2.3