Skip to content

Commit

Permalink
change power ports direction to inout
Browse files Browse the repository at this point in the history
  • Loading branch information
NouranAbdelaziz committed Jul 8, 2024
1 parent 18c5668 commit 2304156
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EF_UART.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
license: APACHE 2.0
author: Mohamed Shalan
email: [email protected]
version: v1.1.4
version: v1.1.5
date: 08-07-2024
category: digital
tags:
Expand Down
4 changes: 2 additions & 2 deletions hdl/rtl/bus_wrappers/EF_UART_APB.pp.v
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module EF_UART_APB #(
FAW = 4
) (
`ifdef USE_POWER_PINS
input wire VPWR,
input wire VGND,
inout VPWR,
inout VGND,
`endif
input wire PCLK,
input wire PRESETn,
Expand Down
4 changes: 2 additions & 2 deletions hdl/rtl/bus_wrappers/EF_UART_APB.v
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ module EF_UART_APB #(
FAW = 4
) (
`ifdef USE_POWER_PINS
input wire VPWR,
input wire VGND,
inout VPWR,
inout VGND,
`endif
`APB_SLAVE_PORTS,
input wire [1-1:0] rx,
Expand Down

0 comments on commit 2304156

Please sign in to comment.