Merge branch 'main' of https://github.com/ucb-bar/radiance into main

This commit is contained in:
Richard Yan
2024-10-05 02:48:48 -07:00

View File

@@ -97,7 +97,7 @@ case class VortexCoreParams(
mimpid: Int = 0x20181004, // release date in BCD mimpid: Int = 0x20181004, // release date in BCD
mulDiv: Option[MulDivParams] = None, mulDiv: Option[MulDivParams] = None,
fpu: Option[FPUParams] = None, fpu: Option[FPUParams] = None,
tensorCoreFP16: Boolean = false, // FP32 if true, FP16 if false tensorCoreFP16: Boolean = false, // FP16 if true, FP32 if false
debugROB: Boolean = false, // if enabled, uses a C++ debug ROB to generate trace-with-wdata debugROB: Boolean = false, // if enabled, uses a C++ debug ROB to generate trace-with-wdata
haveCease: Boolean = true, // non-standard CEASE instruction haveCease: Boolean = true, // non-standard CEASE instruction
haveSimTimeout: Boolean = true // add plusarg for simulation timeout haveSimTimeout: Boolean = true // add plusarg for simulation timeout