|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
最近学习ISE软件功能,官网下载了XST的 XST User Guide for Virtex-6, Spartan-6, and 7 Series Devices
版本号UG687 (v 13.1) March 1, 2011
Chapter 4 XST Verilog Support中
Integer Handling in Verilog Concatenations Coding Example
reg [31:0] temp;
assign temp = 4’b1111 % 2;
assign dout = {12/3,temp,din};
文中temp是REG型,这里也能用assign赋值?请教下各位大牛这是为什么还是书写有错误?谢谢来访! |
|