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
    from Rev 136 to Rev 137
    Reverse comparison

Rev 136 → Rev 137

/src/sim/sim.tcl
75,7 → 75,10
 
if [info exists tbunits] {
foreach {grp en arch} $tbunits {
compileUnit $grp $en $arch
if ![info exists psl] {
array set psl [list]
}
compileUnit $grp $en $arch psl
}
}
 
/Makefile
1,8 → 1,8
# Recursive makefile for simulations
 
SIMS = grpCrc/unitCrc grpWishbone/unitWbSlave grpSd/unitSdCmd grpSd/unitSdCardModel grpStrobesClocks/unitTimeoutGenerator grpRs232/unitRs232Tx grpSd/unitSdData grpSd/unitSdClockMaster
SIMS = grpCrc/unitCrc grpStrobesClocks/unitTimeoutGenerator
SYSVSIMS = grpSd/unitSdVerificationTestbench
SYNS = grpCrc/unitCrc grpSd/unitSdCmd grpSd/unitSdTop grpSd/unitTbdSd grpSd/unitSdData
SYNS = grpSd/unitTbdSd
 
sim:
for i in $(SIMS); do make -C src/$$i/sim; done

powered by: WebSVN 2.1.0

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