VHDL-Forum - Anfänger

mehrfache zuweisung auf eine variable

mehrfache zuweisung auf eine variable

hallo habe folgendes problem:

ENTITY ab IS
PORT(
a, b: IN STD_LOGIC;
c: BUFFER INTEGER
);
END ab;

ARCHITECTURE cd OF ab IS
BEGIN
p1: PROCESS( a,b )
BEGIN
IF RISING_EDGE(a) THEN
c