[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [oc] vhdl question



how about delaying read towice with FF
or using counter?
----- Original Message -----
Sent: Friday, June 20, 2003 10:01 AM
Subject: [oc] vhdl question

Hey guys,
I had a question. I have a combinational statement in VHDL as given below.
 
start <= '1' when read='1' and addr(7 downto 0)="11111111" else '0';
 
Now what happens here is that read goes high only for one clock cycle and hence so does start. How can I make start stay high for 2 or more clock cycles and then go low ?
 
-----------------------------------------------------------------
Saumil Merchant
University of Tennessee
http://web.utk.edu/~smerchan
-----------------------------------------------------------------