Forum Discussion
Altera_Forum
Honored Contributor
8 years agoAM transmitter behaves weird (Cyclone II)
Hello. I tried to make AM transmitter and I got petty wird behavior. This code, which I post here was the only one I got working. Problems start appearing when I change div2(17) or div2(13) to any o...
Altera_Forum
Honored Contributor
8 years agoRestart your design using synchronous (clock edge sensitive) logic. Presently you are implementing weird things like asynchronous counters. They possibly work in a simulation but never in real hardware.