GETTING STARTED A
2-6
2.4.2 Terminal Emulation-to-Cyclone EP Communication Support
1. Invoke the terminal emulation program that you are using to communicate with the Cyclone EP.
2. To establish communication between the terminal emulation program and MON960, press
<ENTER>. The MON960 prompt should appear. If it does not, press the RESET button.
3. When the MON960 prompt appears,
enter do to download:
=> do
4. Start your terminal emulation program transfer mode and send SIEVE.XX. The following message
displays when transfer completes:
-- Download complete --
Start address is: XXXXXXX=>
5. To execute your program: at the MON960 prompt, enter go:
=> go
(go = go from start or continue from breakpoint)
The messages in Figure 2-2 display when the program completes (times may vary slightly). The
example program has now been successfully compiled, assembled, linked, downloaded and executed.
Figure 2-2. Program Execution Messages
>>> Start of sieves test. <<<
Sieve of Eratosthenes (scaled to 10 Iterations)
Array Size Primes Last Prime BenchTime
(Bytes) Found (Sec)
8191 1899 16381 0.060
10000 2261 19997 0.073
20000 4202 39989 0.149
40000 7836 79999 0.301
80000 14683 160001 0.610
160000 27607 319993 1.235
Relative to 10 Iterations and the 8191 Array Size:
Average BenchTime = 0.061 (sec)
>>> End of sieves test. <<<
Program Exit: 0
=>