OpenCores
URL https://opencores.org/ocsvn/sdhc-sc-core/sdhc-sc-core/trunk

Subversion Repositories sdhc-sc-core

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /sdhc-sc-core/trunk/src/grpSd/unitTbdSd/syn
    from Rev 73 to Rev 74
    Reverse comparison

Rev 73 → Rev 74

/Pins.tcl
1,9 → 1,23
# Pin & Location Assignments
 
# Signal Pin Pullup
set pins {
iClk A12 0
inResetAsync Y20 1
ioCmd A8 1
ioData[0] A9 1
ioData[1] D6 1
ioData[2] C14 1
ioData[3] B8 1
oSclk B9 0
oIcs307Sclk C10 0
oIcs307Data C9 0
oIcs307Strobe E9 0
oLEDIdle Y5 0
oLEDInvalid Y6 0
oLEDACMD41 W5 0
oDigitAdr[3] Y3 0
oDigitAdr[2] Y4 0
oDigitAdr[1] W4 0
}
 
# Set according to pins
/TbdSdsyn.tcl
65,23 → 65,8
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
set_global_assignment -name GENERATE_RBF_FILE ON
 
# Pin & Location Assignments
# Signal Pin Pullup
set pins {
iClk A12 0
inResetAsync Y20 1
}
 
# Set according to pins
foreach {signal pin pull} $pins {
set_location_assignment PIN_$pin -to $signal
if {$pull == 1} {
set_instance_assignment -name WEAK_PULL_UP_RESISTOR ON -to $signal
}
}
 
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED WITH WEAK PULL-UP"
source Pins.tcl
set_instance_assignment -name CLOCK_SETTINGS Clock -to iClk
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
 

powered by: WebSVN 2.1.0

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