Guest
#2405053
Hi, i'm new to VHDL, i have this problem: i've an async signal, called REQUEST, and into my process, if the counter arrives to 5 and if the REQUEST signal went 1 in the previous period of clock, i must do something. my problem is that REQUEST is asynchronous, and its period should be less long than clock's period, so i can't check it every positive edge of clock with the usual clock'event and clock='1'…. how can i solve this problem? thanks!