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/grpSdVerification
    from Rev 161 to Rev 164
    Reverse comparison

Rev 161 → Rev 164

/unitSdCoreChecker/src/ExpectedResult.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : ExpectedResult.sv
// Owner : Rainer Kastl
// Description : Expected result of an SdCoreTransaction
// Links :
//
 
`ifndef EXPECTEDRESULT_SV
`define EXPECTEDRESULT_SV
 
/unitSdCoreChecker/src/SdCoreChecker.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : SdCoreChecker.sv
// Owner : Rainer Kastl
// Description : Checker for SdCoreTransactions
// Links :
//
 
`ifndef SDCORECHECKER_SV
`define SDCORECHECKER_SV
 
/unitSdCoreTransaction/src/SdCoreTransaction.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : SdCoreTransaction.sv
// Owner : Rainer Kastl
// Description :
// Links :
//
 
`ifndef SDCORETRANSACTION_SV
`define SDCORETRANSACTION_SV
 
/unitSdCoreTransactionSeqGen/src/SdCoreTransactionSeqGen.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : SdCoreTransactionSeqGen.sv
// Owner : Rainer Kastl
// Description :
// Links :
//
 
`ifndef SDCORETRANSACTIONSEQGEN_SV
`define SDCORETRANSACTIONSEQGEN_SV
 
/unitSdCoreTransactionBFM/src/SdCoreTransactionBFM.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : SdCoreTransactionBFM.sv
// Owner : Rainer Kastl
// Description :
// Links :
//
 
`ifndef SDCORETRANSACTIONBFM_SV
`define SDCORETRANSACTIONBFM_SV
 
/unitSdCoreTransactionBFM/src/WbTransactionWriteSingleBlock.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : WbTransactionWriteSingleBlock.sv
// Owner : Rainer Kastl
// Description :
// Links :
//
 
`ifndef WBTRANSACTIONWRITESINGLEBLOCK_SV
`define WBTRANSACTIONWRITESINGLEBLOCK_SV
 
/unitSdCoreTransactionBFM/src/WbTransactionReadSingleBlock.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : WbTransactionReadSingleBlock.sv
// Owner : Rainer Kastl
// Description :
// Links :
//
 
`ifndef WBTRANSACTIONREADSINGLEBLOCK_SV
`define WBTRANSACTIONREADSINGLEBLOCK_SV
 
/unitSdCoreTransferFunction/src/SdCoreTransferFunction.sv
1,3 → 1,29
// SDHC-SC-Core
// Secure Digital High Capacity Self Configuring Core
//
// (C) Copyright 2010 Rainer Kastl
//
// This file is part of SDHC-SC-Core.
//
// SDHC-SC-Core is free software: you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License, or (at
// your option) any later version.
//
// SDHC-SC-Core is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public License
// along with SDHC-SC-Core. If not, see http://www.gnu.org/licenses/.
//
// File : SdCoreTransferFunction.sv
// Owner : Rainer Kastl
// Description :
// Links :
//
 
`ifndef SDCORETRANSFERFUNCTION_SV
`define SDCORETRANSFERFUNCTION_SV
 

powered by: WebSVN 2.1.0

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