代码搜索:CMP
找到约 10,000 项符合「CMP」的源代码
代码结果 10,000
www.eeworm.com/read/222008/14711743
qrpt songer_cmp.qrpt
www.eeworm.com/read/221711/14726452
summary cmp.map.summary
Flow Status : Successful - Wed Oct 12 10:28:10 2005
Quartus II Version : 5.0 Build 148 04/26/2005 SJ Full Version
Revision Name : cmp
Top-level Entity Name : cmp
Family : MAX7000S
Device : EPM712
www.eeworm.com/read/221711/14726453
bak cmp.v.bak
module cmp(a,b,c,en);
input[3:0] a,b;
output[7:0] c;
reg[7:0] c;
output[7:0] en;
wire[3:0] c_tmp;
assign en=0;
assign c_tmp=(a>=b)? 1:0;
always@(c_tmp)
begin
case(c_tmp)
4'b0000:
www.eeworm.com/read/221711/14726459
summary cmp.tan.summary
--------------------------------------------------------------------------------------
Timing Analyzer Summary
--------------------------------------------------------------------------------------
www.eeworm.com/read/221711/14726460
rpt cmp.tan.rpt
Timing Analyzer report for cmp
Wed Oct 12 10:28:24 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
www.eeworm.com/read/221711/14726462
rpt cmp.flow.rpt
Flow report for cmp
Wed Oct 12 10:28:24 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Flow S
www.eeworm.com/read/221711/14726467
eqn cmp.fit.eqn
-- 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 o
www.eeworm.com/read/221711/14726468
summary cmp.fit.summary
Flow Status : Successful - Wed Oct 12 10:28:17 2005
Quartus II Version : 5.0 Build 148 04/26/2005 SJ Full Version
Revision Name : cmp
Top-level Entity Name : cmp
Family : MAX7000S
Device : EPM712
www.eeworm.com/read/221711/14726469
rpt cmp.map.rpt
Analysis & Synthesis report for cmp
Wed Oct 12 10:28:10 2005
Version 5.0 Build 148 04/26/2005 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Not