|
69c8fda5d2
|
corrects oversight in vector_functions
|
2025-03-31 10:18:09 +02:00 |
|
|
c1f9328528
|
corrects vector_functions
|
2025-03-31 10:18:09 +02:00 |
|
|
2b85748279
|
adds load_store_index to vector_functions
|
2025-03-31 10:18:09 +02:00 |
|
|
f7aa51b12e
|
adds small optimization, clarifies variables in vector_functions
|
2025-03-31 10:18:09 +02:00 |
|
|
3428745a00
|
small corrections in vector functions
|
2025-03-31 10:18:09 +02:00 |
|
|
512b79a3e7
|
makes elem_count an explicit parameter for the softvector functions rather than calculating it from vtype
|
2025-03-31 10:18:08 +02:00 |
|
|
7a048f8b93
|
changes wording of returned index to better reflect what it means, cleans up a bit
|
2025-03-31 10:18:08 +02:00 |
|
|
6f4daf91ed
|
adds explicit RFS to assertions
|
2025-03-31 10:18:08 +02:00 |
|
|
947d353bbf
|
adds working vector (unit) stride (segmented) loads and stores
|
2025-03-31 10:18:08 +02:00 |
|
|
b95f518c91
|
updates templates for interp to make extension specific includes conditonal
|
2025-03-31 10:18:08 +02:00 |
|
|
4cef0f57c1
|
updates templates and adds newly generated files
|
2025-03-31 10:18:05 +02:00 |
|
|
9e390971d4
|
corrects include guard comment for fp_functions
|
2025-03-31 09:54:26 +02:00 |
|
|
2bb2e56310
|
adds dependencies for K ISA (Cryptography)
|
2025-03-31 09:54:26 +02:00 |
|
|
54233b448d
|
moves mmu related code into mmu unit
|
2025-03-16 08:50:01 +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 |
|
|
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 |
|
|
be6f5791fa
|
adds update to cyclecount after each instr for asmjit
|
2024-11-26 20:26:18 +01:00 |
|
|
ad60449073
|
updates generated cores
|
2024-09-27 20:04:58 +02:00 |
|
|
5f9d0beafb
|
corrects softfloat to comply with RVD ACT
|
2024-09-23 22:22:57 +02:00 |
|
|
76ea0db25d
|
adds newest generated vm_impl
|
2024-08-17 23:19:51 +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 |
|
|
a45fcd28db
|
updates fn calling generation
|
2024-08-17 08:22:04 +02:00 |
|
|
0f15032210
|
removes gen_wait as wait can be called like any other extern function
|
2024-08-14 15:25:06 +02:00 |
|
|
efc11d87a5
|
updates template with fcsr check, adds extra braces on If Statements
|
2024-08-14 14:32:58 +02:00 |
|
|
4a19e27926
|
adds changes due to generator being more inline with others
|
2024-08-14 13:52:08 +02:00 |
|
|
c15cdb0955
|
expands return values of jit creating functions to inhibit endless trapping
|
2024-08-14 11:49:59 +02:00 |
|
|
b5341700aa
|
updates template and adds braces when using conditions
|
2024-08-13 08:55:14 +02:00 |
|
|
fbca690b3b
|
replaces gen_wait, updates template to include fp_functions when necessary
|
2024-08-08 12:57:08 +02:00 |
|
|
235a7e6e24
|
updates template
|
2024-08-08 11:08:28 +02:00 |
|
|
62d21e1156
|
updates disass
|
2024-08-07 09:21:07 +02:00 |
|
|
b3cc9d2346
|
makes core_complex a template
|
2024-08-04 18:47:32 +02:00 |
|
|
933f08494c
|
removes C++17 dependency from asmjit backend
|
2024-08-04 17:41:49 +02:00 |
|
|
21f8eab432
|
adds regenerated tgc5c
|
2024-08-02 19:18:28 +02:00 |
|
|
f579ec6e48
|
changes access to rounding mode to fail explicitly instead of unintended behavior
|
2024-07-31 12:30:41 +02:00 |
|
|
fd20e66f1f
|
changes softfloat API usage, all effected Instrs pass test suite
|
2024-07-31 12:30:41 +02:00 |
|
|
7ffa7667b6
|
fixes concerning FMADD_S, FMSUB_S, FNMADD_S, and FNSUB_S
mostly about ensuring correct sign
|
2024-07-31 12:30:41 +02:00 |
|
|
72b11beac5
|
moves decoder to dbt-rise-core
|
2024-07-25 10:13:38 +02:00 |
|
|
c6b99cd155
|
introduces new decoder to interp backend
|
2024-07-24 12:28:35 +02:00 |
|
|
b1306c3a47
|
improves instruction decoding by avoiding copying, replaces .size()
|
2024-07-24 08:54:37 +02:00 |
|
|
0d6bf924ed
|
changes jh.globals from map to vector
|
2024-07-23 15:45:51 +02:00 |
|
|
86de536c8f
|
changes jh globals to seperate riscv specifics
|
2024-07-23 14:35:31 +02:00 |
|
|
051dd5e2d3
|
updates templates for decoder in seperate class, adds again generated templates
|
2024-07-23 13:46:10 +02:00 |
|
|
e3942be776
|
Introduces decoder in a seperate class
|
2024-07-23 13:08:53 +02:00 |
|
|
6ee484a771
|
moves instruction decoder into own class
|
2024-07-23 11:30:33 +02:00 |
|
|
60808c8649
|
corrects template since util fns are no longer vm_base members
|
2024-07-23 11:29:56 +02:00 |
|
|
0432803d82
|
updates templates and vm impls for better LAST_BRANCH handling
|
2024-07-22 09:04:17 +02:00 |
|