Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • soclabs/asic_library_tech
1 result
Select Git revision
Show changes
Commits on Source (1)
...@@ -26,6 +26,7 @@ module PAD_INOUT8MA_NOE ( ...@@ -26,6 +26,7 @@ module PAD_INOUT8MA_NOE (
input O; input O;
input NOE; input NOE;
bufif1 #2 (PAD, O, ~NOE); assign PAD = NOE ? 1'bz : O;
buf #1 (I, PAD); assign I = PAD;
endmodule // PAD_INOUT8MA_NOE endmodule // PAD_INOUT8MA_NOE