commit | 94dabb8582f4760d43d328fb676ba74dcfa1c08c | [log] [tgz] |
---|---|---|
author | Ahmed Ghazy <ax3ghazy@aucegypt.edu> | Mon Dec 14 19:02:22 2020 +0200 |
committer | Ahmed Ghazy <ax3ghazy@aucegypt.edu> | Mon Dec 14 19:02:22 2020 +0200 |
tree | 3c5cb16a0e328c8b1522a232e792c39c6d3b4fb8 | |
parent | 9c7e77248481168fb8364ef2e1a76a095d213a5c [diff] |
Fix the driver of the user2_vcc_powergood signal
diff --git a/verilog/rtl/mgmt_protect.v b/verilog/rtl/mgmt_protect.v index 8cb927f..25e0b8e 100644 --- a/verilog/rtl/mgmt_protect.v +++ b/verilog/rtl/mgmt_protect.v
@@ -330,7 +330,7 @@ .VPB(vccd), .VNB(vssd), `endif - .A(mprj2_vdd_logic1), + .A(mprj2_logic1), .X(user2_vcc_powergood) );