diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 21:50:49 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2020-12-28 21:50:49 +0100 |
commit | f35dee7cd0c8e1a8a5dc856e502a92cab4640964 (patch) | |
tree | 6a0340a1cd7fc34cf475234a6389d827c000654e /testsuite/python/units01/demo.vhdl | |
parent | e5db6a80cf34db4b5ec84d8bd159fef837184e78 (diff) | |
download | ghdl-f35dee7cd0c8e1a8a5dc856e502a92cab4640964.tar.gz ghdl-f35dee7cd0c8e1a8a5dc856e502a92cab4640964.tar.bz2 ghdl-f35dee7cd0c8e1a8a5dc856e502a92cab4640964.zip |
Removed outdated files.
Diffstat (limited to 'testsuite/python/units01/demo.vhdl')
-rw-r--r-- | testsuite/python/units01/demo.vhdl | 12 |
1 files changed, 0 insertions, 12 deletions
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; |