Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads Documents Software Engineering
  • Category : Software Engineering
  • Tags :
  • Update : 2015-06-12
  • Size : 1kb
  • Downloaded :0次
  • Author :hs***
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
LIBRARY IEEE USE IEEE.STD_LOGIC_1164.ALL USE IEEE.STD_LOGIC_UNSIGNED.ALL ENTITY chenyongqiang IS PORT ( CLK : IN STD_LOGIC SG : OUT STD_LOGIC_VECTOR(6 DOWNTO 0) 段控制信号输出 BT : OUT STD_LOGIC_VECTOR(7 DOWNTO 0) ) 位控制信号输出 END ARCHITECTURE one OF chenyongqiang IS SIGNAL CNT8 : STD_LOGIC_VECTOR(2 DOWNTO 0) SIGNAL A : INTEGER RANGE 0 TO 15 BEGIN P1: PROCESS( CNT8 ) BEGIN CASE CNT8 IS WHEN 000 => BT <= 00000001 A <= 1 WHEN 001 => BT <= 00000010 A <= 2 WHEN 010 => BT <= 00000100 A <= 3 WHEN 011 => BT <= 00001000 A <= 4 WHEN 100 => BT <= 00010000 A <= 5 WHEN 101 => BT <= 00100000 A <= 6 WHEN 110 => BT <= 01000000 A <= 7 WHEN 111 => BT <= 10000000 A <= 8 WHEN OTHERS => NULL END CASE END PROCESS P1 P2: PROCESS(CLK) BEGIN IF CLK EVENT AND CLK = 1 THEN CNT8 <= CNT8+ 1 END IF END PROCESS P2 P3: PROCESS( A
Packet file list
(Preview for download)


vhdlll.txt
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 one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.