aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_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_07_fg_07_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_07_fg_07_20.vhd')
-rw-r--r--testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd b/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd
index 793570c71..3e71220d1 100644
--- a/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd
+++ b/testsuite/vests/vhdl-93/ashenden/compliant/ch_07_fg_07_20.vhd
@@ -67,12 +67,12 @@ begin
dut : entity work.reg_ctrl
port map ( reg_addr_decoded, rd, wr, io_en, cpu_clk, reg_rd, reg_wr );
- stimulus : process is
+ stimulus_proc : process is
begin
all_possible_values( bv => test_vector,
delay_between_values => 10 ns );
wait;
- end process stimulus;
+ end process stimulus_proc;
(reg_addr_decoded, rd, wr, io_en, cpu_clk) <= test_vector;