pour reparer une erreur de syntaxe

This commit is contained in:
Franck Wajsburt 1999-09-24 17:32:09 +00:00
parent 81fcdc4e96
commit 59bc70b149
49 changed files with 1 additions and 50 deletions

View File

@ -25,6 +25,5 @@ END a2_x2;
ARCHITECTURE behaviour_data_flow OF a2_x2 IS
BEGIN
1040
q <= (i0 and i1) after 1000 ps;
END;

View File

@ -25,6 +25,5 @@ END a2_x4;
ARCHITECTURE behaviour_data_flow OF a2_x4 IS
BEGIN
1121
q <= (i0 and i1) after 1100 ps;
END;

View File

@ -31,6 +31,5 @@ END a3_x2;
ARCHITECTURE behaviour_data_flow OF a3_x2 IS
BEGIN
1125
q <= ((i0 and i1) and i2) after 1100 ps;
END;

View File

@ -31,6 +31,5 @@ END a3_x4;
ARCHITECTURE behaviour_data_flow OF a3_x4 IS
BEGIN
1196
q <= ((i0 and i1) and i2) after 1200 ps;
END;

View File

@ -37,6 +37,5 @@ END a4_x2;
ARCHITECTURE behaviour_data_flow OF a4_x2 IS
BEGIN
1182
q <= (((i0 and i1) and i2) and i3) after 1200 ps;
END;

View File

@ -37,6 +37,5 @@ END a4_x4;
ARCHITECTURE behaviour_data_flow OF a4_x4 IS
BEGIN
1254
q <= (((i0 and i1) and i2) and i3) after 1300 ps;
END;

View File

@ -19,6 +19,5 @@ END buf_x2;
ARCHITECTURE behaviour_data_flow OF buf_x2 IS
BEGIN
1008
q <= i after 1000 ps;
END;

View File

@ -19,6 +19,5 @@ END buf_x4;
ARCHITECTURE behaviour_data_flow OF buf_x4 IS
BEGIN
1008
q <= i after 1000 ps;
END;

View File

@ -19,6 +19,5 @@ END buf_x8;
ARCHITECTURE behaviour_data_flow OF buf_x8 IS
BEGIN
995
q <= i after 1000 ps;
END;

View File

@ -19,6 +19,5 @@ END inv_x1;
ARCHITECTURE behaviour_data_flow OF inv_x1 IS
BEGIN
739
nq <= not (i) after 700 ps;
END;

View File

@ -19,6 +19,5 @@ END inv_x2;
ARCHITECTURE behaviour_data_flow OF inv_x2 IS
BEGIN
762
nq <= not (i) after 800 ps;
nq <= not (i) after 700 ps;
END;

View File

@ -19,6 +19,5 @@ END inv_x4;
ARCHITECTURE behaviour_data_flow OF inv_x4 IS
BEGIN
742
nq <= not (i) after 700 ps;
END;

View File

@ -19,6 +19,5 @@ END inv_x8;
ARCHITECTURE behaviour_data_flow OF inv_x8 IS
BEGIN
732
nq <= not (i) after 700 ps;
END;

View File

@ -35,6 +35,5 @@ END mx2_x2;
ARCHITECTURE behaviour_data_flow OF mx2_x2 IS
BEGIN
1132
q <= ((i1 and cmd) or (not (cmd) and i0)) after 1100 ps;
END;

View File

@ -35,6 +35,5 @@ END mx2_x4;
ARCHITECTURE behaviour_data_flow OF mx2_x4 IS
BEGIN
1245
q <= ((i1 and cmd) or (not (cmd) and i0)) after 1200 ps;
END;

View File

@ -25,6 +25,5 @@ END na2_x1;
ARCHITECTURE behaviour_data_flow OF na2_x1 IS
BEGIN
894
nq <= not ((i0 and i1)) after 900 ps;
END;

View File

