Welcome![Sign In][Sign Up]
Location:
Search - outb

Search list

[Special Effectslookup_multi

Description: //4×4 查找表乘法器 module mult4x4(out,a,b,clk) output[7:0] out input[3:0] a,b input clk reg[7:0] out reg[1:0] firsta,firstb reg[1:0] seconda,secondb wire[3:0] outa,outb,outc,outd always @(posedge clk) begin firsta = a[3:2] seconda = a[1:0] firstb = b[3:2] secondb = b[1:0] end lookup m1(outa,firsta,firstb,clk), m2(outb,firsta,secondb,clk), m3(outc,seconda,firstb,clk), m4(outd,seconda,secondb,clk) //模块调用
Platform: | Size: 816 | Author: stevephen | Hits:

[Special Effectslookup_multi

Description: //4×4 查找表乘法器 module mult4x4(out,a,b,clk) output[7:0] out input[3:0] a,b input clk reg[7:0] out reg[1:0] firsta,firstb reg[1:0] seconda,secondb wire[3:0] outa,outb,outc,outd always @(posedge clk) begin firsta = a[3:2] seconda = a[1:0] firstb = b[3:2] secondb = b[1:0] end lookup m1(outa,firsta,firstb,clk), m2(outb,firsta,secondb,clk), m3(outc,seconda,firstb,clk), m4(outd,seconda,secondb,clk) //模块调用-//4 × 4 multiplier lookup table module mult4x4 (out, a, b, clk) output [7:0] out input [3:0] a, b input clk reg [7:0] out reg [1:0 ] firsta, firstb reg [1:0] seconda, secondb wire [3:0] outa, outb, outc, outd always @ (posedge clk) beginfirsta = a [3:2] seconda = a [1:0] firstb = b [3:2] secondb = b [1:0] endlookup m1 (outa, firsta, firstb, clk), m2 (outb, firsta, secondb, clk), m3 (outc, seconda, firstb, clk), m4 ( outd, seconda, secondb, clk)// module call
Platform: | Size: 1024 | Author: stevephen | Hits:

[GUI DevelopVClike_demo

Description: 一个类似VC的框架,很好用哦。还有outbar的效果。很好哦。-a framework similar to the VC, oh good use. There outbar results. Oh, good.
Platform: | Size: 146432 | Author: Rong | Hits:

[Delphi VCLoutbar

Description: XP风格的outbar.rar.有DELPHI,C++BULIDER的例子及源码-XP-style outbar.rar. There DELPHI, C++ BULIDER examples and source code
Platform: | Size: 540672 | Author: doudou | Hits:

[Other Embeded programparallel_port_on_linux

Description: Parallel port can be used to send the data and as various control actions to be taken for external event control.The default address for parallel port is 0x378. The code is compiled under linux and found to work ok.In outb file simply pass the value to be outputed to parallel port .If value passed is 0xff that will make all out pins to high.
Platform: | Size: 1024 | Author: avinash | Hits:

CodeBus www.codebus.net