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/unitSdClockMaster
- from Rev 152 to Rev 164
- ↔ Reverse comparison
Rev 152 → Rev 164
/Files.tcl
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 : Files.tcl |
# Owner : Rainer Kastl |
# Description : |
# Links : |
# |
|
set pkgs {Global Global} |
set units {Sd SdClockMaster Rtl} |
set psl(SdClockMaster) SdClockMaster |
/src/tbSdClockMaster-Bhv-ea.vhdl
1,11 → 1,28
-- |
-- Title: Testbench for SD Clock Master |
-- File: tbSdClockMaster-Bhv-ea.vhdl |
-- Author: Copyright 2010: Rainer Kastl |
-- Standard: VHDL'93 |
-- SDHC-SC-Core |
-- Secure Digital High Capacity Self Configuring Core |
-- |
-- Description: Simple, non automated testbench, because the design is very simple. |
-- |
-- (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 : tbSdClockMaster-Bhv-ea.vhdl |
-- Owner : Rainer Kastl |
-- Description : Non automated testbench |
-- Links : |
-- |
|
library ieee; |
use ieee.std_logic_1164.all; |
/src/SdClockMaster-Rtl-a.vhdl
1,11 → 1,28
-- |
-- Title: |
-- File: SdClockMaster-Rtl-a.vhdl |
-- Author: Copyright 2010: Rainer Kastl |
-- Standard: VHDL'93 |
-- SDHC-SC-Core |
-- Secure Digital High Capacity Self Configuring Core |
-- |
-- Description: Architecture for SdClockMaster |
-- |
-- (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 : SdClockMaster-Rtl-a.vhdl |
-- Owner : Rainer Kastl |
-- Description : Generation of SDClk and internal strobes |
-- Links : |
-- |
|
architecture Rtl of SdClockMaster is |
|
/src/SdClockMaster-e.vhdl
1,11 → 1,28
-- |
-- Title: |
-- File: SdClockMaster-e.vhdl |
-- Author: Copyright 2010: Rainer Kastl |
-- Standard: VHDL'93 |
-- SDHC-SC-Core |
-- Secure Digital High Capacity Self Configuring Core |
-- |
-- Description: Handles Sclk generation and strobe signal generation |
-- |
-- (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 : SdClockMaster-e.vhdl |
-- Owner : Rainer Kastl |
-- Description : Generation of SDClk and internal strobes |
-- Links : |
-- |
|
library ieee; |
use ieee.std_logic_1164.all; |
/sim/SdClockMaster.tcl
1,2 → 1,28
# 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 : SdClockMaster.tcl |
# Owner : Rainer Kastl |
# Description : |
# Links : |
# |
|
source ../Files.tcl |
source ../../../sim/sim.tcl |
/sim/SdClockMaster-unattended.tcl
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 : SdClockMaster-unattended.tcl |
# Owner : Rainer Kastl |
# Description : |
# Links : |
# |
|
set script SdClockMaster.tcl |
|
do "../../../sim/unattended.tcl" |