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

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [designs/] [leon3-altera-ep2s60-sdr/] [README.txt] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
 
2
This leon3 design is tailored to the Altera NiosII Startix2
3
Development board, with 32-bit SDR SDRAM and 1 Mbyte of SRAM.
4
Later versions of this board used DDR RAM, for which you should
5
use the leon3-altera-ep2s60-ddr template design.
6
 
7
 
8
* The SMSC LAN91C111 10/100 Ethernet controller is attached
9
  to the I/O area of the memory controller at address 0x20000300.
10
  The ethernet interrupt is connected to GPIO[4], i.e. IRQ4.
11
 
12
* How to program the flash prom with a FPGA programming file
13
 
14
  1. Create a hex file of the programming file with Quartus.
15
 
16
  2. Convert it to srecord and adjust the load address:
17
 
18
        objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec
19
 
20
  3. Program the flash memory using grmon:
21
 
22
      flash erase 0x800000 0xb00000
23
      flash load fpga.srec
24
 
25
 

powered by: WebSVN 2.1.0

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