Skip to content
Snippets Groups Projects
Commit 57e20563 authored by Daniel Newbrook's avatar Daniel Newbrook
Browse files

update pad model for ASIC with no technology pads

parent 28d17f2a
Branches main
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ module PAD_INOUT8MA_NOE (
input O;
input NOE;
bufif1 #2 (PAD, O, ~NOE);
buf #1 (I, PAD);
assign PAD = NOE ? 1'bz : O;
assign I = PAD;
endmodule // PAD_INOUT8MA_NOE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment