From 328460a2760a45d247af016db78829237f92f8d4 Mon Sep 17 00:00:00 2001 From: Vignesh Suresh Date: Tue, 25 May 2021 12:57:22 -0500 Subject: [PATCH] remove sync from scoreboard_entry_t --- include/ariane_pkg.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ariane_pkg.sv b/include/ariane_pkg.sv index 4200979c46..429021a94e 100644 --- a/include/ariane_pkg.sv +++ b/include/ariane_pkg.sv @@ -607,7 +607,6 @@ package ariane_pkg; logic [REG_ADDR_SIZE-1:0] rs1; // register source address 1 logic [REG_ADDR_SIZE-1:0] rs2; // register source address 2 logic [REG_ADDR_SIZE-1:0] rd; // register destination address - logic sync; logic [63:0] result; // for unfinished instructions this field also holds the immediate, // for unfinished floating-point that are partly encoded in rs2, this field also holds rs2 // for unfinished floating-point fused operations (FMADD, FMSUB, FNMADD, FNMSUB)