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

Subversion Repositories utosnet

[/] [utosnet/] [trunk/] [gateware/] [uTosNet_example/] [uTosNet_uart/] [top.vhd] - Diff between revs 3 and 4

Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 3... Line 3...
-- Engineer:            Simon Falsig
-- Engineer:            Simon Falsig
-- 
-- 
-- Create Date:         19/03/2010 
-- Create Date:         19/03/2010 
-- Design Name:         uTosNet_uart Example
-- Design Name:         uTosNet_uart Example
-- Module Name:         top - Behavioral 
-- Module Name:         top - Behavioral 
 
-- File Name:           top.vhd
-- Project Name:        uTosNet
-- Project Name:        uTosNet
-- Target Devices:      SDU XC3S50AN Board
-- Target Devices:      SDU XC3S50AN Board
-- Tool versions:       Xilinx ISE 11.4
-- Tool versions:       Xilinx ISE 11.4
-- Description:         This is a simple example showing the use of the uTosNet_uart
-- Description:         This is a simple example showing the use of the uTosNet_uart
--                                      module.
--                                      module.
--
--
-- Revision: 
-- Revision: 
-- Revision 0.10 -      Initial release
-- Revision 0.10 -      Initial release
--
--
 
-- Copyright 2010
 
--
 
-- This file is part of the uTosNet_spi Example
 
--
 
-- The uTosNet_uart Example is free software: you can redistribute it 
 
-- and/or modify it under the terms of the GNU Lesser General Public License as
 
-- published by the Free Software Foundation, either version 3 of the License,
 
-- or (at your option) any later version.
 
--
 
-- The uTosNet_uart Example 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 Lesser
 
-- General Public License for more details.
 
--
 
-- You should have received a copy of the GNU Lesser General Public License
 
-- along with the uTosNet_uart Example. If not, see
 
-- <http://www.gnu.org/licenses/>.
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
 
 
library IEEE;
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
 
 

powered by: WebSVN 2.1.0

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