代码搜索:mult

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

代码结果 6,230
www.eeworm.com/read/224871/14565385

vhd mult.vhd

-- MULTIPLEXER TO CHOOSE BETWEEN CLOCK AND C0 library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity mul
www.eeworm.com/read/224871/14565454

vhd mult.vhd

-- MULTIPLEXER TO CHOOSE BETWEEN CLOCK AND C0 library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; use ieee.std_logic_unsigned.all ; entity mul
www.eeworm.com/read/222858/14670339

inc mult.inc

--Copyright (C) 1991-2003 Altera Corporation --Any megafunction design, and related netlist (encrypted or decrypted), --support information, device programming or simulation file, and any oth
www.eeworm.com/read/222858/14670343

bsf mult.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/222858/14670348

v mult.v

// megafunction wizard: %LPM_MULT% // GENERATION: STANDARD // VERSION: WM1.0 // MODULE: lpm_mult // ============================================================ // File Name: mult.v // Megafu
www.eeworm.com/read/222858/14670351

cmp mult.cmp

--Copyright (C) 1991-2003 Altera Corporation --Any megafunction design, and related netlist (encrypted or decrypted), --support information, device programming or simulation file, and any oth
www.eeworm.com/read/122349/14699252

html __mult.html

www.eeworm.com/read/122349/14699287

html mult.html

www.eeworm.com/read/220624/14794805

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/220617/14795076

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