mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Bug fix in I/O cell
This commit is contained in:
parent
1bfc793600
commit
58440b8c42
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue