User`s manual
713 .audioTrigger(audioTrigger),
714
715 // AC97 I/O
716 .ready(ready),
717 .from_ac97_data(from_ac97_data),
718 .to_ac97_data(to_ac97_data),
719
720 // Flash I/O
721 .flash_data(flash_data),
722 .flash_address(flash_address),
723 .flash_ce_b(flash_ce_b),
724 .flash_oe_b(flash_oe_b),
725 .flash_we_b(flash_we_b),
726 .flash_reset_b(flash_reset_b),
727 .flash_byte_b(flash_byte_b),
728 .flash_sts(flash_sts),
729 .busy(busy),
730
731 // USB I/O
732 .data(user1[31:24]), //the data pins from the USB fifo
733 .rxf(user1[23]), //the rxf pin from the USB fifo
734 .rd(user1[22]) //the rd pin TO the USB FIFO (OUTPUT)
735 );
736
737 endmodule
A.2.2 labkit.ucf
1 ###############################################################################
2 #
3 # 6.111 FPGA Labkit -- Constraints File
4 #
5 # For Labkit Revision 004
6 #
7 #
8 # Created: Oct 30, 2004 from revision 003 contraints file
9 # Author: Nathan Ickes and Isaac Cambron
10 #
11 ###############################################################################
12 #
13 # CHANGES FOR BOARD REVISION 004
14 #
15 # 1) Added signals for logic analyzer pods 2-4.
16 # 2) Expanded tv_in_ycrcy bus to 20 bits.
17 # 3) Renamed tv_out_sclk to tv_out_i2c_clock for consistency
18 # 4) Renamed tv_out_data to tv_out_i2c_data for consistency
104