代码搜索:Booth
找到约 978 项符合「Booth」的源代码
代码结果 978
www.eeworm.com/read/383505/8941209
v booth16_test.v
module testbench();
parameter WIDTH = 16;
reg CLK, RESET;
reg [WIDTH-1:0]A, B;
wire [WIDTH+WIDTH-1:0]P;
Booth16 m1(.CLK(CLK), .RESET(RESET), .A(A), .B(B), .P(P));
initial
CLK = 1'b0;
www.eeworm.com/read/183929/9130131
v booth_multiplier_stg.v
`define L_word 16
module Booth_Multiplier_STG(product,Ready,word1,word2,Start,clock,reset);
output [2*`L_word-1:0]product;
output Ready;
input [`L_word-1:0]word1,word2;
input Start,clock,rese
www.eeworm.com/read/355936/10241170
v booth_mult_timesim.v
// Xilinx Verilog netlist produced by netgen application (version G.31a)
// Command : -intstyle ise -s 6 -pcf booth_mult.pcf -ngm booth_mult.ngm -w -ofmt verilog -sim booth_mult.ncd booth_mult_ti
www.eeworm.com/read/264839/7110948
bak booth_code.v.bak
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,temp,co);
always @(b or x
www.eeworm.com/read/264839/7110951
v booth_code_tp.v
`timescale 1ns/1ns
module booth_code_tp();
reg[2:0] b;
reg[8:0] x;
wire[9:0] out;
booth_code inst_cnt(b,x,out);
initial
begin
b=3'b000;x=9'b100010101;
#10 b=3'b001;x=9'b101010101;
#10 b=
www.eeworm.com/read/451921/7453946
rpt booth_multiplier.tan.rpt
Timing Analyzer report for booth_multiplier
Tue Aug 23 16:23:28 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. L
www.eeworm.com/read/451921/7453947
rpt booth_multiplier.flow.rpt
Flow report for booth_multiplier
Tue Aug 23 16:23:28 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/451921/7453948
rpt booth_multiplier.fit.rpt
Fitter report for booth_multiplier
Tue Aug 23 16:23:22 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Noti
www.eeworm.com/read/451921/7453951
summary booth_multiplier.tan.summary
--------------------------------------------------------------------------------------
Timing Analyzer Summary
--------------------------------------------------------------------------------------
www.eeworm.com/read/451921/7453952
summary booth_multiplier.map.summary
Flow Status : Successful - Tue Aug 23 16:23:08 2005
Quartus II Version : 5.0 Build 148 04/26/2005 SJ Full Version
Revision Name : booth_multiplier
Top-level Entity Name : booth_multiplier
Family :