当前位置:网站首页>Verilog 线型wire 种类
Verilog 线型wire 种类
2022-07-02 03:02:00 【嗒曦】
1.Nets(网络连线):
由模块或门驱动的连线。驱动端信号的改变会立刻传递到输出的连线上。
例如:下图,selb的改变,会自动地立刻影响或门的输出。
连接(Nets)类型变量的种类:
类型 功能
wire,tri 对应于标准的互连线(缺省)
supply1, supply2 对应于电源线或接地线
wor, trior 对应于有多个驱动源的线或逻辑连接
wand, triand 对应于有多个驱动源的线与逻辑连接
trireg 对应于有电容存在能暂时存储电平的连接
tri1, tri0 对应于需要上拉或下拉的连接
如果不明确地说明连接是何种类型,应该是指wire类型。而不指定就默认为1位wire类型。
专门指定出wire类型,可能是多位或为使程序易读。
边栏推荐
- Baohong industry | four basic knowledge necessary for personal finance
- JS introduction < 1 >
- LeetCode刷题(十)——顺序刷题46至50
- New programmer magazine | Li Penghui talks about open source cloud native message flow system
- MMSegmentation系列之训练与推理自己的数据集(三)
- tarjan2
- Baohong industry | what misunderstandings should we pay attention to when diversifying investment
- tarjan2
- 3048. Number of words
- [learn C and fly] 3day Chapter 2 program in C language (exercise 2.3 calculate piecewise functions)
猜你喜欢

PHP notes - use Smarty to set public pages (include, if, else, variable settings)

2022-2028 global nano abrasive industry research and trend analysis report

Connected block template and variants (4 questions in total)

QT implementation interface jump

Special symbols in SAP ui5 data binding syntax, and detailed explanation of absolute binding and relative binding concepts
![[learn C and fly] 1day Chapter 2 (exercise 2.2 find the temperature of Fahrenheit corresponding to 100 ° f)](/img/39/42b1726e5f446f126a42d7ac673dce.png)
[learn C and fly] 1day Chapter 2 (exercise 2.2 find the temperature of Fahrenheit corresponding to 100 ° f)

About DNS

Missing numbers from 0 to n-1 (simple difficulty)

Force deduction daily question 540 A single element in an ordered array

高并发场景下缓存处理方案
随机推荐
批量检测url是否存在cdn—高准确率
Qualcomm platform WiFi -- P2P issue (2)
STM32__ 05 - PWM controlled DC motor
Golang configure export goprivate to pull private library code
JDBC details
【JVM】创建对象的流程详解
2022-2028 global human internal visualization system industry research and trend analysis report
离婚3年以发现尚未分割的共同财产,还可以要么
Learning notes of software testing -- theoretical knowledge of software testing
LeetCode刷题(十)——顺序刷题46至50
Ten minutes will take you in-depth understanding of multithreading - multithreaded teamwork: synchronous control
数据传输中的成帧
The video number will not be allowed to be put on the shelves of "0 yuan goods" in the live broadcasting room?
Connected block template and variants (4 questions in total)
Formatting logic of SAP ui5 currency amount display
[staff] pitch representation (treble clef | C3 60 ~ B3 71 pitch representation | C4 72 pitch representation | C5 84 pitch representation)
buu_ re_ crackMe
Render header usage of El table
Stack - es - official documents - filter search results
[learn C and fly] 4day Chapter 2 program in C language (exercise 2.5 generate power table and factorial table