FreeCalypso > hg > freecalypso-schem2
comparison venus/src/usb/usb_domain_bctl.v @ 40:9309cebe07b8
use buffer_slot_od primitive for slots of 74LVC2G07
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Nov 2021 23:18:12 +0000 |
parents | 4722b265cb8c |
children |
comparison
equal
deleted
inserted
replaced
39:3becdb3b6dce | 40:9309cebe07b8 |
---|---|
19 .GND(GND) | 19 .GND(GND) |
20 ); | 20 ); |
21 | 21 |
22 capacitor od_buf_bypass_cap (P_3V3, GND); | 22 capacitor od_buf_bypass_cap (P_3V3, GND); |
23 | 23 |
24 buffer_slot_basic buf_CTL1 (.A(ChanB_RTS), .Y(CTL1_out)); | 24 buffer_slot_od buf_CTL1 (.A(ChanB_RTS), .Y(CTL1_out)); |
25 buffer_slot_basic buf_CTL2 (.A(ChanB_DTR), .Y(CTL2_out)); | 25 buffer_slot_od buf_CTL2 (.A(ChanB_DTR), .Y(CTL2_out)); |
26 | 26 |
27 endmodule | 27 endmodule |