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

Subversion Repositories udp_ip__core

[/] [udp_ip__core/] [trunk/] [UDP_IP_CORE/] [UDP_IP_CORE__Spartan3/] [dist_mem_64x8.vhd] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 NikosAl
--------------------------------------------------------------------------------
2
-- Copyright (c) 1995-2008 Xilinx, Inc.  All rights reserved.
3
--------------------------------------------------------------------------------
4
--   ____  ____
5
--  /   /\/   /
6
-- /___/  \  /    Vendor: Xilinx
7
-- \   \   \/     Version: K.39
8
--  \   \         Application: netgen
9
--  /   /         Filename: dist_mem_64x8.vhd
10
-- /___/   /\     Timestamp: Thu Feb 04 11:02:06 2010
11
-- \   \  /  \ 
12
--  \___\/\___\
13
--             
14
-- Command      : -intstyle ise -w -sim -ofmt vhdl C:\PHd_Projects\The_Felsenstein_CoProcessor\COREGEN_Design\tmp\_cg\dist_mem_64x8.ngc C:\PHd_Projects\The_Felsenstein_CoProcessor\COREGEN_Design\tmp\_cg\dist_mem_64x8.vhd 
15
-- Device       : 3s200ft256-4
16
-- Input file   : C:/PHd_Projects/The_Felsenstein_CoProcessor/COREGEN_Design/tmp/_cg/dist_mem_64x8.ngc
17
-- Output file  : C:/PHd_Projects/The_Felsenstein_CoProcessor/COREGEN_Design/tmp/_cg/dist_mem_64x8.vhd
18
-- # of Entities        : 1
19
-- Design Name  : dist_mem_64x8
20
-- Xilinx       : C:\Xilinx\10.1\ISE
21
--             
22
-- Purpose:    
23
--     This VHDL netlist is a verification model and uses simulation 
24
--     primitives which may not represent the true implementation of the 
25
--     device, however the netlist is functionally correct and should not 
26
--     be modified. This file cannot be synthesized and should only be used 
27
--     with supported simulation tools.
28
--             
29
-- Reference:  
30
--     Development System Reference Guide, Chapter 23
31
--     Synthesis and Simulation Design Guide, Chapter 6
32
--             
33
--------------------------------------------------------------------------------
34
 
35
 
36
-- synthesis translate_off
37
library IEEE;
38
use IEEE.STD_LOGIC_1164.ALL;
39
library UNISIM;
40
use UNISIM.VCOMPONENTS.ALL;
41
use UNISIM.VPKG.ALL;
42
 
43
entity dist_mem_64x8 is
44
  port (
45
    clk : in STD_LOGIC := 'X';
46
    a : in STD_LOGIC_VECTOR ( 5 downto 0 );
47
    qspo : out STD_LOGIC_VECTOR ( 7 downto 0 )
48
  );
49
end dist_mem_64x8;
50
 
51
architecture STRUCTURE of dist_mem_64x8 is
52
  signal N0 : STD_LOGIC;
53
  signal N1 : STD_LOGIC;
54
  signal a_2 : STD_LOGIC_VECTOR ( 5 downto 0 );
55
  signal NlwRenamedSignal_qspo : STD_LOGIC_VECTOR ( 0 downto 0 );
56
begin
57
  a_2(5) <= a(5);
58
  a_2(4) <= a(4);
59
  a_2(3) <= a(3);
60
  a_2(2) <= a(2);
61
  a_2(1) <= a(1);
62
  a_2(0) <= a(0);
63
  qspo(7) <= NlwRenamedSignal_qspo(0);
64
  qspo(6) <= NlwRenamedSignal_qspo(0);
65
  qspo(5) <= NlwRenamedSignal_qspo(0);
66
  qspo(4) <= NlwRenamedSignal_qspo(0);
67
  qspo(3) <= NlwRenamedSignal_qspo(0);
68
  qspo(2) <= NlwRenamedSignal_qspo(0);
69
  qspo(1) <= NlwRenamedSignal_qspo(0);
70
  qspo(0) <= NlwRenamedSignal_qspo(0);
71
  VCC_0 : VCC
72
    port map (
73
      P => N1
74
    );
75
  GND_1 : GND
76
    port map (
77
      G => N0
78
    );
79
  BU2_XST_GND : GND
80
    port map (
81
      G => NlwRenamedSignal_qspo(0)
82
    );
83
 
84
end STRUCTURE;
85
 
86
-- synthesis translate_on

powered by: WebSVN 2.1.0

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