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 72 to Rev 73
    Reverse comparison

Rev 72 → Rev 73

/TbdSdsyn.tcl
64,7 → 64,24
set_global_assignment -name SYNTH_TIMING_DRIVEN_SYNTHESIS OFF
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
set_global_assignment -name GENERATE_RBF_FILE ON
exec Pins.tcl
 
# 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"
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.