Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions ArchImpl/RV32IMACFD/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Generated on Fri, 19 Jun 2026 08:11:15 +0000.
# Generated on Fri, 19 Jun 2026 11:48:00 +0000.
#
# This file contains the CMake build info for the RV32IMACFD core architecture.

PROJECT(RV32IMACFD)
FIND_PACKAGE(ETISS)

SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
SET(CMAKE_INSTALL_RPATH "\$ORIGIN/../../include/jit/etiss/jit")
Expand All @@ -28,25 +29,27 @@ ADD_LIBRARY(${PROJECT_NAME} SHARED
RV32IMACFD_tum_semihostingInstr.cpp
)

add_custom_command(
TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
"${CMAKE_CURRENT_LIST_DIR}/${PROJECT_NAME}Funcs.h"
"${ETISS_BINARY_DIR}/include/jit/Arch/${PROJECT_NAME}"
)
IF(ETISS_BINARY_DIR)
ADD_CUSTOM_COMMAND(
TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
"${CMAKE_CURRENT_LIST_DIR}/${PROJECT_NAME}Funcs.h"
"${ETISS_BINARY_DIR}/include/jit/Arch/${PROJECT_NAME}"
)
ENDIF()
INSTALL(FILES "${CMAKE_CURRENT_LIST_DIR}/${PROJECT_NAME}Funcs.h" DESTINATION "include/jit/Arch/${PROJECT_NAME}")

# handle gdbserver xml files
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/xml")
add_custom_target(copy_${PROJECT_NAME}_xml ALL
IF(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/xml")
ADD_CUSTOM_TARGET(copy_${PROJECT_NAME}_xml ALL
COMMAND ${CMAKE_COMMAND} -E make_directory
"${CMAKE_CURRENT_LIST_DIR}/xml"
COMMAND ${CMAKE_COMMAND} -E copy_directory
"${CMAKE_CURRENT_LIST_DIR}/xml"
"${ETISS_BINARY_DIR}/xml/${PROJECT_NAME}"
)
add_dependencies(${PROJECT_NAME} copy_${PROJECT_NAME}_xml)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/xml/ DESTINATION xml/${PROJECT_NAME})
endif()
ADD_DEPENDENCIES(${PROJECT_NAME} copy_${PROJECT_NAME}_xml)
INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/xml/ DESTINATION xml/${PROJECT_NAME})
ENDIF()

ETISSPluginArch(${PROJECT_NAME})
3 changes: 1 addition & 2 deletions ArchImpl/RV32IMACFD/RV32IMACFD.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the registers for the RV32IMACFD core architecture.
*/

#ifndef ETISS_RV32IMACFDArch_RV32IMACFD_H_
#define ETISS_RV32IMACFDArch_RV32IMACFD_H_
#include <stdio.h>
#include "etiss/jit/CPU.h"

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDArch.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the architecture class for the RV32IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDArch.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the architecture class for the RV32IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDArchLib.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the library interface for the RV32IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDArchSpecificImp.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the architecture specific implementation for the RV32IMACFD
* core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDArchSpecificImp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the architecture specific header for the RV32IMACFD
* core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDFuncs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the function implementations for the RV32IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDFuncs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the function prototypes for the RV32IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDGDBCore.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the GDBCore adapter for the RV32IMACFD core architecture.
*
Expand Down Expand Up @@ -72,7 +72,7 @@
return 33;
}

etiss::uint64 getInstructionPointer(ETISS_CPU *cpu) { return cpu->instructionPointer; }

Check failure on line 75 in ArchImpl/RV32IMACFD/RV32IMACFDGDBCore.h

View workflow job for this annotation

GitHub Actions / Formatting Check (C/C++)

ArchImpl/RV32IMACFD/RV32IMACFDGDBCore.h:75:69 [clang-diagnostic-error]

member access into incomplete type 'ETISS_CPU'

Check failure on line 75 in ArchImpl/RV32IMACFD/RV32IMACFDGDBCore.h

View workflow job for this annotation

GitHub Actions / Formatting Check (C/C++)

ArchImpl/RV32IMACFD/RV32IMACFDGDBCore.h:75:69 [clang-diagnostic-error]

member access into incomplete type 'ETISS_CPU'

