Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Other assembly language

LIBRARY-IEEE

  • Category : assembly language
  • Tags :
  • Update : 2014-05-16
  • Size : 3kb
  • Downloaded :0次
  • Author :木***
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL ENTITY sun IS PORT(ENA,CLK_IN,CLR:IN STD_LOGIC Y:OUT STD_LOGIC_VECTOR(6 DOWNTO 0) ) END sun ARCHITECTURE A OF sun IS SIGNAL CLK:STD_LOGIC SIGNAL TEMP:INTEGER RANGE 0 TO 9 BEGIN CLOCK:PROCESS(CLK_IN) VARIABLE CLOCK_BUFFER:STD_LOGIC VARIABLE COUNT_TIME:INTEGER RANGE 0 TO 1999999 BEGIN IF CLK_IN EVENT AND CLK_IN= 1 THEN IF COUNT_TIME=1999999 THEN COUNT_TIME:=0 CLOCK_BUFFER:=NOT CLOCK_BUFFER ELSE COUNT_TIME:=COUNT_TIME+1 END IF END IF CLK<=CLOCK_BUFFER END PROCESS COUNT:PROCESS(CLR,CLK,ENA) VARIABLE Q:INTEGER RANGE 0 TO 10 BEGIN IF(CLR= 0 )THEN Q:=0 ELSE IF CLK EVENT AND CLK= 1 THEN IF ENA= 1 THEN Q:=Q+1 IF(Q=10)THEN
Packet file list
(Preview for download)


LIBRARY IEEE.doc
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.