Rev |
Log message |
Author |
Age |
Path |
1765 |
|
root |
5769d 20h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
1356 |
This commit was manufactured by cvs2svn to create branch 'stable_0_1_x'. |
|
7258d 08h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
1350 |
Mark a simulated cpu address as such, by introducing the new oraddr_t type |
nogj |
7260d 01h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
1319 |
cpu/sim memory accesses separation, tick, exception, nr. of operands, cycles count,... corrections. |
phoenix |
7376d 20h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
1315 |
missing declaration when defined STACK_ARGS |
phoenix |
7394d 17h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
1308 |
Gyorgy Jeney: extensive cleanup |
phoenix |
7464d 19h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
1265 |
simprintf now uses stack vargs -- same as printf |
markom |
7580d 04h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
1095 |
eval_reg replaced with the new evalsim_reg32 |
lampret |
8066d 15h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
997 |
PRINTF should be used instead of printf; command redirection repaired |
markom |
8161d 10h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
884 |
code cleaning - a lot of global variables moved to runtime struct |
markom |
8205d 08h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
823 |
Added configuration parameter for specifying stdout file filename. |
ivang |
8289d 04h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
704 |
exe_logs now print also l.nop 3 printfs |
markom |
8338d 07h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
515 |
uart test updated; simprintf updated |
markom |
8392d 08h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
344 |
added acv test for uart; sim debug now has verbose levels; lot of bugs fixed in uart model |
markom |
8443d 07h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
173 |
- profiler added, use e.g.:
make profiler
./sim -profile -fast executable
./profiler -g [-c]
(no special compiling options necessary) |
markom |
8535d 12h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
123 |
Bugs fixed:
- l.rfe temporarly disables exceptions
- l.sys does PC -= 4
- breakpoints now supported at peripheria locations
- uart0.rt/.tx nonexistent file segment fault
Other modifications:
- replaced string names to instruction indexes
- execute.c executes specified (in ISA table) function
- modified ISA table - flag needed for gdb
- added or32.c, which supports or32.h
- added new instructions l.mac, l.msb, l.maci, l.macrc
and their executing functions (opcodes to be revisited)
- added header acconfig.h
- modified configuration files |
markom |
8598d 05h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
75 |
simgetstr added. eval_mem32 replaced with evalsim_mem32. |
lampret |
8823d 11h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
44 |
%s bug fixed. |
lampret |
8959d 12h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |
7 |
Major update of the enviorment. Now uses autoconf and automake. The
simulator uses readline aswell to get input from the user. A number of
new files added, some modified. The libc directory is now called support. |
jrydberg |
9064d 03h |
/or1k/branches/stable_0_1_x/or1ksim/support/simprintf.c |