Transaction-level modeling
- f bus-based systems with
Transaction-level modeling of bus-based systems with SystemC 2.0 - - PowerPoint PPT Presentation
Transaction-level modeling of bus-based systems with SystemC 2.0 Ric Hilderink, Thorsten Grtker Synopsys, Inc. Efficient platform modeling Get to executable platform model ASAP Simulation speed >> 100k cycles/sec C DSP BUS
2
3
4
5
... some_port->some_method(some_data); ...
6
7
8
9
10
11
12
13
14
15
sc_port<class IF, unsigned n_channels = 1> sc_port<class IF, unsigned n_channels = 1>
16
17
18
19
20
21
22
23
24
25
Statically sensitive to clock activated every cycle
26
Statically sensitive to clock activated every cycle
27
28
29
30
31
32
33
34
> cd <systemc_installation_directory>/examples/systemc > gtar zxvf simple_bus_v2.tgz This will create a directory 'simple_bus'. Go to this directory and build the executable, e.g. For gcc-2.95.2 on Solaris: > gmake -f Makefile.gcc … Now you can run the executable, e.g. > simple_bus.x
35
36
37
38
39
Priority (not direct master) Delay / timeout Bus locking on/off (not direct master)
Address ranges Number of wait-states (only slow memory)
Verbosity