From b405a27654f326eb1117c0eda8e7389a64fc5c94 Mon Sep 17 00:00:00 2001 From: "T. Meissner" Date: Mon, 7 Oct 2019 19:13:46 +0200 Subject: testsuite: Add formal tests (#57) * Add formal tests for shift operations * ci: build ghdl/synth:formal and run test suites in it * add testsuite/formal/testsuite.sh * create testsuite/issues * ci: remove a level of grouping * testenv: fix SYMBIYOSYS * refactor * testsuite/formal/shifts: Add check for shifts > vector length --- testsuite/issue11/test_or.vhdl | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 testsuite/issue11/test_or.vhdl (limited to 'testsuite/issue11/test_or.vhdl') diff --git a/testsuite/issue11/test_or.vhdl b/testsuite/issue11/test_or.vhdl deleted file mode 100644 index d39d064..0000000 --- a/testsuite/issue11/test_or.vhdl +++ /dev/null @@ -1,14 +0,0 @@ -library ieee; -use ieee.std_logic_1164.all; - -entity test_or is port ( - sel0, sel1: in std_logic; - c: out std_logic); -end test_or; - -architecture synth of test_or is -begin - - c <= sel1 or sel0; - -end synth; -- cgit v1.2.3