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

Subversion Repositories gecko3

[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-ip/] [core/] [GECKO3main_v1.ucf] - Rev 18

Go to most recent revision | Compare with Previous | Blame | View Log

#  GECKO3COM IP Core
#
#  Copyright (C) 2009 by
#   ___    ___   _   _
#  (  _ \ (  __)( ) ( )
#  | (_) )| (   | |_| |   Bern University of Applied Sciences
#  |  _ < |  _) |  _  |   School of Engineering and
#  | (_) )| |   | | | |   Information Technology
#  (____/ (_)   (_) (_)
#
#  This program is free software: you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 3 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details. 
#  You should have received a copy of the GNU General Public License
#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
#  URL to the project description: 
#    http://labs.ti.bfh.ch/gecko/wiki/systems/gecko3com/start
#-----------------------------------------------------------------------------
#
#  Author:  Andreas Habegger, Christoph Zimmermann
#  Date of creation: 8. April 2009
#  Description:
#       This is the pinning and contraints file for the GECKO3main module with 
#               the revision 1.0
#
#  Target Devices:      Xilinx Spartan3 XC3S1000 to XC3S4000 FPGA's
#  Tool versions:       11.1
#  Dependencies:                GECKO3main Module Revision 1.0
#
#-----------------------------------------------------------------------------

# connection clk and rst
net "i_nReset" loc = "AE19";

net "i_SYSCLK"          loc = "AF14";
net "i_SYSCLK" tnm_net = "SYSCLK";
timespec "TS_SYSCLK" = period "SYSCLK" 20.0 ns HIGH 50%; # 50 MHz system clock

net "i_IFCLK"  loc = "AA17";
net "i_IFCLK" CLOCK_DEDICATED_ROUTE = FALSE;
net "i_IFCLK" tnm_net = "IFCLK";
timespec "TS_IFCLK" = period "IFCLK" 20.83 ns HIGH 50%; # 48 MHz interface clock

# connection of controll bus signals
net "i_WRU"    loc = "AC5";
net "i_RDYU"   loc = "AB5";
net "o_WRX"    loc = "AC14";
net "o_RDYX"   loc = "AD14";

# connection of data bus signals
net "b_gpif_bus<0>"  loc = "AA12";
net "b_gpif_bus<1>"  loc = "AB12";
net "b_gpif_bus<2>"  loc = "AB13";
net "b_gpif_bus<3>"  loc = "AC13";
net "b_gpif_bus<4>"  loc = "AA14";
net "b_gpif_bus<5>"  loc = "Y14";
net "b_gpif_bus<6>"  loc = "W14";
net "b_gpif_bus<7>"  loc = "Y15";
net "b_gpif_bus<8>"  loc = "Y9";
net "b_gpif_bus<9>"  loc = "Y10";
net "b_gpif_bus<10>" loc = "Y11";
net "b_gpif_bus<11>" loc = "W11";
net "b_gpif_bus<12>" loc = "Y12";
net "b_gpif_bus<13>" loc = "W12";
net "b_gpif_bus<14>" loc = "Y13";
net "b_gpif_bus<15>" loc = "W13";


# switches
#net "i_Switches<0>" loc = "C5";
#net "i_Switches<1>" loc = "D5";
#net "i_Switches<2>" loc = "E5";
#net "i_Switches<3>" loc = "C4";

# LEDs

net "o_LEDrx" loc = "f9";
net "o_LEDtx" loc = "g9";
net "o_LEDrun"loc = "f10";

# dummy output, only needed for the gpif_com_test
net "o_dummy" loc = "AF19";

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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