ok this time it was really embarrassing any way the (ghdl:compilation error ) problem was solved after installing ghdl_0.33-1jessie1_i386.deb
thank you everybody for help > Date: Sat, 7 May 2016 10:32:16 +0200 > From: tging...@free.fr > To: ghdl-discuss@gna.org > Subject: Re: [Ghdl-discuss] ghdl -r produces compilation error > > > by include i ment: > > USE work.pckg.all; > > > > my code is : > > [..] > > > package pckg.vhd code is (in different file ofcourse): > > > > ENTITY pckg IS > > TYPE my_type IS (hello,there); > > END ENTITY pckg; > > This is not a package, this is an entity. > You should write: > package pckg is > ... > end pckg; > > Regards, > Tristan. > > _______________________________________________ > Ghdl-discuss mailing list > Ghdl-discuss@gna.org > https://mail.gna.org/listinfo/ghdl-discuss
_______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss