|
23842742a6
|
factors clic & pmp into separate units
|
2025-03-13 12:13:41 +01:00 |
|
|
a13b7ac6d3
|
separates functional memory into separate unit
|
2025-03-12 09:26:51 +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 |
|
|
03cbd305c6
|
replaces literal constant with symbolic definition
|
2025-02-28 19:34:07 +01:00 |
|
|
9f5326c110
|
extends htif for 32bit systems
|
2025-02-13 13:39:47 +01:00 |
|
|
f4718c6de3
|
Merge remote-tracking branch 'origin/feature/htif' into develop
|
2025-02-13 09:34:31 +01:00 |
|
|
53de21eef9
|
adds generator changed output
|
2025-02-12 20:45:04 +01:00 |
|
|
be0f783af8
|
adds cycle increment to tcc
|
2024-12-28 13:06:46 +01:00 |
|
|
1089800682
|
updates vm_impls and core.h to work with new vm_base
|
2024-12-28 08:24:09 +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 |
|
|
82a70efdb8
|
small reorder to make tohost output more readable
|
2024-11-14 16:51:26 +01:00 |
|
|
978c3db06e
|
minor improvements to readability
|
2024-11-14 16:51:26 +01:00 |
|
|
0e88664ff7
|
adds better tohost writing implementation, allowing the standard riscv-isa-test benchmarks to run
|
2024-11-14 16:51:26 +01:00 |
|
|
1fb7e8fcea
|
improves logging output
|
2024-09-24 08:39:34 +02:00 |
|
|
4c0d1c75aa
|
adds addr formatting to logging
|
2024-09-23 12:21:43 +02: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 |
|
|
ec1b820c18
|
fixes target xml generation
|
2024-08-17 19:36:53 +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 |
|
|
0996d15bd4
|
removes debug code
|
2024-08-17 12:48:48 +02:00 |
|
|
6305efa7c2
|
implements proper target XML generation incl. CSRs
|
2024-08-17 12:40:40 +02:00 |
|
|
de79adc50d
|
updates debugger hook to stop before fetching instructions
this relates to https://github.com/Minres/DBT-RISE-RISCV/issues/8 :
Debugger loses control when trap vector fetch fails
and https://github.com/Minres/DBT-RISE-RISCV/issues/7 : Two debugger
single-steps are required at reset vector
|
2024-08-17 12:39:54 +02:00 |
|
|
b3cc9d2346
|
makes core_complex a template
|
2024-08-04 18:47:32 +02:00 |
|
|
21f8eab432
|
adds regenerated tgc5c
|
2024-08-02 19:18:28 +02:00 |
|
|
6ddb8da07f
|
fixes missing rename
|
2024-08-02 11:58:51 +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 |
|
|
39d2518fdd
|
checkin: tgc5f builds and runs through
|
2024-07-31 12:30:41 +02:00 |
|
|
a365110054
|
fix format
|
2024-07-30 13:34:23 +02:00 |
|
|
d2efb23ff7
|
fixes cache behavior for fetches
|
2024-07-25 19:33:50 +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 |
|
|
375755999a
|
integrates new tval changes
|
2024-07-16 15:32:35 +02:00 |
|
|
9996fd4833
|
change cache line size to 64
|
2024-07-11 14:03:58 +02:00 |
|
|
149b3136d2
|
updates generated files
|
2024-07-10 12:55:36 +02:00 |
|
|
b2cbf90d0b
|
updates generated files
|
2024-07-10 12:51:59 +02:00 |
|
|
4cfb15c7cd
|
Asmjit and interp working
|
2024-07-10 12:51:31 +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 |
|
|
8460f4ab7f
|
updates templates to re-enable interactive debugging of generator
|
2024-06-21 10:46:11 +02:00 |
|
|
3fd51cc68c
|
fixes templates
|
2024-06-14 19:54:33 +02:00 |
|
|
551822916c
|
applies clang-format
|
2024-06-14 17:43:12 +02:00 |
|
|
41051f8f34
|
fixes tohost handling
|
2024-05-31 10:43:38 +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 |
|