Metehan Dundar
074118dee0
RISC-V: Update parser to use x-register names, add vector and FP instructions, fix tests
...
- Modified RISC-V parser to use x-register names instead of ABI names
- Added new vector instructions (vsetvli, vle8.v, vse8.v, vfmacc.vv, vfmul.vf)
- Added floating point instructions (fmul.d)
- Added unconditional jump instruction (j)
- Updated tests to match new register naming convention
- Added new RISC-V example files
- Updated .gitignore to exclude test environment and old examples
2025-06-30 00:28:52 +02:00
Metehan Dundar
1c2be468d9
Merge branch 'master' into dev/risc-v
2025-05-08 12:23:22 +02:00
Metehan Dundar
83ca46bcc4
Add RISC-V support and update version to 0.6.2
2025-03-21 17:16:39 +01:00
Metehan Dundar
685c9f3225
Add initial support for RISC-V architecture and update relevant files
2025-03-11 05:10:03 +01:00
JanLJL
9c2f559983
black formatting
2025-03-05 10:20:47 +01:00
pleroy
1a7c1588f6
Add support for the Intel syntax supported by MSVC and ICC
2025-02-02 14:02:16 +01:00
JanLJL
2fcc62ae1a
initial support ZEN 4
2024-08-30 17:41:45 +02:00
JanLJL
2bdc765df2
fixed bug in read-out of default store TP
2024-08-19 14:37:20 +02:00
JanLJL
2286da45b7
Merge branch 'master' into feat/spr
2024-05-02 21:19:10 +02:00
JanLJL
aca5511d6a
Black formatting
2024-05-02 17:04:56 +02:00
JanLJL
c9e38631d1
Flake8 formatting
2024-05-02 17:00:12 +02:00
JanLJL
d623115b1b
formattign
2024-05-02 16:30:11 +02:00
JanLJL
5da00d0ae6
moved get_full_instruction_name() from HardwareModel to DBInterface
2024-05-02 16:25:41 +02:00
stefandesouza
78309574ac
added prefetch operand
2024-03-18 22:29:39 +01:00
JanLJL
764b22cebe
initial support for SPR
2024-03-06 00:52:06 +01:00
stefandesouza
4fd59eb0d0
Black formatting
2024-03-05 12:14:05 +01:00
stefandesouza
d884f74f5e
Uncommented tests
2024-03-05 00:19:29 +01:00
stefandesouza
5f9de2c41d
Dump now converts classes to dicts
2024-03-05 00:18:45 +01:00
JanLJL
3435641451
initial support Neoverse V2
2024-03-04 20:45:48 +01:00
stefandesouza
38781ecc94
Port pressure returned in tuple with Memory Operand
2024-03-04 20:00:43 +01:00
stefandesouza
46004add41
Immediate operand attribute name changes
2024-02-28 13:01:37 +01:00
stefandesouza
d858827a47
Took out port pressure from Memory Operand. Gets() for LD/ST TP now use tupples
2024-02-24 21:03:15 +01:00
stefandesouza
61dacff53e
Inlined conversion of LD/ST memory operands
2024-02-24 12:45:59 +01:00
stefandesouza
fa95293cb0
Flags into operand class
2024-02-24 12:11:52 +01:00
stefandesouza
4647615c5c
Merge remote-tracking branch 'origin/master' into InstrucForm
2023-12-16 12:14:36 +01:00
JanLJL
f3b50b93f5
added M1 arch
2023-12-12 18:33:24 +01:00
JanLJL
c5ef5f7432
bugfixes for SP reg and ccodes
2023-12-12 18:32:43 +01:00
stefandesouza
339b06bd7f
Linters update
2023-12-10 18:25:00 +01:00
stefandesouza
8a6ae8c701
Workflow file includes new kenrcraft branch. Also changed checks for 'bad_operands' since they don't fit class style attributes
2023-12-10 17:26:43 +01:00
stefandesouza
cac4a0ebf2
flake8 standards
2023-12-03 21:04:58 +01:00
stefandesouza
cef7f8098d
Black formatting
2023-12-03 17:22:11 +01:00
stefandesouza
93ae586745
Fixed semantic and marker tests. Now only dump needs to be adjusted
2023-12-03 16:49:33 +01:00
stefandesouza
2c32ccf37a
pre/post-indexed to pre/post_indexed. Now have use ImmediateOperand type for mem offset. Changed some parser tests also
2023-12-02 16:56:43 +01:00
stefandesouza
26d65750a6
Fixed issue with throughput assignment
2023-10-30 19:32:05 +01:00
stefandesouza
ebb973493b
Added condition operand, adjusted tests to parse it & a few changes to get the kernelDG tests working
2023-10-29 16:36:00 +01:00
stefandesouza
14a2aa0b52
Changed style to conform to PEP-8 conventions; Added source and destination attributes to parent Operand class
2023-10-29 13:52:49 +01:00
stefandesouza
e0a2ea9eb2
Hidden operands and dependency break in iforms now included
2023-10-23 21:54:58 +02:00
stefandesouza
c171a11101
Updated db_interface files to work with class objects
2023-10-23 18:19:35 +02:00
stefandesouza
33d1eec106
Updated tests to use the now class style iforms in isa_data
2023-10-23 16:25:31 +02:00
stefandesouza
6384ea2e18
Convert isa_data iforms to InstructionForm type
2023-10-17 12:28:49 +02:00
stefandesouza
e95278d2a2
Included 'source' and 'destination' attributes when loading isa data
2023-10-16 15:48:47 +02:00
stefandesouza
0b2753a78d
Throughput assignment adjustments
2023-09-25 23:20:10 +02:00
stefandesouza
db899a2709
Changing operand matching for class operand style
2023-09-25 21:35:17 +02:00
stefandesouza
42f96753c1
Black formatting
2023-09-12 12:45:28 +02:00
stefandesouza
a8e5a6ad46
Converting operand types read in from YAML files
2023-09-12 00:23:59 +02:00
stefandesouza
7f4f87d192
Changes for operand matching, instruction loading
2023-09-11 18:23:57 +02:00
stefandesouza
615ef82f04
Changes to accomodate the new OO style
2023-08-28 15:19:46 +02:00
stefandesouza
0a32c77751
Added 2 operand types and made changes for attribute usage
2023-08-20 21:01:44 +02:00
JanLJL
c6ed492db3
fixed read out of store TP from DB
2023-06-20 21:20:41 +02:00
JanLJL
d1201ace11
added more dependency analysis for post/pre indexing and condition flags
2023-03-14 17:00:02 +01:00