bool isLittleEndian()
{
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFDInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the default
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32AInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32A
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32DCInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32DC
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32DInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32D
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32FCInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32FC
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32FInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32F
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32ICInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32IC
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32IInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32I
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_RV32MInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the RV32M
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_ZifenceiInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the Zifencei
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_tum_csrInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the tum_csr
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_tum_retInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the tum_ret
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_tum_rvaInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the tum_rva
* instruction set for the RV32IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD_tum_semihostingInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:15 +0000.
* Generated on Fri, 19 Jun 2026 11:48:00 +0000.
*
* This file contains the instruction behavior models of the tum_semihosting
* instruction set for the RV32IMACFD core architecture.
Expand Down
27 changes: 15 additions & 12 deletions ArchImpl/RV64IMACFD/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Generated on Fri, 19 Jun 2026 08:11:16 +0000.
# Generated on Fri, 19 Jun 2026 11:47:54 +0000.
#
# This file contains the CMake build info for the RV64IMACFD core architecture.

PROJECT(RV64IMACFD)
FIND_PACKAGE(ETISS)

SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
SET(CMAKE_INSTALL_RPATH "\$ORIGIN/../../include/jit/etiss/jit")
Expand Down Expand Up @@ -35,25 +36,27 @@ ADD_LIBRARY(${PROJECT_NAME} SHARED
RV64IMACFD_tum_semihostingInstr.cpp
)

add_custom_command(
TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
"${CMAKE_CURRENT_LIST_DIR}/${PROJECT_NAME}Funcs.h"
"${ETISS_BINARY_DIR}/include/jit/Arch/${PROJECT_NAME}"
)
IF(ETISS_BINARY_DIR)
ADD_CUSTOM_COMMAND(
TARGET ${PROJECT_NAME} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
"${CMAKE_CURRENT_LIST_DIR}/${PROJECT_NAME}Funcs.h"
"${ETISS_BINARY_DIR}/include/jit/Arch/${PROJECT_NAME}"
)
ENDIF()
INSTALL(FILES "${CMAKE_CURRENT_LIST_DIR}/${PROJECT_NAME}Funcs.h" DESTINATION "include/jit/Arch/${PROJECT_NAME}")

# handle gdbserver xml files
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/xml")
add_custom_target(copy_${PROJECT_NAME}_xml ALL
IF(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/xml")
ADD_CUSTOM_TARGET(copy_${PROJECT_NAME}_xml ALL
COMMAND ${CMAKE_COMMAND} -E make_directory
"${CMAKE_CURRENT_LIST_DIR}/xml"
COMMAND ${CMAKE_COMMAND} -E copy_directory
"${CMAKE_CURRENT_LIST_DIR}/xml"
"${ETISS_BINARY_DIR}/xml/${PROJECT_NAME}"
)
add_dependencies(${PROJECT_NAME} copy_${PROJECT_NAME}_xml)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/xml/ DESTINATION xml/${PROJECT_NAME})
endif()
ADD_DEPENDENCIES(${PROJECT_NAME} copy_${PROJECT_NAME}_xml)
INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/xml/ DESTINATION xml/${PROJECT_NAME})
ENDIF()

ETISSPluginArch(${PROJECT_NAME})
3 changes: 1 addition & 2 deletions ArchImpl/RV64IMACFD/RV64IMACFD.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the registers for the RV64IMACFD core architecture.
*/

#ifndef ETISS_RV64IMACFDArch_RV64IMACFD_H_
#define ETISS_RV64IMACFDArch_RV64IMACFD_H_
#include <stdio.h>
#include "etiss/jit/CPU.h"

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDArch.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the architecture class for the RV64IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDArch.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the architecture class for the RV64IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDArchLib.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the library interface for the RV64IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDArchSpecificImp.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the architecture specific implementation for the RV64IMACFD
* core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDArchSpecificImp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the architecture specific header for the RV64IMACFD
* core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDFuncs.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the function implementations for the RV64IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDFuncs.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the function prototypes for the RV64IMACFD core architecture.
*/
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDGDBCore.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the GDBCore adapter for the RV64IMACFD core architecture.
*
Expand Down Expand Up @@ -72,7 +72,7 @@
return 33;
}

etiss::uint64 getInstructionPointer(ETISS_CPU *cpu) { return cpu->instructionPointer; }

Check failure on line 75 in ArchImpl/RV64IMACFD/RV64IMACFDGDBCore.h

View workflow job for this annotation

GitHub Actions / Formatting Check (C/C++)

ArchImpl/RV64IMACFD/RV64IMACFDGDBCore.h:75:69 [clang-diagnostic-error]

member access into incomplete type 'ETISS_CPU'

Check failure on line 75 in ArchImpl/RV64IMACFD/RV64IMACFDGDBCore.h

View workflow job for this annotation

GitHub Actions / Formatting Check (C/C++)

ArchImpl/RV64IMACFD/RV64IMACFDGDBCore.h:75:69 [clang-diagnostic-error]

member access into incomplete type 'ETISS_CPU'

bool isLittleEndian()
{
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFDInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the instruction behavior models of the default
* instruction set for the RV64IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFD_RV32AInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the instruction behavior models of the RV32A
* instruction set for the RV64IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFD_RV32DCInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the instruction behavior models of the RV32DC
* instruction set for the RV64IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFD_RV32DInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the instruction behavior models of the RV32D
* instruction set for the RV64IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFD_RV32FInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the instruction behavior models of the RV32F
* instruction set for the RV64IMACFD core architecture.
Expand Down
2 changes: 1 addition & 1 deletion ArchImpl/RV64IMACFD/RV64IMACFD_RV32ICInstr.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// clang-format off
/**
* Generated on Fri, 19 Jun 2026 08:11:16 +0000.
* Generated on Fri, 19 Jun 2026 11:47:54 +0000.
*
* This file contains the instruction behavior models of the RV32IC
* instruction set for the RV64IMACFD core architecture.
Expand Down
Loading
Loading