summaryrefslogtreecommitdiffstats
path: root/func.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support for RISCV32 systems with CLINT/PLICJiri Gaisler2020-12-151-1/+2
|
* Added emulation of GR740 SOC2.25Jiri Gaisler2020-12-011-1/+1
| | | | * Only limited functionality with standard peripherals
* Make grlib IP cores more modular and move them to grlib.cJiri Gaisler2020-12-011-26/+13
|
* Add networking support using host tap device2.23Jiri Gaisler2020-10-281-6/+7
| | | | | | * 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/+18
| | | | | * Active during cpu power-down to avoid run-away sim time. Useful for interactive applications.
* Fix incorrect operation on big-endian hostsJiri Gaisler2020-02-291-3/+3
|
* Avoid reserved word sparc on SPARC hostsJiri Gaisler2020-02-261-1/+1
|
* Cross-platform support for async gdb break (ctrl-c)Jiri Gaisler2019-11-141-37/+25
|
* Support building on MinGW-W64/MSYS22.19Jiri Gaisler2019-11-091-6/+12
| | | | * Depends on MinGW64-readline to build
* Improve gdb watchpoint handlingJiri Gaisler2019-11-081-0/+2
| | | | | * show old/new values * stop at correct instruction
* Added support for gdb hw break/watchpointsJiri Gaisler2019-11-021-17/+13
|
* Fix C formatting with indentJiri Gaisler2019-06-111-938/+1206
|
* Silence warnings when compiled with LLVMJiri Gaisler2019-06-111-15/+9
|
* Made L1 cache optional through --enable-l1cacheJiri Gaisler2019-05-281-9/+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-4/+17
| | | | * Also improve timing accuracy for certain instructions
* Standalone sis - initial commitJiri Gaisler2019-05-141-0/+1362