diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 20:49:18 +0100 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2020-12-28 23:48:09 +0100 |
commit | 147375c38a56820595df54047ad904cdc21d94ec (patch) | |
tree | 2755bff7094e05d3580d9c2818af5e9916e7ead5 /testsuite/python/units01/demo.vhdl | |
parent | aec9873b7f2a175611f431b7f67840cdb74eee96 (diff) | |
download | ghdl-147375c38a56820595df54047ad904cdc21d94ec.tar.gz ghdl-147375c38a56820595df54047ad904cdc21d94ec.tar.bz2 ghdl-147375c38a56820595df54047ad904cdc21d94ec.zip |
merge testsuite/python into testsuite/pyunit
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; |