代码搜索:Booth
找到约 978 项符合「Booth」的源代码
代码结果 978
www.eeworm.com/read/466290/7041970
epd booth_l.epd
c2a5/4ak3/6RN1/4p1p2/6b2/6p2/6p2/6n2/2rr1pn2/1c2K1C2 w - - 0 1 ; 第001局
4k1b2/9/9/3N1R3/2C6/3p5/1cNr5/5p1r1/4p4/3R1K3 w - - 0 1 ; 第002局
9/4k1C2/3N1R3/5P3/2b6/9/2N6/5p3/4p2r1/5K3 w - - 0 1 ; 第003局
3a
www.eeworm.com/read/264839/7110812
v booth_code.v
module booth_code(b,x,out);
input[2:0] b;
input[8:0] x;
output[9:0] out;
reg[9:0] out;
wire[8:0] temp;
wire[8:0] x_fan;
assign x_fan=~x;
wire co;
add_8b add8_1(x_fan[7:0],1,0,temp,co);
always @(b or
www.eeworm.com/read/264839/7110916
bak booth.v.bak
module booth(h,b0,b1,b2,b3);
output[2:0] b0,b1,b2,b3;
input[7:0] h;
reg[2:0] b0,b1,b2,b3;
always @(h)
begin
case({h[1],h[0],0})
3'b000:b0=3'b000;
3'b001:b0=3'b001;
3'
www.eeworm.com/read/264839/7110919
v booth_tp.v
`timescale 1ns/1ns
module booth_tp();
wire[2:0] b0,b1,b2,b3;
reg[7:0] h;
booth inst_cnt(h,b0,b1,b2,b3);
initial
begin
h=8'b00000000;
#10 h=8'b11111100;
#10 h=8'b00000010;
#10 h=8'b00000
www.eeworm.com/read/456681/7342382
tf booth_tb.tf
module testbench();
// Inputs
reg [15:0] A;
reg [15:0] B;
// Outputs
wire [31:0] P;
// Instantiate the UUT
booth uut (.A(A), .B(B), .P(P));
initial
$monitor(
www.eeworm.com/read/451921/7453945
sof booth_multiplier.sof
www.eeworm.com/read/451921/7453949
qpf booth_multiplier.qpf
# Copyright (C) 1991-2004 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/451921/7453950
qsf booth_multiplier.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
www.eeworm.com/read/451921/7453954
pof booth_multiplier.pof
www.eeworm.com/read/451921/7453955
qws booth_multiplier.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1