~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to usrp/fpga/toplevel/usrp_multi/usrp_std.vh

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// -*- verilog -*-
2
 
//
3
 
//  USRP - Universal Software Radio Peripheral
4
 
//
5
 
//  Copyright (C) 2006 Martin Dudok van Heel
6
 
//
7
 
//  This program is free software; you can redistribute it and/or modify
8
 
//  it under the terms of the GNU General Public License as published by
9
 
//  the Free Software Foundation; either version 2 of the License, or
10
 
//  (at your option) any later version.
11
 
//
12
 
//  This program is distributed in the hope that it will be useful,
13
 
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
//  GNU General Public License for more details.
16
 
//
17
 
//  You should have received a copy of the GNU General Public License
18
 
//  along with this program; if not, write to the Free Software
19
 
//  Foundation, Inc., 51 Franklin Street, Boston, MA  02110-1301  USA
20
 
//
21
 
 
22
 
// ====================================================================
23
 
//            Do not remove or edit this file.
24
 
//            This is a redirect to usrp_multi.vh
25
 
//            This is needed because some common source files have a 
26
 
//            hardcoded `include "usrp_std.vh"
27
 
// ====================================================================
28
 
 
29
 
`include "usrp_multi.vh"