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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [default.cfg] - Diff between revs 409 and 424

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 409 Rev 424
Line 16... Line 16...
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
section memory
section memory
  memory_table_file = "defaultmem.cfg"
 
  /*random_seed = 12345
  /*random_seed = 12345
  type = random*/
  type = random*/
  pattern = 0x00
  pattern = 0x00
  type = unknown /* Fastest */
  type = unknown /* Fastest */
 
 
 
  nmemories = 2
 
  device 0
 
    name = "RAM"
 
    ce = 0
 
    baseaddr = 0x00000000
 
    size = 0x00200000
 
    delayr = 10
 
    delayw = -1
 
  enddevice
 
 
 
  device 1
 
    name = "FLASH"
 
    ce = 1
 
    baseaddr = 0x40000000
 
    size = 0x00200000
 
    delayr = 2
 
    delayw = 4
 
  enddevice
end
end
 
 
section cpu
section cpu
  ver = 0x1200
  ver = 0x1200
  rev = 0x0001
  rev = 0x0001

powered by: WebSVN 2.1.0

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