From c523d968c715395f53ae5a4ca7b8b36a9ab03a3c Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 18 Dec 2020 20:24:55 -0700 Subject: [PATCH] [HDL] Bug fix due to custom cell name changing --- HDL/common/fd_hd_mux_custom_cells_tt.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL/common/fd_hd_mux_custom_cells_tt.v b/HDL/common/fd_hd_mux_custom_cells_tt.v index 8bde7c8..6a1035a 100644 --- a/HDL/common/fd_hd_mux_custom_cells_tt.v +++ b/HDL/common/fd_hd_mux_custom_cells_tt.v @@ -3,7 +3,7 @@ // type: scs8hd_muxinv8_1 `timescale 1ns/10ps `celldefine -module scs8hd_muxinv2_1 (Z, Q1, Q2, S0, S0B, S1, S1B); +module sky130_uuopenfpga_cc_hd_invmux2_1 (Z, Q1, Q2, S0, S0B, S1, S1B); output Z; input Q1, Q2, S0, S0B, S1, S1B; @@ -36,7 +36,7 @@ endmodule // type: scs8hd_muxinv8_1 `timescale 1ns/10ps `celldefine -module scs8hd_muxinv3_1 (Z, Q1, Q2, Q3, S0, S0B, S1, S1B, S2, S2B); +module sky130_uuopenfpga_cc_hd_invmux3_1 (Z, Q1, Q2, Q3, S0, S0B, S1, S1B, S2, S2B); output Z; input Q1, Q2, Q3, S0, S0B, S1, S1B, S2, S2B;