[HDL] Bug fix in I/O cell

This commit is contained in:
tangxifan 2020-11-17 20:03:20 -07:00
parent 1bfc793600
commit 58440b8c42
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module EMBEDDED_IO_HD (
);
// Use drive-strength 1 for a potential high fan-out from SoC components
sky130_fd_sc_hd__and2b_1 OUT_PROTECT_GATE (.A(SOC_DIR),
sky130_fd_sc_hd__and2b_1 OUT_PROTECT_GATE (.A_N(SOC_DIR),
.B(FPGA_OUT),
.X(SOC_OUT)
);