代码搜索:mult

找到约 6,230 项符合「mult」的源代码

代码结果 6,230
www.eeworm.com/read/414302/7068964

h mult.h

//locale支持 /* * Standard gettext macros. */ #ifdef ENABLE_NLS # include # undef _ # define _(String) dgettext (PACKAGE, String) # ifdef gettext_noop # define N_(String) gettext_
www.eeworm.com/read/400482/7103314

v mult_for.v

module mult_for(outcome,a,b); parameter size=8; input[size:1] a,b; output[2*size:1] outcome; reg[2*size:1] outcome; integer i; always @(a or b) begin outcome=0; for(i=1; i
www.eeworm.com/read/400482/7103410

v mult.v

module mult(outcome,a,b); parameter size=8; input[size:1] a,b; output[2*size:1] outcome; assign outcome=a*b; endmodule
www.eeworm.com/read/257329/7124480

in_ adm_mult.in_

www.eeworm.com/read/461262/7230910

xco mult.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True SET verilogsim = True SET workingdirectory = D:\work\ISE\c6 SET speedgrade = -12 SET simulationfiles = Behavioral SET asysymb
www.eeworm.com/read/461262/7230918

xco mult.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True SET verilogsim = True SET workingdirectory = D:\work\ISE\c6 SET speedgrade = -12 SET simulationfiles = Behavioral SET asysymb
www.eeworm.com/read/461262/7230969

xco mult.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True SET verilogsim = True SET workingdirectory = D:\work\ISE\c11 SET speedgrade = -12 SET simulationfiles = Behavioral SET asysym
www.eeworm.com/read/461262/7231031

xco mult.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True SET verilogsim = True SET workingdirectory = C:\work\ISE\c10 SET speedgrade = -12 SET simulationfiles = Behavioral SET asysym
www.eeworm.com/read/461262/7231039

xco mult.xco

# BEGIN Project Options SET flowvendor = Foundation_iSE SET vhdlsim = True SET verilogsim = True SET workingdirectory = C:\work\ISE\c10 SET speedgrade = -12 SET simulationfiles = Behavioral SET asysym
www.eeworm.com/read/459315/7277364

in_ adm_mult.in_