Hi,
I work on a simple System on Chip. I have a cpu, a bus and a ram.
When I compile the following code I got a error message.
The code is:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "systemc.h"
//Use an OVP Microblaze 8.2 processor model
#include "xilinx.ovpworld.org/processor/microblaze/1.0/tlm2.0/microblaze_V8_20.igen.hpp"
#include "ovpworld.org/modelSupport/tlmPlatform/1.0/tlm2.0/tlmPlatform.hpp"
//Use Memory
#include "ovpworld.org/memory/ram/1.0/tlm2.0/tlmMemory.hpp"
//Use Bus
#include "ovpworld.org/modelSupport/tlmDecoder/1.0/tlm2