[HDL] Add digital I/O self testing testbench

This commit is contained in:
tangxifan 2020-12-11 16:11:12 -07:00
parent 52d98eb7ca
commit 1e490c1714
3 changed files with 7 additions and 1 deletions

View File

@ -34,7 +34,7 @@ module EMBEDDED_IO_HD (
wire SOC_DIR_N;
// Use drive-strength 4 for a high fan-out from SoC components
sky130_fd_sc_hd__or2b_1 ISOL_EN_GATE (.B_N(IO_ISOL_N),
sky130_fd_sc_hd__or2b_4 ISOL_EN_GATE (.B_N(IO_ISOL_N),
.A(FPGA_DIR),
.X(SOC_DIR)
);

BIN
TESTBENCH/digital_io_hd_test/digital_io_hd_test.v (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.