mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Add digital I/O self testing testbench
This commit is contained in:
parent
52d98eb7ca
commit
1e490c1714
|
@ -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)
|
||||
);
|
||||
|
|
Binary file not shown.
BIN
TESTBENCH/digital_io_hd_test/digital_io_hd_test_include_netlists.v (Stored with Git LFS)
Normal file
BIN
TESTBENCH/digital_io_hd_test/digital_io_hd_test_include_netlists.v (Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue