Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ASIC Library Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
ASIC Library Tech
Compare revisions
28d17f2aa58ecf27e8168e8c5874457caaf29f4f to 57e2056366551367fedfdd983eb659dc2076a8b1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
soclabs/asic_library_tech
Select target project
No results found
57e2056366551367fedfdd983eb659dc2076a8b1
Select Git revision
Branches
main
Swap
Target
soclabs/asic_library_tech
Select target project
soclabs/asic_library_tech
1 result
28d17f2aa58ecf27e8168e8c5874457caaf29f4f
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
update pad model for ASIC with no technology pads
· 57e20563
Daniel Newbrook
authored
6 months ago
57e20563
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pads/verilog/PAD_INOUT8MA_NOE.v
+3
-2
3 additions, 2 deletions
pads/verilog/PAD_INOUT8MA_NOE.v
with
3 additions
and
2 deletions
pads/verilog/PAD_INOUT8MA_NOE.v
View file @
57e20563
...
...
@@ -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
This diff is collapsed.
Click to expand it.