Skip to content

Commit

Permalink
Add HaltAddress and ExceptionAddress to all configs
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Sep 13, 2023
1 parent dd4b192 commit 1c3bde4
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
4 changes: 3 additions & 1 deletion core/include/cv32a60x_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv32a6_embedded_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv32a6_ima_sv32_fpga_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv32a6_imac_sv0_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv32a6_imac_sv32_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv32a6_imafc_sv32_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv64a6_imadfcv_sv39_polara_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv64a6_imafdc_sv39_openpiton_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage
4 changes: 3 additions & 1 deletion core/include/cv64a6_imafdcv_sv39_config_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ package cva6_config_pkg;
bit'(0), // XF8Vec
unsigned'(0), // NrRgprPorts
unsigned'(0), // NrWbPorts
bit'(0) // EnableAccelerator
bit'(0), // EnableAccelerator
64'h804, // HaltAddress
64'h808 // ExceptionAddress
} ;

endpackage

0 comments on commit 1c3bde4

Please sign in to comment.