aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--techlibs/xilinx/cells_sim.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/techlibs/xilinx/cells_sim.v b/techlibs/xilinx/cells_sim.v
index 8b6eaae5d..2731cb454 100644
--- a/techlibs/xilinx/cells_sim.v
+++ b/techlibs/xilinx/cells_sim.v
@@ -522,7 +522,7 @@ module DSP48E1 (
always @* Ar2 <= A_muxed;
end
- // Configurable A register
+ // Configurable B register
if (BREG == 2) begin
always @(posedge CLK)
if (RSTB) begin
@@ -532,7 +532,7 @@ module DSP48E1 (
if (CEB1) Br1 <= B_muxed;
if (CEB2) Br2 <= Br1;
end
- end else if (AREG == 1) begin
+ end else if (BREG == 1) begin
always @(posedge CLK)
if (RSTB) begin
Br1 <= 18'b0;