Basic Concepts part 2
... data[31 :24 ] byte = data1 [24 +:8]; //starting bit = 24 , width =8 => data[31 :24 ] byte = data2[31-:8]; //starting bit = 31, width =8 => data [24 :31] byte = data2 [24 +:8]; //starting bit = 24 , ... variable vector part select: reg [25 5:0] data1; //Little endian notation reg [0 :25 5] data2; //Big endian notation reg [7:0] byte; //Using a variable part select, one can...
Ngày tải lên: 24/10/2013, 15:15
Basic Concepts part 1
... machine-specific (must be at least 32) . 23 456 // This is a 32- bit decimal number by default 'hc3 // This is a 32- bit hexadecimal number 'o21 // This is a 32- bit octal number X or Z values ... value is denoted by z. 12& apos;h13x // This is a 12- bit hex number; 4 least significant bits unknown 6'hx // This is a 6-bit hex number 32& apos;bz // This is a 32- bit hig...
Ngày tải lên: 20/10/2013, 16:15
Basic Concepts part 3
... World //Display value of current simulation time 23 0 $display($time); 23 0 //Display value of 41-bit virtual address 1fe0000001c at time 20 0 reg [0:40] virtual_addr; $display("At ... expressions. This is one of the most useful tasks in Verilog. Usage: $display(p1, p2, p3, , pn); p1, p2, p3, , pn can be quoted strings or variables or expressions. The format of $display...
Ngày tải lên: 24/10/2013, 15:15
... reset is asserted from 0 to 20 and from 20 0 to 22 0. initial begin reset = 1'b1; #15 reset = 1'b0; #180 reset = 1'b1; #10 reset = 1'b0; #20 $finish; //terminate the ... T_FF tff2(q [2] ,q[1], reset); T_FF tff3(q[3],q [2] , reset); endmodule In the above module, four instances of the module T_FF (T-flipflop) are used. Therefore, we must now define (Ex...
Ngày tải lên: 24/12/2013, 11:17
... giúp các bạn phần nào hiểu hơn về SQL . Phần 1 : SQL Basic 1) Introduction to SQL : SQL là cái gì Trích: SQL Server 20 00 là một hệ thống quản lý cơ sở dữ liệu (Relational Database ... Server 20 00 được tối ưu để có thể chạy trên môi trường cơ sở dữ liệu rất lớn (Very Large Database Environment) lên đến Tera-Byte và có thể phục vụ cùng lúc cho hàng ngàn user. SQL Server...
Ngày tải lên: 21/01/2014, 16:20
giáo trình lập trình cơ sở dữ liệu với visual basic part 2
...
Ngày tải lên: 24/03/2014, 17:55
New Insight into IELTS Student book with answers 2008 Reading - Part 2.pdf
Ngày tải lên: 07/08/2012, 11:56