1 |
78957d3d
|
Arnaud Dieumegard
|
ERROR: Unable to parse source file : /home/adieumeg/Documents/Repositories/lustrec-tests/vhdl_json/vhdl_files/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1309.vhd
|
2 |
d93979b7
|
Arnaud Dieumegard
|
ERROR: Parse error at line 87 column 5:
|
3 |
|
|
|
4 |
|
|
77:
|
5 |
|
|
78: -- local variables
|
6 |
|
|
79: variable BITV : BV2 := B"11";
|
7 |
|
|
80: variable STRV : CH2 := "ab";
|
8 |
|
|
81: variable ShouldBeTime : TIME;
|
9 |
|
|
82:
|
10 |
|
|
83: variable k : integer := 0;
|
11 |
|
|
84:
|
12 |
|
|
85: BEGIN
|
13 |
|
|
86: -- Assign with a variable as the expression.
|
14 |
|
|
87: ( S, T ) <= BITV after 10 ns;
|
15 |
|
|
^
|
16 |
|
|
88: ShouldBeTime := NOW + 10 ns;
|
17 |
|
|
89: wait on S,T;
|
18 |
|
|
90: if (ShouldBeTime /= Now or S /= BITV(0) or T /= BITV(1)) then
|
19 |
|
|
91: k := 1;
|
20 |
|
|
92: end if;
|
21 |
|
|
93: assert (ShouldBeTime = NOW);
|
22 |
|
|
94: assert ((S = BITV( 0 )) and (T = BITV( 1 )));
|
23 |
|
|
95:
|
24 |
|
|
96: ( C1,C2 ) <= STRV after 10 ns;
|
25 |
|
|
97: ShouldBeTime := NOW + 10 ns;
|
26 |
|
|
|
27 |
78957d3d
|
Arnaud Dieumegard
|
WARN: Missing blame information for the following files:
|
28 |
|
|
WARN: * tc1309.vhd
|
29 |
|
|
WARN: This may lead to missing/broken features in SonarQube
|