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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [bench/] [sysc/] [include/] [OrpsocMain.h] - Diff between revs 63 and 354

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

Rev 63 Rev 354
Line 51... Line 51...
 
 
//! The number of cycles of reset required
//! The number of cycles of reset required
#define BENCH_RESET_TIME      10
#define BENCH_RESET_TIME      10
 
 
//! CPU clock Half period in timescale units
//! CPU clock Half period in timescale units
#define BENCH_CLK_HALFPERIOD  20
#define BENCH_CLK_HALFPERIOD  10
 
 
//! System's internal RAM size in byes - found in rtl/verilog/orpsoc_top.v, param for ram_wb module
//! System's internal RAM size in byes - found in rtl/verilog/orpsoc_top.v, param for ram_wb module
//! Currently is 32MB (8M words)
//! Currently is 32MB (8M words)
#define ORPSOC_SRAM_SIZE (8388608*4)
#define ORPSOC_SRAM_SIZE (8388608*4)
 
 
Line 70... Line 70...
 
 
//! End of 2MB Flash memory
//! End of 2MB Flash memory
#define FLASH_END   0xf01fffff
#define FLASH_END   0xf01fffff
 
 
//! Default port for RSP to listen on
//! Default port for RSP to listen on
#define DEFAULT_RSP_PORT  51000
#define DEFAULT_RSP_PORT  50003
 
 
//! FIFO size for talking to the RSP connection
//! FIFO size for talking to the RSP connection
#define RSP_FIFO_SIZE  8
#define RSP_FIFO_SIZE  8
 
 
//! Maximum size of a RSP packet is used to return the value of all the
//! Maximum size of a RSP packet is used to return the value of all the

powered by: WebSVN 2.1.0

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