代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.asm
;*******************************************************************************
; FILENAME : ADC.ASM
; AUTHOR : SONiX
; PURPOSE : ADC Conversion Test. Connect analog signal to P4.0 then output
;
adc.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
adc.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
adc.pin
-- 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,
adc.v
module adc(clk,wr,rd,cs,shuchu,biaozhi,lddat,weixuan);
input [7:0] shuchu;
output [7:0] lddat;
input clk;
input biaozhi;
output rd;
output wr;
output cs;
output [2:0] weixuan;
reg rdd;
reg w
adc.done
Thu Jul 05 23:21:34 2007