Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Embeded-SCM Develop VHDL-FPGA-Verilog

practica1

  • Category : VHDL-FPGA-Verilog
  • Tags :
  • Update : 2016-09-17
  • Size : 1kb
  • Downloaded :0次
  • Author :pa***
  • 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
tester.vhd library IEEE use IEEE.STD_LOGIC_1164.all use IEEE.STD_LOGIC_ARITH.all use IEEE.STD_LOGIC_UNSIGNED.all LIBRARY lpm USE lpm.lpm_components.ALL entity practica1 is port ( RESET : in std_logic clk : in std_logic ena_mem : in std_logic sel_m : in std_logic q : out std_logic_vector (5 downto 0)) end practica1 architecture operation of practica1 is signal address_2 : std_logic_vector(5 downto 0) begin process(clk, ena_mem, RESET, sel_m) begin if (RESET = 0 ) then address_2 <= (others => 0 ) elsif rising_edge(clk) then if ena_mem = 1 and sel_m = 1 then address_2 <= address_2 + 1 q <= address_2 end if end if end process end operation
Packet file list
(Preview for download)


practica1
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.