Guest
Hi everyone
i want to model a buffer by VHDL
i have a series of assign statemnet which assign the output of the
gates to diffrent signals,
here is couple lines of what i have.
msti(i).hgrant <= hgrant(i);
msti(i).hready <= hready;
msti(i).hrdata <= hrdata;
msti(i).hresp <= hresp; ,
it's working verywell by itself, but i need to synthesis it, and
after synthesising i get error on them , and need a buffer to store
the output and then assign the the value to to the right hand signals.
how can i add the buffer?
thank you
i want to model a buffer by VHDL
i have a series of assign statemnet which assign the output of the
gates to diffrent signals,
here is couple lines of what i have.
msti(i).hgrant <= hgrant(i);
msti(i).hready <= hready;
msti(i).hrdata <= hrdata;
msti(i).hresp <= hresp; ,
it's working verywell by itself, but i need to synthesis it, and
after synthesising i get error on them , and need a buffer to store
the output and then assign the the value to to the right hand signals.
how can i add the buffer?
thank you