OpenCores
URL https://opencores.org/ocsvn/aes-128-ecb-encoder/aes-128-ecb-encoder/trunk

Subversion Repositories aes-128-ecb-encoder

[/] [aes-128-ecb-encoder/] [trunk/] [fpga/] [aes128_ecb_2017/] [aes128_ecb.srcs/] [sources_1/] [ip/] [clk_gen/] [clk_gen_stub.vhdl] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 vv_gulyaev
-- Copyright 1986-2017 Xilinx, Inc. All Rights Reserved.
2
-- --------------------------------------------------------------------------------
3
-- Tool Version: Vivado v.2017.4 (lin64) Build 2086221 Fri Dec 15 20:54:30 MST 2017
4
-- Date        : Thu Jul 23 09:43:35 2020
5
-- Host        : gigant.modulew.local running 64-bit Red Hat Enterprise Linux Server release 6.9 (Santiago)
6
-- Command     : write_vhdl -force -mode synth_stub -rename_top clk_gen -prefix
7
--               clk_gen_ clk_gen_stub.vhdl
8
-- Design      : clk_gen
9
-- Purpose     : Stub declaration of top-level module interface
10
-- Device      : xc7k325tffg900-2
11
-- --------------------------------------------------------------------------------
12
library IEEE;
13
use IEEE.STD_LOGIC_1164.ALL;
14
 
15
entity clk_gen is
16
  Port (
17
    clk_out1 : out STD_LOGIC;
18
    reset : in STD_LOGIC;
19
    locked : out STD_LOGIC;
20
    clk_in1_p : in STD_LOGIC;
21
    clk_in1_n : in STD_LOGIC
22
  );
23
 
24
end clk_gen;
25
 
26
architecture stub of clk_gen is
27
attribute syn_black_box : boolean;
28
attribute black_box_pad_pin : string;
29
attribute syn_black_box of stub : architecture is true;
30
attribute black_box_pad_pin of stub : architecture is "clk_out1,reset,locked,clk_in1_p,clk_in1_n";
31
begin
32
end;

powered by: WebSVN 2.1.0

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