1 |
d93979b7
|
Arnaud Dieumegard
|
WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.
|
2 |
|
|
ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1748.vhd
|
3 |
|
|
ERROR: Parse error at line 50 column 6:
|
4 |
|
|
|
5 |
|
|
40: BEGIN
|
6 |
|
|
41:
|
7 |
|
|
42: gate_1 <= '1' after 10 ns, '0' after 20 ns, '1' after 30 ns, '0' after 40 ns;
|
8 |
|
|
43: gate_2 <= gate_1 after 1 ns;
|
9 |
|
|
44: data_in <= '1' after 5 ns, '0' after 25 ns,
|
10 |
|
|
45: '1' after 35 ns, '0' after 36 ns,
|
11 |
|
|
46: '1' after 37 ns, '0' after 38 ns,
|
12 |
|
|
47: '1' after 39 ns, '0' after 40 ns,
|
13 |
|
|
48: '1' after 41 ns, '0' after 42 ns;
|
14 |
|
|
49:
|
15 |
|
|
50: B: block ((gate_1 and gate_2) = '1')
|
16 |
|
|
^
|
17 |
|
|
51: begin
|
18 |
|
|
52: data_pass <= data_in;
|
19 |
|
|
53: data_latch <= guarded data_in;
|
20 |
|
|
54: end block;
|
21 |
|
|
55:
|
22 |
|
|
56: TESTING: PROCESS(data_pass,data_latch)
|
23 |
|
|
57: variable ok : integer := 1;
|
24 |
|
|
58: BEGIN
|
25 |
|
|
59: if (now = 5 ns) then
|
26 |
|
|
60: if not(data_pass'event and data_pass = '1' and data_latch'quiet and data_latch = '0') then
|