Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Signal related problem ----Stop the output (Urgent)

module simplemotion(motion,key_0, CLK_50M,VCC); output motion; input key_0; input CLK_50M; input VCC; slowclock(CLK_50M, pulse); wire pulse; reg motion; ...