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

Subversion Repositories potato

[/] [potato/] [trunk/] [benchmarks/] [platform.h] - Diff between revs 13 and 20

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

Rev 13 Rev 20
Line 6... Line 6...
// correspond to the "official" test platform, the Potato SoC for the Nexys4 board.
// correspond to the "official" test platform, the Potato SoC for the Nexys4 board.
 
 
#ifndef PLATFORM_H
#ifndef PLATFORM_H
#define PLATFORM_H
#define PLATFORM_H
 
 
 
// Clock frequency in Hz:
 
#define SYSTEM_CLK_FREQ 50000000
 
 
// Macro for using the addresses below in C code:
// Macro for using the addresses below in C code:
#define IO_ADDRESS(x)   ((volatile void *) x)
#define IO_ADDRESS(x)   ((volatile void *) x)
 
 
// Base addresses for the various peripherals in the system:
// Base addresses for the various peripherals in the system:
#define IMEM_BASE       0x00000000
#define IMEM_BASE       0x00000000

powered by: WebSVN 2.1.0

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