?rev1line? |
?rev2line? |
|
# 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 .
|
|
#
|
|
# 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_dbus<0>" loc = "AA12";
|
|
net "b_dbus<1>" loc = "AB12";
|
|
net "b_dbus<2>" loc = "AB13";
|
|
net "b_dbus<3>" loc = "AC13";
|
|
net "b_dbus<4>" loc = "AA14";
|
|
net "b_dbus<5>" loc = "Y14";
|
|
net "b_dbus<6>" loc = "W14";
|
|
net "b_dbus<7>" loc = "Y15";
|
|
net "b_dbus<8>" loc = "Y9";
|
|
net "b_dbus<9>" loc = "Y10";
|
|
net "b_dbus<10>" loc = "Y11";
|
|
net "b_dbus<11>" loc = "W11";
|
|
net "b_dbus<12>" loc = "Y12";
|
|
net "b_dbus<13>" loc = "W12";
|
|
net "b_dbus<14>" loc = "Y13";
|
|
net "b_dbus<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";
|
|
|
|
|
|
|