wuzzaap123
Programmer
I have problems using the transport statement in vhdl.
This is what i have:
Pulse <= not SOC and MD;
ckl <= transport pulse after 20us;
for some reason my ckl signal is just my pulse signal. no matter what i adjust the delay to, ckl just replicates pulse. Is there something else I need to do that I'm not doing?
This is what i have:
Pulse <= not SOC and MD;
ckl <= transport pulse after 20us;
for some reason my ckl signal is just my pulse signal. no matter what i adjust the delay to, ckl just replicates pulse. Is there something else I need to do that I'm not doing?