Update gpio_apb.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-15 10:04:28 -07:00 committed by GitHub
parent a8fa38ff14
commit cf25e9ce49

View File

@ -151,4 +151,3 @@ module gpio_apb import cvw::*; #(parameter cvw_t P) (
assign GPIOIntr = |{(rise_ip & rise_ie),(fall_ip & fall_ie),(high_ip & high_ie),(low_ip & low_ie)};
endmodule