CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - outb
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - outb - List
[
Special Effects
]
lookup_multi
DL : 0
//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) //模块调用
Date
: 2008-10-13
Size
: 816byte
User
:
stevephen
[
Special Effects
]
lookup_multi
DL : 0
//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
Date
: 2025-07-13
Size
: 1kb
User
:
stevephen
[
GUI Develop
]
VClike_demo
DL : 0
一个类似VC的框架,很好用哦。还有outbar的效果。很好哦。-a framework similar to the VC, oh good use. There outbar results. Oh, good.
Date
: 2025-07-13
Size
: 143kb
User
:
Rong
[
Delphi VCL
]
outbar
DL : 0
XP风格的outbar.rar.有DELPHI,C++BULIDER的例子及源码-XP-style outbar.rar. There DELPHI, C++ BULIDER examples and source code
Date
: 2025-07-13
Size
: 528kb
User
:
doudou
[
Other Embeded program
]
parallel_port_on_linux
DL : 0
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.
Date
: 2025-07-13
Size
: 1kb
User
:
avinash
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.