eyck
c9c47673d9
implements csr mem as std::array
2025-07-13 14:40:29 +02:00
eyck
c1aed64a41
removes use of exceptions to report bus errors
2025-07-06 15:11:11 +02:00
eyck
d5d195845c
fixes FW load handling in SysC wrapper, reports now na error if failed
2025-07-02 13:52:23 +02:00
eyck
67f364049c
adds some message if disass will be in the trace file
2025-05-23 20:28:01 +02:00
eyck
047e2e12b0
fixes include issue in LLVM vm_base
...
vm_base.h needs to be included before gdb_session.h as termios.h (via
boost and gdb_server) has a define which clashes with a variable name in
ConstantRange.h (via iss/llvm/vm_base.h)
2025-05-09 20:14:09 +02:00
eyck
8f491ef36b
adds superflous exception throwing
2025-03-21 20:28:37 +01:00
eyck
cbe4c2d62f
adds comment to indicate purpose of arch state members
2025-03-19 12:03:12 +01:00
eyck
31c6bb55f4
applies clang format
2025-03-16 14:38:45 +01:00
eyck
63d0162119
adds license header
2025-03-16 13:33:01 +01:00
eyck
3b294d9da0
fixes sc_core_adapter wrt refactored memory hierarchy
2025-03-16 12:29:03 +01:00
eyck
54233b448d
moves mmu related code into mmu unit
2025-03-16 08:50:01 +01:00
eyck
e238369e18
cleansup htif call
2025-03-15 06:54:21 +01:00
eyck
cfc980a069
Merge branch 'feature/privilege_refactor' into develop
2025-03-14 20:00:07 +01:00
eyck
502f3e8df9
fixes htif behavior and instrumentation interface
2025-03-14 19:43:20 +01:00
eyck
71260a3ef4
Merge remote-tracking branch 'origin/feature/htif' into develop
2025-03-14 11:32:36 +01:00
eyck
23842742a6
factors clic & pmp into separate units
2025-03-13 12:13:41 +01:00
eyck
a13b7ac6d3
separates functional memory into separate unit
2025-03-12 09:26:51 +01:00
eyck
fb0f6255e9
replaces virtual functions with memory pointers (kind of)
2025-03-11 08:31:25 +01:00
eyck
57d5ea92be
moves common functionality to base class
2025-03-10 16:00:26 +01:00
eyck
383d762abc
applies clang-format and updates SystemC HTIF implementation
2025-03-06 12:10:12 +01:00
eyck
03cbd305c6
replaces literal constant with symbolic definition
2025-02-28 19:34:07 +01:00
eyck
9f5326c110
extends htif for 32bit systems
2025-02-13 13:39:47 +01:00
eyck
f4718c6de3
Merge remote-tracking branch 'origin/feature/htif' into develop
2025-02-13 09:34:31 +01:00
eyck
53de21eef9
adds generator changed output
2025-02-12 20:45:04 +01:00
eyck
a6a6f51f0b
adds clang-format fixes
2024-12-06 15:50:50 +01:00
eyck
62768bf81e
applies clang format
2024-09-23 10:05:33 +02:00
eyck
f6be8ec006
adds elfio test utility
2024-09-23 09:29:08 +02:00
eyck
a8f56b6e27
removes code dupication by unifying elf file read
2024-09-23 09:28:27 +02:00
eyck
ec1b820c18
fixes target xml generation
2024-08-17 19:36:53 +02:00
eyck
64329cf0f6
fixes use of icount vs. cycle
2024-08-17 19:36:40 +02:00
eyck
9de0aed84d
expands some error message
2024-08-17 16:55:49 +02:00
eyck
bb4e2766d1
applies clang-format
2024-08-17 16:12:57 +02:00
eyck
0996d15bd4
removes debug code
2024-08-17 12:48:48 +02:00
eyck
6305efa7c2
implements proper target XML generation incl. CSRs
2024-08-17 12:40:40 +02:00
eyck
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
eyck
0473aa5344
fixes SystemC wrapper wrt. templated core_complex
2024-08-17 12:34:17 +02:00
eyck
c28e8fd00c
removes left-overs
2024-08-04 18:57:20 +02:00
eyck
b3cc9d2346
makes core_complex a template
2024-08-04 18:47:32 +02:00
eyck
933f08494c
removes C++17 dependency from asmjit backend
2024-08-04 17:41:49 +02:00
eyck
21f8eab432
adds regenerated tgc5c
2024-08-02 19:18:28 +02:00
eyck
6ddb8da07f
fixes missing rename
2024-08-02 11:58:51 +02:00
eyck
edf456c59f
fixes missing braces
2024-08-02 10:33:15 +02:00
eyck
42efced1eb
fixes FCSR behavior if no floating point is implemented
2024-08-02 08:59:22 +02:00
eyck
c376e34b2b
applies clang format
2024-08-01 11:02:10 +02:00
eyck
d2efb23ff7
fixes cache behavior for fetches
2024-07-25 19:33:50 +02:00
eyck
e87b7d5fd0
applies clang-format
2024-07-24 14:48:50 +02:00
eyck
5a2b96ef3e
adds logging categories for ISS
2024-07-24 12:30:07 +02:00
eyck
63da7f8d57
applies clang-format
2024-07-09 13:57:11 +02:00
eyck
fb4012fbd1
moves likely annotation
2024-07-09 13:52:10 +02:00
eyck
24449f1c0f
fixes some elf load issue
2024-07-05 12:18:36 +02:00
eyck
fd303c8343
fixes asmjit deprecation warning
2024-07-05 07:51:37 +02:00
eyck
346b177a87
extends finishing conditions
2024-07-05 05:52:29 +02:00
eyck
2fb28364c5
fixes remaining templates
2024-06-21 10:49:36 +02:00
eyck
8460f4ab7f
updates templates to re-enable interactive debugging of generator
2024-06-21 10:46:11 +02:00
eyck
3fd51cc68c
fixes templates
2024-06-14 19:54:33 +02:00
eyck
551822916c
applies clang-format
2024-06-14 17:43:12 +02:00
eyck
6cb76fc256
updates tgc5c according to latest CoreDSL
2024-04-16 13:09:14 +02:00
eyck
119d4a8b43
adds generation if IMEM space
2024-02-21 07:08:24 +01:00
eyck
9841b16122
fixes clang-format failures
2024-01-12 11:49:11 +01:00
eyck
db5765b342
makes softfloat always a static library
2024-01-10 09:36:52 +01:00
eyck
f4f90c5e65
backports clang-format changes to template
2023-12-02 17:42:57 +01:00
eyck
bc4ea30815
apply clang-format 10 fixes
2023-12-01 14:50:54 +01:00
eyck
e921201f7b
applies clang-format fixes
2023-11-30 11:51:49 +01:00
eyck
e6aa6e5842
adds handling of variable number of clic interrupts
2023-11-22 11:47:31 +01:00
eyck
4418fa7e4f
fixes include path of asmjit helpers
2023-11-20 16:07:01 +01:00
eyck
e48597b2b7
adds formatting fixes
2023-11-05 17:19:43 +01:00
eyck
458c773e19
corrects slow ca configuration of TGC5C
2023-11-05 14:47:24 +01:00
eyck
b3f40f9b15
build fixes due to dependencies
2023-11-04 13:05:30 +01:00
eyck
6419ad471e
updates .gitignore
2023-10-29 17:08:18 +01:00
eyck
759061b569
applies clang-format changes
2023-10-29 17:06:56 +01:00
eyck
2115e9ceae
adds missing include to templates
2023-10-29 14:31:15 +01:00
eyck
2bea95c1a7
adds option to disable DMI use
2023-10-28 17:06:50 +02:00
eyck
7001b693ae
updates templates for SystemC registration
2023-10-27 22:14:11 +02:00
eyck
e6f11081eb
fixes quantum and quantum break handling
2023-10-27 21:12:49 +02:00
eyck
09db0cd35d
fixes LLVM backend registration for SystemC
2023-10-26 06:50:54 +02:00
eyck
980c8031c3
fixes tohost behavior of SC wrapper and cycle-estimate plugin
2023-10-25 20:37:10 +02:00
eyck
b86d7a517d
adds dynamic cycle estimation
2023-10-25 17:13:52 +02:00
eyck
b7478965ab
adds asmjit backend registration for SystemC
2023-10-23 10:18:25 +02:00
eyck
bf4a6deb86
fixes dump-ir handling
2023-10-22 23:19:09 +02:00
eyck
4c3a7386b0
updates generated files
2023-10-22 08:51:08 +02:00
eyck
82c26acfc8
does some cleanup of the directory structure
2023-10-21 17:26:09 +02:00
eyck
3a86f4f9de
does some cleanup of generated files
2023-10-21 17:19:24 +02:00
eyck
74ff1d455a
fixes install routine
2023-10-20 20:38:59 +02:00
eyck
aa12e93177
adds RPATH setting to install
2023-10-18 11:17:20 +02:00
eyck
ae4322c1b9
„src/main.cpp“ ändern
2023-10-15 09:03:31 +02:00
eyck
ee6a068b06
streamlines backends and reporting
2023-10-01 18:33:14 +02:00
eyck
b9b165465d
adds some template updates
2023-09-30 22:17:18 +02:00
eyck
b97853ff5a
update plugins to read YAML file
2023-09-30 22:10:24 +02:00
eyck
b7f023756e
fixes constructor calls of derived riscv_hart classes
2023-09-27 07:51:49 +02:00
eyck
2095ac985b
fixes forgotten removal of pctrace in core_complex
2023-09-27 06:19:59 +02:00
eyck
3fb8fe765a
aligns riscv_hart_msu_vp with riscv_hart_m_p
2023-09-26 20:17:26 +02:00
eyck
c7038cafa5
updates naming in checked-in sources
2023-09-19 12:11:49 +02:00
eyck
40f50b0ec0
changes register names to lower case in printing
2023-09-09 18:54:18 +02:00
eyck
8ee3ac90f7
adapts name changes
2023-09-04 12:45:45 +02:00
eyck
d5763d2f36
fixes option depended compilation
2023-08-30 17:11:50 +02:00
eyck
b5d915f389
fixes compile issues from merge
2023-08-30 15:49:28 +02:00
eyck
813b40409d
Merge branch 'develop' of
...
https://git.minres.com/DBT-RISE/DBT-RISE-TGC.git into develop
2023-08-30 10:05:42 +02:00
eyck
c8a4a4c736
renames core(s)
2023-08-28 07:09:55 +02:00
eyck
18e08cfc50
fixes missing template updates
2023-08-08 06:23:38 +02:00
eyck
20e920338c
removes v2p function
2023-08-04 13:08:10 +02:00