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 75 to Rev 79
    Reverse comparison

Rev 75 → Rev 79

/Files.tcl
0,0 → 1,27
set pkgs {Global Global Sd Sd Crc CRCs Rs232 Rs232 Components Ics307Values}
set units {Crc Crc {Rtl} Sd SdCmd {Rtl} Sd SdController {Rtl} Sd SdTop {Rtl} Rs232 Rs232Tx {Rtl}
Components Ics307Configurator {Rtl} StrobesClocks StrobeGen {Rtl} Sd TbdSd {Rtl}}
 
foreach {grp pkg} $pkgs {
set fname ../../../grp$grp/pkg$pkg/src/$pkg-p.vhdl
if [file isfile $fname] {
set_global_assignment -name VHDL_FILE "$fname"
} else {
post_message -type error "Pkg $grp $pkg not found!"
}
}
 
foreach {grp en arch} $units {
set prefix ../../../grp$grp/unit$en/src
if [file isfile $prefix/$en-e.vhdl] {
set_global_assignment -name VHDL_FILE "$prefix/$en-e.vhdl"
if [file isfile $prefix/$en-$arch-a.vhdl] {
set_global_assignment -name VHDL_FILE "$prefix/$en-$arch-a.vhdl"
}
} elseif [file isfile $prefix/$en-$arch-ea.vhdl] {
set_global_assignment -name VHDL_FILE "$prefix/$en-$arch-ea.vhdl"
} else {
post_message -type error "Unit $grp $en $arch not found!"
}
}
 
/Pins.tcl
23,6 → 23,7
oDigitAdr[3] Y3 0
oDigitAdr[2] Y4 0
oDigitAdr[1] W4 0
oTx B5 0
}
 
# Set according to pins
/TbdSdsyn.tcl
45,17 → 45,9
set_global_assignment -name DEVICE EP2C35F484C8
set_global_assignment -name TOP_LEVEL_ENTITY TbdSd
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
set_global_assignment -name VHDL_FILE "../../../grpGlobal/pkgGlobal/src/Global-p.vhdl"
set_global_assignment -name VHDL_FILE "../../../grpSd/pkgSd/src/Sd-p.vhdl"
set_global_assignment -name VHDL_FILE "../../../grpCrc/pkgCRCs/src/CRCs-p.vhdl"
set_global_assignment -name VHDL_FILE "../../../grpCrc/unitCrc/src/Crc-Rtl-ea.vhdl"
set_global_assignment -name VHDL_FILE "../../../grpSd/unitSdCmd/src/SdCmd-Rtl-ea.vhdl"
set_global_assignment -name VHDL_FILE "../../../grpSd/unitSdController/src/SdController-Rtl-ea.vhdl"
set_global_assignment -name VHDL_FILE "../../../grpSd/unitSdTop/src/SdTop-Rtl-ea.vhdl"
set_global_assignment -name VHDL_FILE "../../../grpComponents/pkgIcs307Values/src/Ics307Values-p.vhdl";
set_global_assignment -name VHDL_FILE "../../../grpComponents/unitIcs307Configurator/src/Ics307Configurator-e.vhd";
set_global_assignment -name VHDL_FILE "../../../grpComponents/unitIcs307Configurator/src/Ics307Configurator-Rtl-a.vhd";
set_global_assignment -name VHDL_FILE "../../../grpSd/unitTbdSd/src/TbdSd-Rtl-ea.vhdl"
 
source Files.tcl
 
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
set_global_assignment -name SMART_RECOMPILE ON

powered by: WebSVN 2.1.0

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