Ignore:
Timestamp:
Nov 22, 2009, 11:16:41 PM (15 years ago)
Author:
demin
Message:

add I2C master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MultiChannelUSB/Paella.qsf

    r61 r69  
    5959set_global_assignment -name VERILOG_FILE oscilloscope.v
    6060set_global_assignment -name VERILOG_FILE usb_fifo.v
     61set_global_assignment -name VERILOG_FILE i2c_fifo.v
    6162set_global_assignment -name VERILOG_FILE uwt_bior31.v
    6263set_global_assignment -name VERILOG_FILE test.v
     
    110111set_location_assignment PIN_70 -to USB_PB[2]
    111112set_location_assignment PIN_71 -to USB_PB[3]
    112 set_location_assignment PIN_72 -to CON_A[0]
    113 set_location_assignment PIN_73 -to CON_A[1]
    114 set_location_assignment PIN_76 -to CON_A[2]
    115 set_location_assignment PIN_78 -to CON_A[3]
    116 set_location_assignment PIN_80 -to CON_A[4]
    117 set_location_assignment PIN_81 -to CON_A[5]
    118 set_location_assignment PIN_82 -to CON_A[6]
     113set_location_assignment PIN_72 -to I2C_SDA
     114set_location_assignment PIN_73 -to I2C_SCL
     115set_location_assignment PIN_76 -to CON_A[0]
     116set_location_assignment PIN_78 -to CON_A[1]
     117set_location_assignment PIN_80 -to CON_A[2]
     118set_location_assignment PIN_81 -to CON_A[3]
     119set_location_assignment PIN_82 -to CON_A[4]
    119120set_location_assignment PIN_83 -to TRG[0]
    120121set_location_assignment PIN_84 -to TRG[1]
     
    234235set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to USB_SLWR
    235236set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to USB_IFCLK
     237set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to I2C_SDA
     238set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to I2C_SCL
    236239set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CON_A[0]
    237240set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CON_A[1]
     
    239242set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CON_A[3]
    240243set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CON_A[4]
    241 set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CON_A[5]
    242 set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to CON_A[6]
    243244set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to TRG[0]
    244245set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to TRG[1]
Note: See TracChangeset for help on using the changeset viewer.