![]() |
VHDL Case Statement
Is it possible to have a case statement where it only changes state on the positive edge of the clock? For instance in the statement below, I only want A to be changed on the positive (rising) edge of num.
case (num) is when '0' => A<='0'; when others => A<=1; end case; For the when lines can I use: when '0 and event' or something like that? |
| All times are GMT. The time now is 04:48 AM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.