vault backup: 2025-02-03 10:04:19

This commit is contained in:
arc 2025-02-03 10:04:19 -07:00
parent d54cecc801
commit 400c362f17
2 changed files with 5 additions and 1 deletions

View File

@ -38,4 +38,6 @@ There are 3 kinds of ports:
- `inout`: Inout ports can send *and* receive values.
### Port types
If no
If no type is defined, ports are implicitly defined as *nets* of type `wire`.
> In verilog, the term *net* refers to network, and it refers to a connection that joins two or more devices together.

View File

@ -0,0 +1,2 @@
There are two main categories of data types in Verilog. These ty
# Nets