Add dummy code for decoupled Hopper tensor core

Define EXT_T_HOPPER that, when EXT_T_ENABLE is defined, distinguishes
whether to instantiate core-coupled Volta-style or decoupled
Hopper-style Tensor Core.
This commit is contained in:
Hansung Kim
2024-10-07 17:10:59 -07:00
parent da54162241
commit 4cac1adf7d
4 changed files with 146 additions and 15 deletions

View File

@@ -40,8 +40,13 @@
`define EXT_F_ENABLE
`endif
// core-coupled tensor core
`ifndef EXT_T_DISABLE
`define EXT_T_ENABLE
// decoupled Hopper-style tensor core
`ifndef EXT_T_HOPPER
`define EXT_T_HOPPER
`endif
`endif
`ifndef XLEN_32
@@ -83,7 +88,7 @@
`endif
`ifndef NUM_CORES
`define NUM_CORES 8
`define NUM_CORES 4
`endif
`ifndef NUM_WARPS