Z
Zara
Guest
On Mon, 13 Nov 2006 23:35:02 GMT, james <george@washington.edu> wrote:
if rising_edge(SUN) then
if visible(MAMOUTH) then
hunt(MAMMOUTH);
eat_as_much_as_you_can();
else
hungry<='1';
end if;
end if;
Maybe I should trie to harvest berries to avoid this hungry signal
being asserted! As soon as copper=(others=>'1') I will start on it.
On Sun, 12 Nov 2006 06:19:50 -0800, "ec" <wavesoft@netvision.net.il
wrote:
+++Hi All
+++
+++Is VHDL just for qualified emgimeers ?
+++
+++I am a old elect. techition with alot of experince and knowledge.
+++
+++I want to get into VHDL based designing.
+++
+++What are my theoretical chances ?
+++Thanks
+++ec
+++
***********
Based on your typing skills, you are going to spend a huge amount of
time debugging the syntax errors that should abound in your code.
Other than that a cave man can learn VHDL.
if rising_edge(SUN) then
if visible(MAMOUTH) then
hunt(MAMMOUTH);
eat_as_much_as_you_can();
else
hungry<='1';
end if;
end if;
Maybe I should trie to harvest berries to avoid this hungry signal
being asserted! As soon as copper=(others=>'1') I will start on it.