Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CoreDSL2 Coverage Feature #153

Merged
merged 16 commits into from
Oct 24, 2024
2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated on Wed, 08 May 2024 17:36:07 +0200.
# Generated on Thu, 24 Oct 2024 10:16:12 +0200.
#
# This file contains the CMake build info for the RV32IMACFD core architecture.

Expand Down
203 changes: 0 additions & 203 deletions ArchImpl/RV32IMACFD/Encoding.h

This file was deleted.

2 changes: 1 addition & 1 deletion ArchImpl/RV32IMACFD/RV32IMACFD.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Generated on Wed, 08 May 2024 17:36:07 +0200.
* Generated on Thu, 24 Oct 2024 10:16:12 +0200.
*
* This file contains the registers for the RV32IMACFD core architecture.
*/
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 Wed, 08 May 2024 17:36:07 +0200.
* Generated on Thu, 24 Oct 2024 10:16:12 +0200.
*
* 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 Wed, 08 May 2024 17:36:07 +0200.
* Generated on Thu, 24 Oct 2024 10:16:12 +0200.
*
* 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 Wed, 08 May 2024 17:36:07 +0200.
* Generated on Thu, 24 Oct 2024 10:16:12 +0200.
*
* This file contains the library interface 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 Wed, 08 May 2024 17:36:07 +0200.
* Generated on Thu, 24 Oct 2024 10:16:12 +0200.
*
* This file contains the architecture specific header for the RV32IMACFD
* core architecture.
Expand Down
Loading