alliance-support '01
Re: BUG Tool: pb dallocation mmoire avec syf


Ludovic JACOMME (Ludovic.JACOMME@asim.lip6.fr)
Fri, 2 Nov 2001 17:59:37 +0100

Hi, On Fri, Nov 02, 2001 at 05:14:39PM +0100, thomas.rouam@asim.lip6.fr wrote: > > Problem description : > --------------------- > > pb dallocation mmoire avec syf > Lors de la synthèse d'un automate (.fsm) avec SYF, j'ai une erreur : > autalloc.110 null size alloc error, can't continue ! > .... Your FSM description doesn't respect the fsm file format (see fsm(5) for details) You wrote those concurrent assignment outside the main process (theta function): e_idle <= '1' when EP = IDLE else '0'; e_ram <= '1' when EP = RAM else '0'; e_calchp <= '1' when EP = CALCHP else '0'; e_calchph <= '1' when EP = CALCHPH else '0'; e_hadout <= '1' when EP = HADOUT else '0'; e_waitfifo <= '1' when EP = WAITFIFO else '0'; You must assign FSM outputs inside the process which describe the transition functions (you called it, theta function in you description) > > Pour reproduire le bug, juste un syf -a sur le fichier joint suffit. Meme résultat avec -CVF > Best regards, (_) ___ Ludovic JACOMME _ _ ( ) ( ) ( ) ( 6 ) Laboratoire LIP6, Equipe ASIM ( ) (_) ( _ ) Couloir 65-66, 4eme etage Porte 405, ( )___ ( ) Universite P. et M. Curie (P6) (_____) (_) 4 place Jussieu, 75252 Paris Cedex 05 Tel: (33) 01.44.27.27.06 01.44.27.54.15 Fax: (33) 01.44.27.72.80 ICQ: 62526530 mailto: Ludovic.Jacomme@asim.lip6.fr http: //www-asim.lip6.fr/~ludo

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 02 November 2001.