找回密码
 注册
搜索
查看: 948|回复: 1

[FPGA资料] Verilog速查手册

[复制链接]
发表于 2007-3-2 13:24:57 | 显示全部楼层 |阅读模式
很有用的资料
Verilog速查手册
涵盖了大部分的基本逻辑单元的设计!
没有目录!
形式如下!!
Bit-select
Formal Definition:
The bit-select provides an access to individual bits of vectors.
Complete description: Language Reference Manual section ?.2.1.
Simplified Syntax:
vector_identifier[expression];
Description:
The bit-select can be used to access individual bits of vector net or register data types. The bits can be addressed by using an expression. If the expression value is out of bounds or it returns z or x values, then the value returned by the reference is x. If one or more bits of the address returned by the expression have an x or z value, then the address expression is x.
The bit-select can be applied to any net vectors, regs, integers, and time register data types. The bit-selection of a register declared as real or realtime is illegal.
Examples:
Example 1
reg [3:0] vect;
vect = 4'b0001;
If the value of address expression is 0 then returned value is 1 (vect[0] = 1).
If the value of address expression is 3 then returned value is 0 (vect[3] = 0).
If the value of address expression is 4 then returned value is x (vect[4] = x).
If the value of address expression is x or z then returned value is x (vect[1抌x] = x).


【文件名】:0732@52RD_Verilog速查手册.chm
【格 式】:chm
【大 小】:144K
【简 介】:
【目 录】:
[UseMoney=1]

[/UseMoney][em08][em08]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
发表于 2007-3-17 01:39:09 | 显示全部楼层
这个不是安装quartus 2 就有了吗....[em10]
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-9-29 20:22 , Processed in 0.053896 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表