summaryrefslogtreecommitdiffstats
path: root/sparc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for RISCV32 systems with CLINT/PLICJiri Gaisler2020-12-151-5/+5
|
* Add %asr22/23 support to leon32.24Jiri Gaisler2020-11-271-6/+19
|
* Add networking support using host tap device2.23Jiri Gaisler2020-10-281-1/+1
| | | | | | * Emulation of GRETH 10/100 Mbit MAC and PHY * Supported only on linux
* Add -rt option to synch sim to wall timeJiri Gaisler2020-10-251-0/+2
| | | | | * Active during cpu power-down to avoid run-away sim time. Useful for interactive applications.
* Map RISC-V FPU CSR on host cpu using fenv.hJiri Gaisler2020-09-091-4/+50
|
* Fix incorrect operation on big-endian hostsJiri Gaisler2020-02-291-1/+9
|
* Avoid reserved word sparc on SPARC hostsJiri Gaisler2020-02-261-1/+1
|
* Support building on MinGW-W64/MSYS22.19Jiri Gaisler2019-11-091-5/+6
| | | | * Depends on MinGW64-readline to build
* Replaced windows flushing with reg cacheJiri Gaisler2019-11-081-48/+32
|
* Improve gdb watchpoint handlingJiri Gaisler2019-11-081-1/+12
| | | | | * show old/new values * stop at correct instruction
* Added support for gdb hw break/watchpointsJiri Gaisler2019-11-021-0/+5
|
* Fix C formatting with indentJiri Gaisler2019-06-111-22/+25
|
* Silence warnings when compiled with LLVMJiri Gaisler2019-06-111-9/+9
|
* Made L1 cache optional through --enable-l1cacheJiri Gaisler2019-05-281-1/+23
| | | | | | | * Removed stale config.h * Updated autoconf script with relevant checks * Re-implemented leon3/grlib timer with less events * Bumped version to 2.15
* Add emulated L1 cache to SMP configurationsJiri Gaisler2019-05-271-21/+17
| | | | * Also improve timing accuracy for certain instructions
* Standalone sis - initial commitJiri Gaisler2019-05-141-0/+3462