aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2013-12-20 06:36:56 +0100
committerTristan Gingold <tgingold@free.fr>2013-12-20 06:36:56 +0100
commitbd674d4f2b4935a28981e71f0a689cc911a30b8d (patch)
tree29117fc7b150cbbc74359feedf35ecfad3264153 /testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd
parent6c3f709174e8e4d5411f851cedb7d84c38d3b04a (diff)
downloadghdl-bd674d4f2b4935a28981e71f0a689cc911a30b8d.tar.gz
ghdl-bd674d4f2b4935a28981e71f0a689cc911a30b8d.tar.bz2
ghdl-bd674d4f2b4935a28981e71f0a689cc911a30b8d.zip
Changes in the vests testsuite.
Some tests were 'fixed', some disabled. Need a second analysis.
Diffstat (limited to 'testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd')
-rw-r--r--testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd b/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd
index 18e9e4c75..b46a1223c 100644
--- a/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd
+++ b/testsuite/vests/vhdl-93/ashenden/compliant/ch_13_fg_13_20.vhd
@@ -46,8 +46,9 @@ library ieee; use ieee.std_logic_1164.all;
for flag_reg : reg
use entity work.reg(gate_level)
-- workaround for MTI bug mt023
- -- port map ( clock => clk, data_in => d, data_out => q );
- port map ( clock => clk, data_in => d, data_out => q, reset_n => '1' );
+ -- reverted for ghdl
+ port map ( clock => clk, data_in => d, data_out => q );
+ -- port map ( clock => clk, data_in => d, data_out => q, reset_n => '1' );
-- end workaround
-- . . .