Begin Alliance bug report 1.3 ------------------------------------------------------------------- Posted on : 1999 December 03 (Friday at 13:14) MET by : dea9037@asim.lip6.fr subject : BUG scmap : creation d'une architecture vide version : Alliance 3.2b ------------------------------------------------------------------- Problem description : --------------------- lorsqu'un fichier VBE est mal ecrit scmap passe outre sans prevenir l'utilisateur et cree un fichier qui ne contient aucune architecture. ce probleme a ete rencontre avec une mauvaise ecriture du PORT d'un VBE. Environnement : --------------- Platform : scmap controle controle How to reproduce the bug : -------------------------- entity controle is port( mode : in bit_vector(1 downto 0); generateur, multiplexeur, analyseur, : out bit ; vdd,vss : in bit); end controle; architecture vbe of controle is begin generateur <= not(mode(1)) and not(mode(0)); multiplexeur <= not(mode(1)) and mode(0); analyseur <= mode(1) and not(mode(0)); end; Finger Information : -------------------- [asim.lip6.fr] Login name: dea9037 In real life: ??? End Alliance bug report 1.3