summaryrefslogtreecommitdiff
path: root/sim/v850/sim-main.h
blob: 6cd7ecce2c620d0285db4f3432c99cbe8aa761f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef SIM_MAIN_H
#define SIM_MAIN_H

/* The v850 has 32bit words, numbered 31 (MSB) to 0 (LSB) */

#define WITH_TARGET_WORD_MSB 31

#include "sim-basics.h"
#include "sim-base.h"

/**
 * TODO: Move these includes to the igen files that need them.
 * This requires extending the igen syntax to support header includes.
 */
#include "sim-signal.h"
#include "v850-sim.h"

#endif