summaryrefslogtreecommitdiffstats
path: root/leon3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-29Add basic DSU support present on GR712RCHEADmasterSebastian Huber1-0/+1
2022-10-26Add -extirq option to support simulating the UT700Sebastian Huber1-2/+3
2021-08-04Support extended interrupts2.29Sebastian Huber1-0/+3
2020-12-15Added support for RISCV32 systems with CLINT/PLICJiri Gaisler1-2/+2
2020-12-01Make grlib IP cores more modular and move them to grlib.cJiri Gaisler1-1017/+51
2020-10-28Add networking support using host tap device2.23Jiri Gaisler1-7/+13
2020-02-29Fix incorrect operation on big-endian hostsJiri Gaisler1-3/+3
2019-11-08Remove unused variable xcpuJiri Gaisler1-5/+4
2019-11-02Fix typo that caused cygwin build errorJiri Gaisler1-1/+1
2019-06-11Fix C formatting with indentJiri Gaisler1-107/+122
2019-06-11Avoid array out of bounds warning on RISC-VJiri Gaisler1-1/+1
2019-06-11Silence warnings when compiled with LLVMJiri Gaisler1-7/+8
2019-05-28Made L1 cache optional through --enable-l1cacheJiri Gaisler1-22/+71