@ -25,6 +25,5 @@ END na2_x4;
ARCHITECTURE behaviour_data_flow OF na2_x4 IS
BEGIN
1206
nq <= not ((i0 and i1)) after 1200 ps;
END;

View File

@ -31,6 +31,5 @@ END na3_x1;
ARCHITECTURE behaviour_data_flow OF na3_x1 IS
BEGIN
969
nq <= not (((i0 and i1) and i2)) after 1000 ps;
END;

View File

@ -31,6 +31,5 @@ END na3_x4;
ARCHITECTURE behaviour_data_flow OF na3_x4 IS
BEGIN
1294
nq <= not (((i0 and i1) and i2)) after 1300 ps;
END;

View File

@ -37,6 +37,5 @@ END na4_x1;
ARCHITECTURE behaviour_data_flow OF na4_x1 IS
BEGIN
1037
nq <= not ((((i0 and i1) and i2) and i3)) after 1000 ps;
END;

View File

@ -37,6 +37,5 @@ END na4_x4;
ARCHITECTURE behaviour_data_flow OF na4_x4 IS
BEGIN
1373
nq <= not ((((i0 and i1) and i2) and i3)) after 1400 ps;
END;

View File

@ -37,6 +37,5 @@ END nao2o22_x1;
ARCHITECTURE behaviour_data_flow OF nao2o22_x1 IS
BEGIN
981
nq <= not (((i0 or i1) and (i2 or i3))) after 1000 ps;
END;

View File

@ -37,6 +37,5 @@ END nao2o22_x4;
ARCHITECTURE behaviour_data_flow OF nao2o22_x4 IS
BEGIN
1403
nq <= not (((i0 or i1) and (i2 or i3))) after 1400 ps;
END;

View File

@ -35,6 +35,5 @@ END nmx2_x1;
ARCHITECTURE behaviour_data_flow OF nmx2_x1 IS
BEGIN
1009
nq <= not (((i0 and not (cmd)) or (i1 and cmd))) after 1000 ps;
END;

View File

@ -35,6 +35,5 @@ END nmx2_x4;
ARCHITECTURE behaviour_data_flow OF nmx2_x4 IS
BEGIN
1300
nq <= not (((i0 and not (cmd)) or (i1 and cmd))) after 1300 ps;
END;

View File

@ -25,6 +25,5 @@ END no2_x1;
ARCHITECTURE behaviour_data_flow OF no2_x1 IS
BEGIN
903
nq <= not ((i0 or i1)) after 900 ps;
END;

View File

@ -25,6 +25,5 @@ END no2_x4;
ARCHITECTURE behaviour_data_flow OF no2_x4 IS
BEGIN
1210
nq <= not ((i0 or i1)) after 1200 ps;
END;

View File

@ -31,6 +31,5 @@ END no3_x1;
ARCHITECTURE behaviour_data_flow OF no3_x1 IS
BEGIN
1010
nq <= not (((i0 or i1) or i2)) after 1000 ps;
END;

View File

@ -31,6 +31,5 @@ END no3_x4;
ARCHITECTURE behaviour_data_flow OF no3_x4 IS
BEGIN
1317
nq <= not (((i0 or i1) or i2)) after 1300 ps;
END;

View File

@ -37,6 +37,5 @@ END no4_x1;
ARCHITECTURE behaviour_data_flow OF no4_x1 IS
BEGIN
1101
nq <= not ((((i0 or i1) or i2) or i3)) after 1100 ps;
END;

View File

@ -37,6 +37,5 @@ END no4_x4;
ARCHITECTURE behaviour_data_flow OF no4_x4 IS
BEGIN
1415
nq <= not ((((i0 or i1) or i2) or i3)) after 1400 ps;
END;

View File

@ -37,6 +37,5 @@ END noa2a22_x1;
ARCHITECTURE behaviour_data_flow OF noa2a22_x1 IS
BEGIN
968
nq <= not (((i0 and i1) or (i2 and i3))) after 1000 ps;
END;

