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 f1fca7b commit 7e7ae4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion EF_GPIO8.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: mshalan@efabless.com
version: v1.0.6
version: v1.0.7
date: 08-07-2024
category: digital
tags:
Expand Down
4 changes: 2 additions & 2 deletions hdl/rtl/bus_wrappers/EF_GPIO8_APB.pp.v
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

module EF_GPIO8_APB (
`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_GPIO8_APB.v
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

module EF_GPIO8_APB (
`ifdef USE_POWER_PINS
input wire VPWR,
input wire VGND,
inout VPWR,
inout VGND,
`endif
`APB_SLAVE_PORTS,
input wire [8-1:0] io_in,
Expand Down

0 comments on commit 7e7ae4b

Please sign in to comment.