|
28af695592
|
adds vector support to m and mu priv wrapper
|
2025-03-31 10:16:01 +02:00 |
|
|
31c6bb55f4
|
applies clang format
|
2025-03-16 14:38:45 +01:00 |
|
|
54233b448d
|
moves mmu related code into mmu unit
|
2025-03-16 08:50:01 +01:00 |
|
|
23842742a6
|
factors clic & pmp into separate units
|
2025-03-13 12:13:41 +01:00 |
|
|
fb0f6255e9
|
replaces virtual functions with memory pointers (kind of)
|
2025-03-11 08:31:25 +01:00 |
|
|
57d5ea92be
|
moves common functionality to base class
|
2025-03-10 16:00:26 +01:00 |
|
|
383d762abc
|
applies clang-format and updates SystemC HTIF implementation
|
2025-03-06 12:10:12 +01:00 |
|
|
9f5326c110
|
extends htif for 32bit systems
|
2025-02-13 13:39:47 +01:00 |
|
|
d907dc7f54
|
corrects tohost functionality and minor cleanup
|
2024-11-22 17:35:12 +01:00 |
|
|
75e81ce236
|
copies new tohost implemenation from hart_m_p
|
2024-11-14 16:51:26 +01:00 |
|
|
2f3abf2f76
|
adds namespaces for ELFIO
|
2024-09-23 11:55:18 +02:00 |
|
|
62768bf81e
|
applies clang format
|
2024-09-23 10:05:33 +02:00 |
|
|
a8f56b6e27
|
removes code dupication by unifying elf file read
|
2024-09-23 09:28:27 +02:00 |
|
|
64329cf0f6
|
fixes use of icount vs. cycle
|
2024-08-17 19:36:40 +02:00 |
|
|
bb4e2766d1
|
applies clang-format
|
2024-08-17 16:12:57 +02:00 |
|
|
edf456c59f
|
fixes missing braces
|
2024-08-02 10:33:15 +02:00 |
|
|
42efced1eb
|
fixes FCSR behavior if no floating point is implemented
|
2024-08-02 08:59:22 +02:00 |
|
|
e87b7d5fd0
|
applies clang-format
|
2024-07-24 14:48:50 +02:00 |
|
|
5a2b96ef3e
|
adds logging categories for ISS
|
2024-07-24 12:30:07 +02:00 |
|
|
63da7f8d57
|
applies clang-format
|
2024-07-09 13:57:11 +02:00 |
|
|
fb4012fbd1
|
moves likely annotation
|
2024-07-09 13:52:10 +02:00 |
|
|
24449f1c0f
|
fixes some elf load issue
|
2024-07-05 12:18:36 +02:00 |
|
|
551822916c
|
applies clang-format
|
2024-06-14 17:43:12 +02:00 |
|
gabriel
|
a6c48ceaac
|
Merge branch 'develop' of https://git.minres.com/DBT-RISE/DBT-RISE-TGC into develop
|
2024-05-31 09:42:13 +02:00 |
|
gabriel
|
ed793471bb
|
adding semhosting
|
2024-05-31 07:27:47 +02:00 |
|
|
b25b7848c6
|
fix formatting
|
2024-03-19 11:47:12 +01:00 |
|
|
6c986d38d8
|
Merge branch 'develop' of https://git.minres.com/DBT-RISE/DBT-RISE-TGC into develop
|
2024-03-19 11:02:17 +01:00 |
|
|
a1ebd83d2a
|
adds riscv_hart_common and signature output
|
2024-03-19 11:02:03 +01:00 |
|
|
8aed551813
|
Add a new LOG macro in SCC to avoid conflicts with other libraries.
|
2024-03-14 09:43:08 +01:00 |
|
|
207f778ee6
|
adds initial semihosting host capabilities
|
2024-01-08 17:17:59 +01:00 |
|
|
bc4ea30815
|
apply clang-format 10 fixes
|
2023-12-01 14:50:54 +01:00 |
|
|
e921201f7b
|
applies clang-format fixes
|
2023-11-30 11:51:49 +01:00 |
|
|
e6aa6e5842
|
adds handling of variable number of clic interrupts
|
2023-11-22 11:47:31 +01:00 |
|
|
0eb1db0e7e
|
adds functionality, adds working asmjit
|
2023-11-20 11:45:52 +01:00 |
|
|
759061b569
|
applies clang-format changes
|
2023-10-29 17:06:56 +01:00 |
|
|
9180ad1f9c
|
debugger memory accesses should never lead to traps
|
2023-10-06 21:39:48 +02:00 |
|
|
212fb1c8ff
|
adds tracing functionality
|
2023-09-22 12:40:35 +02:00 |
|
|
20e920338c
|
removes v2p function
|
2023-08-04 13:08:10 +02:00 |
|
|
87b4082633
|
Merge branch 'tmp' into develop
|
2023-07-03 14:22:50 +02:00 |
|
|
4dbc7433a5
|
fixes cause CSR handling
|
2023-06-12 17:38:56 +02:00 |
|
|
99a9970ddd
|
fixes sysc compile issues
|
2023-06-12 09:58:24 +02:00 |
|
|
0b5de90fb1
|
changes [m|u]cause rd/wr handling
|
2023-06-11 18:29:58 +02:00 |
|
|
11c481cec2
|
adds verbosity to error
|
2023-06-05 15:17:16 +02:00 |
|
|
a123beb301
|
fixes duplicate variable declaration and templates
|
2023-05-27 10:20:49 +02:00 |
|
|
32848ec396
|
fixes build system and typo in wt_cache
|
2023-05-13 16:57:01 +02:00 |
|
|
aa70d8a54a
|
fixes CLIC to match clicinfo description in CLIC spec 11.04.2023
|
2023-05-02 17:22:13 +02:00 |
|
|
d990f1cf5d
|
fixes reading of 64bit CSR register
|
2023-05-01 22:23:35 +02:00 |
|
|
1672b01e62
|
adds WT cache functionality as mixin
|
2023-04-28 20:38:07 +02:00 |
|
|
00b0f101ac
|
adapts to changes of instrumentation interface in dbt-rise-core
|
2023-04-28 20:38:07 +02:00 |
|
|
f626ee2684
|
fixes privilege wrapper for M/U to cope with 64bit
|
2023-04-05 15:38:25 +02:00 |
|