OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk
    from Rev 97 to Rev 98
    Reverse comparison

Rev 97 → Rev 98

/stdalone/README
1,4 → 1,4
There are four different methods to run a standalone program.
There are four different ways to run a standalone program.
 
1. Simulator: Load the program with the '-l' command-line option
into the simulated memory; use '-a 0x10000' to set the load
11,12 → 11,11
'/boot/<progname.bin>' as the 'path to kernel'.
 
3. FPGA: Load the program with the help of the load server. Type
'loadserv <progname.exo>' on the PC side, and 'load 1' on the
FPGA side (which runs the machine monitor).
'loadserv <serial_device> <progname.exo>' on the PC side, and
'load 1' on the FPGA side (which runs the machine monitor).
 
4. FPGA: Pack the program onto a simulated disk (this will
4. FPGA: Pack the program onto a simulated disk and make the disk
available for use with the help of the disk server (this will
happen automatically if you use the Makefile target 'run-server'
in the subdirectory build/run). Make the disk available for
use with the help of the disk server. Type 'diskserv <disk.img>'
on the PC side, and 'boot 1' on the FPGA side (which runs the
machine monitor). Then proceed as in 2.
in the subdirectory build/run). Type 'boot 1' on the FPGA side
(which runs the machine monitor), and proceed as in 2.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.