Altera_Forum
Honored Contributor
18 years agoSimulator MAX+plus II
Please, can someone help me with simulator in ALTERA?
I'm not so good in Altera MAX+PLUS II :( In attachment is my .gdf file... http://rapidshare.com/files/81772933/altera.zip.htmlPlease, can someone help me with simulator in ALTERA?
I'm not so good in Altera MAX+PLUS II :( In attachment is my .gdf file... http://rapidshare.com/files/81772933/altera.zip.htmlHi Momo,
what problem do you have ?:confused:Hello,
your LFSR won't start, unless at least one register holds a "one", the LFSR has 2**n-1 states, excluding the all zero state, as known from the theory. I connected the a set input to the nReset signal and added an output for easier simulation. All you have to do is do set the end time, define the Reset and Clock input signals in waveform editor and start the simulation, which produces the expected LFSR signal with a 63 clocks period. Regards, FrankThank you FvM ;)