W
Wong
Guest
usenet_10@stanka-web.de (Thomas Stanka) wrote in message news:<ef424d2c.0411280650.2041b819@posting.google.com>...
are detecting both rising edge at the same time exactly.
Yes, I am totally agree. I don't think this is going to work since youam.imak@gmail.com (Mohammed khader) wrote:
If you intend to do then use nested rising edge if statements as
follows..
if(clk=1 and clk'Event)then
if(p=1 and p'Event)then
Q <=Q+1 ;
end if ;
end if ;
I don't believe, that this piece of code will synthesis correctly.
Never use two clocks in one process for synthesisable code.
bye Thomas
are detecting both rising edge at the same time exactly.