Hi, I'm new with alliance and I have some problems when compiling with asimut. Thank's in advance. The problems are: * I want to initialize a SIGNAL inside a vehavioural description but I get "parse error illegal declaration" : SIGNAL sel_pc: bit_vector(1 downto 0):="00"; * I want to use a mixed vhdl description where the root file is structural but the instantiated components are behavioural vhdl files. The problem is when compiling, asimut compiles the root file and it's ok but then it looks for structural files (.vst) for the components and they don't exist because they are (.vbe). Does anybody know what I'm doing wrong ? Thank's again. Jaume