C
chaitanyakurmala@gmail.co
Guest
dear all
i am having a doubt in vhdl process(....)
if i define
process(clk1,clk2)
{
.......
........
}
if 1st clk1 occured and if it takes 5 sec to complete whole process and
if in 3rd sec clk2 has triggered. will the process stops in the middle
and respond to clk2 or it will continue and respond to clk2 after end
of process invoked by clk1
i am having a doubt in vhdl process(....)
if i define
process(clk1,clk2)
{
.......
........
}
if 1st clk1 occured and if it takes 5 sec to complete whole process and
if in 3rd sec clk2 has triggered. will the process stops in the middle
and respond to clk2 or it will continue and respond to clk2 after end
of process invoked by clk1