> ------------------------------------------------------------------- > > Posted on : 2001/12/18 22:51:33 > by : cvieri@microdisplay.com > subject : BUG Tool: graal reports an error in the techno file > version : Alliance 4.0.6 > > ------------------------------------------------------------------- > > Problem description : > --------------------- > > graal reports an error in the techno file > When I run graal on the amd2901 tutorial it reports this error. > Also, the techno(5) man page is missing, so I can't track > down what definitions might be missing. > > > cvieri@euler>graal heart > > @@@@ @ @@@@ > @@ @@ @@ > @@ @ @@ > @@ @@@ @@@ @@@@ @@@@ @@ > @@ @@@ @@ @@ @ @@ @ @@ > @@ @@@@@ @@ @@ @@ @@ @@ @@ @@ > @@ @ @@ @@ @@@@@ @@@@@ @@ > @@ @ @@ @@ @@ @@ @@ @@ @@ > @@ @@ @@ @@ @@ @@ @@ @@ > @@ @@ @@ @@ @@@ @@ @@@ @@ > @@@@ @@@@ @@@@ @@ @@@@ @@ @@@@@@ > > Graphic layout editor > > Alliance CAD System 4.0.6, graal 1.27 > Copyright (c) 1999-2001, ASIM/LIP6/UPMC > Author(s): Ludovic Jacomme and Frederic Venot > E-mail support: alliance-support@asim.lip6.fr > > rpr:rprparse.2563 error unexpected end of file, missing definitions > in technological file /usr/local/alliance/archi/Linux/etc/cmos_7.rds Hello, Graal is statically linked against the rds library. You can't run this graal with cmos_7.rds, its parser is expecting tables that you won't find in cmos_7.rds. You should always use the latest rds file (cmos_12.rds). Try a diff between cmos_7.rds and cmos_12.rds, you will see many changes... Regards, Pierre Nguyen Tuong.