View File

@ -37,6 +37,5 @@ END noa2a22_x4;
ARCHITECTURE behaviour_data_flow OF noa2a22_x4 IS
BEGIN
1394
nq <= not (((i0 and i1) or (i2 and i3))) after 1400 ps;
END;

View File

@ -28,7 +28,6 @@ BEGIN
label0 : BLOCK (cmd = '1')
BEGIN
848
nq <= GUARDED not (i) after 800 ps;
END BLOCK label0;

View File

@ -28,7 +28,6 @@ BEGIN
label0 : BLOCK (cmd = '1')
BEGIN
928
nq <= GUARDED not (i) after 900 ps;
END BLOCK label0;

View File

@ -33,6 +33,5 @@ END nxr2_x1;
ARCHITECTURE behaviour_data_flow OF nxr2_x1 IS
BEGIN
1100
nq <= not ((i0 xor i1)) after 1100 ps;
END;

View File

@ -33,6 +33,5 @@ END nxr2_x4;
ARCHITECTURE behaviour_data_flow OF nxr2_x4 IS
BEGIN
1163
nq <= not ((i0 xor i1)) after 1200 ps;
END;

View File

@ -25,6 +25,5 @@ END o2_x2;
ARCHITECTURE behaviour_data_flow OF o2_x2 IS
BEGIN
1003
q <= (i0 or i1) after 1000 ps;
END;

View File

@ -25,6 +25,5 @@ END o2_x4;
ARCHITECTURE behaviour_data_flow OF o2_x4 IS
BEGIN
1087
q <= (i0 or i1) after 1100 ps;
END;

View File

@ -31,6 +31,5 @@ END o3_x2;
ARCHITECTURE behaviour_data_flow OF o3_x2 IS
BEGIN
1104
q <= ((i0 or i1) or i2) after 1100 ps;
END;

View File

@ -31,6 +31,5 @@ END o3_x4;
ARCHITECTURE behaviour_data_flow OF o3_x4 IS
BEGIN
1220
q <= ((i0 or i1) or i2) after 1200 ps;
END;

View File

@ -37,6 +37,5 @@ END o4_x2;
ARCHITECTURE behaviour_data_flow OF o4_x2 IS
BEGIN
1224
q <= (((i0 or i1) or i2) or i3) after 1200 ps;
END;

View File

@ -37,6 +37,5 @@ END o4_x4;
ARCHITECTURE behaviour_data_flow OF o4_x4 IS
BEGIN
1317
q <= (((i0 or i1) or i2) or i3) after 1300 ps;
END;

View File

@ -32,6 +32,5 @@ BEGIN
sff_m <= GUARDED i;
END BLOCK label0;
1685
q <= sff_m after 1700 ps;
END;

View File

@ -44,6 +44,5 @@ BEGIN
sff_m <= GUARDED ((i1 and cmd) or (i0 and not (cmd)));
END BLOCK label0;
1933
q <= sff_m after 1900 ps;
END;

View File

@ -28,7 +28,6 @@ BEGIN
label0 : BLOCK (cmd = '1')
BEGIN
1089
q <= GUARDED i after 1100 ps;
END BLOCK label0;

View File

@ -28,7 +28,6 @@ BEGIN
label0 : BLOCK (cmd = '1')
BEGIN
1222
q <= GUARDED i after 1200 ps;
END BLOCK label0;

View File

@ -33,6 +33,5 @@ END xr2_x1;
ARCHITECTURE behaviour_data_flow OF xr2_x1 IS
BEGIN
1002
q <= (i0 xor i1) after 1000 ps;
END;

View File

@ -33,6 +33,5 @@ END xr2_x4;
ARCHITECTURE behaviour_data_flow OF xr2_x4 IS
BEGIN
1253
q <= (i0 xor i1) after 1300 ps;
END;