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

« back to all changes in this revision

Viewing changes to usrp/fpga/megacells/fifo_1kx16_inst.v

  • 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
fifo_1kx16      fifo_1kx16_inst (
 
2
        .aclr ( aclr_sig ),
 
3
        .clock ( clock_sig ),
 
4
        .data ( data_sig ),
 
5
        .rdreq ( rdreq_sig ),
 
6
        .wrreq ( wrreq_sig ),
 
7
        .almost_empty ( almost_empty_sig ),
 
8
        .empty ( empty_sig ),
 
9
        .full ( full_sig ),
 
10
        .q ( q_sig ),
 
11
        .usedw ( usedw_sig )
 
12
        );