[myhdl-list] Beginners question
Brought to you by:
jandecaluwe
From: Thomas H. <th...@py...> - 2006-09-26 19:55:12
|
If I have two or more events in an always decorator: @always(a.negedge, b.negedge, delay(10)) def func(): ... how can I determine inside func which event is currently handled? (my first steps with myhdl) Thanks, Thomas |