forked from ArchC/ArchC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUGS
67 lines (54 loc) · 2.62 KB
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
KNOWN BUGS IN ARCHC 2.0 BETA3
-----------------------------
** acsim:
- Option -g (debug) does not do much, it only makes simulators generate
a trace file with the program counter
- Option -vb (verbose) does not work (model doesn't compile)
- Memory hierarchy does not work (it's not supported)
- acsim runs on a cycle-accurate model without warnings or errors, and
produces garbage instead of the required errors (since acsim should
not generate cycle-accurate simulators)
** actsim
- GDB integration (option -gdb) does not work (not yet supported for cycle-
accurate models)
- Options -g (debug) does not do much, it only makes simulators generate
a trace file with the program counter
- Option -vb (verbose) does not work (model does not compile)
- Memory hierarchy is not supported
** sourceforge acknowledged bugs:
- 1473565 - problem while loading application files on a big-endian host
KNOWN BUGS IN ARCHC 2.0 BETA2
-----------------------------
** acsim:
- Option -g (debug) does not do much, it only makes simulators generate
a trace file with the program counter
- Option -vb (verbose) does not work (model doesn't compile)
- Memory hierarchy does not work (it's not supported)
- acsim runs on a cycle-accurate model without warnings or errors, and
produces garbage instead of the required errors (since acsim should
not generate cycle-accurate simulators)
** actsim:
- Instantiation of multiple processors does not work properly
- GDB integration (option -gdb) does not work (not yet supported for cycle-
accurate models)
- Options -g and -vb are the same as in acsim
- Programs with multiple simulator instances will compile, but not run
properly
- Memory hierarchy is not supported
** general:
- accsim tool is not working
** sourceforge acknowledged bugs:
- 1473565 - problem while loading application files on a big-endian host
KNOWN BUGS IN ARCHC 2.0 BETA1
-----------------------------
** acsim:
- Option -g (debug) does not do much, it only makes simulators generate
a trace file with the program counter
- Option -s (stats) does not work (model doesn't compile)
- Option -vb (verbose) does not work (model doesn't compile)
- Memory hierarchy does not work (it's not supported)
- acsim runs on a cycle-accurate model without warnings or errors, and
produces garbage instead of the required errors (since acsim should
not generate cycle-accurate simulators)
** general:
- accsim tool is not working