代码搜索:ADC测试
找到约 10,000 项符合「ADC测试」的源代码
代码结果 10,000
www.eeworm.com/read/326650/13125676
qws adc_3.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
[ProjectWorkspace.Frame
www.eeworm.com/read/326650/13125679
v adc_3.v
module adc_3(sel,ad_sts,data_in,data_out);
input sel;
input ad_sts;
input[11:0] data_in;
output[11:0] data_out;
reg[11:0] mema[7:0];
reg[11:0] data_out;
reg[2:0] num;
always@(negedge ad_sts)
www.eeworm.com/read/326650/13125708
pof adc_3.pof
www.eeworm.com/read/326650/13125711
sof adc_3.sof
www.eeworm.com/read/326650/13125716
qsf adc_3.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/326650/13125791
psp adc_3.psp
www.eeworm.com/read/326650/13125814
hif adc_3.hif
Version 5.0 Build 148 04/26/2005 SJ Full Version
2
45
OFF
OFF
OFF
OFF
OFF
FV_OFF
VRSM_ON
VHSM_ON
0
# entity
adc_3
# logic_option {
AUTO_RAM_RECOGNITION
ON
}
# case_sensitive
# sourc
www.eeworm.com/read/326650/13125832
qpf adc_3.qpf
# 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/326650/13125850
v adc_1.v
module adc_1(clk,f_r,add,add_out,control);
input clk,f_r;//clk周期为120ns
output[2:0] add;
output control;
output [2:0]add_out;
reg beg;
reg flag;//读完成标志位
//reg[2:0] add;
reg control;
assign add