![]() |
![]() |
|||||||||||||||||||
|
|
ArchC Reference Platform
IntroductionThe ArchC Reference Platform (ARP) is a base framework for building platform models using ArchC simulators.It provides a basic structure composed of placeholders for the most common components in heterogenous platform models and scripts to handle these IPs in order to build and simulate platforms. At this time, a Makefile static structure and a script tool to pack and unpack platforms are fully functional. The main goal is to support users who want to integrate ArchC simulators into complete platform models, although new users may find it useful to introducing ArchC and SystemC. ARP Releases
ARP Quick StartA) Before starting ...Make sure you have all ARP requirements:
Optionally, you may need a cross compiler to generate code to your software application. B) Getting and Installing You can get ARP minimal package from the download table above. ARP minimal package contains the basic structure needed to run all platforms. Each ARP package contains a full platform, download at least one (this guide uses dual mips platform). $ tar xzmf arp_minimal-beta3.tgz Edit the toplevel Makefile and change the variables to point to your installation tree: PLATFORM := dual_mips.01 Finally build and run: $ make run You should get a shared FFT running on a dual MIPS platform. To explore platforms please take a look at doc folder inside platform/dual_mips.01.
|