VHDL-Forum - Syntax

VHDL error message

VHDL error message

Hi!

I've written some VHDL code and I got the following error message:

Error: Can't resolve multiple constant drivers for net sensor_sigte[1] at Simulacion_SSI.vhd(104)

Can anybody help me with this?
The code is posted below. If you need the complete program tell me and I'll send you. Of course I have posted here the part of the code I think is necessary for corrections.

Thanks!!!!!

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

ETAPA_ENVIO: process -- LÍNEA 104
begin
wait until (step=2);
case (sensor) is
when 1 =>
control

Re: VHDL error message

Hi Roberto!

In your 2nd process SINCRO you reseted sensor_sigte. As you don't use the signal afterwards and as you assign it in the upper process you should delete this line:

if (RESET='1') then
step