OpenCores
URL https://opencores.org/ocsvn/iota_pow_vhdl/iota_pow_vhdl/trunk

Subversion Repositories iota_pow_vhdl

[/] [iota_pow_vhdl/] [trunk/] [vhdl_cyclone10_lp/] [pll.cmp] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 microengin
--Copyright (C) 2017  Intel Corporation. All rights reserved.
2
--Your use of Intel Corporation's design tools, logic functions
3
--and other software and tools, and its AMPP partner logic
4
--functions, and any output files from any of the foregoing
5
--(including device programming or simulation files), and any
6
--associated documentation or information are expressly subject
7
--to the terms and conditions of the Intel Program License
8
--Subscription Agreement, the Intel Quartus Prime License Agreement,
9
--the Intel FPGA IP License Agreement, or other applicable license
10
--agreement, including, without limitation, that your use is for
11
--the sole purpose of programming logic devices manufactured by
12
--Intel and sold by Intel or its authorized distributors.  Please
13
--refer to the applicable agreement for further details.
14
 
15
 
16
component pll
17
        PORT
18
        (
19
                areset          : IN STD_LOGIC  := '0';
20
                inclk0          : IN STD_LOGIC  := '0';
21
                c0              : OUT STD_LOGIC ;
22
                c1              : OUT STD_LOGIC ;
23
                locked          : OUT STD_LOGIC
24
        );
25
end component;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.