diff --git a/CPLD/v1.2/sfd700.vhd b/CPLD/v1.2/sfd700.vhd index a6a01ed..3425215 100644 --- a/CPLD/v1.2/sfd700.vhd +++ b/CPLD/v1.2/sfd700.vhd @@ -3,9 +3,9 @@ -- Name: sfd700.vhd -- Created: July 2023 -- Author(s): Philip Smart --- Description: SFD700 CPLD configuration file. +-- Description: SFD700 CPLD device logic definition file. -- --- This module contains parameters for the CPLD in the SFD700 Floppy Disk Interface +-- This module contains the logic required to implement the SFD700 Floppy Disk Interface -- project. -- -- Credits: diff --git a/CPLD/v1.2/sfd700_Toplevel.vhd b/CPLD/v1.2/sfd700_Toplevel.vhd index 94f952f..e3712cd 100644 --- a/CPLD/v1.2/sfd700_Toplevel.vhd +++ b/CPLD/v1.2/sfd700_Toplevel.vhd @@ -3,10 +3,10 @@ -- Name: sfd700_Toplevel.vhd -- Created: July 2023 -- Author(s): Philip Smart --- Description: SFD700 CPLD configuration file. +-- Description: SFD700 CPLD Top Level file. -- --- This module contains parameters for the CPLD in the SFD700 Floppy Disk Interface --- project. +-- This module contains the top level description between the CPLD pins and the SFD700 +-- device logic. -- -- Credits: -- Copyright: (c) 2018-23 Philip Smart diff --git a/CPLD/v1.2/sfd700_pkg.vhd b/CPLD/v1.2/sfd700_pkg.vhd index 128c8a1..6b7a21e 100644 --- a/CPLD/v1.2/sfd700_pkg.vhd +++ b/CPLD/v1.2/sfd700_pkg.vhd @@ -3,10 +3,10 @@ -- Name: sfd700_pkg.vhd -- Created: July 2023 -- Author(s): Philip Smart --- Description: SFD700 CPLD configuration file. +-- Description: SFD700 CPLD package file. -- --- This module contains parameters for the CPLD in the SFD700 Floppy Disk Interface --- project. +-- This module contains static declarations and functions for the SFD700 Floopy Disk +-- Interface project. -- -- Credits: -- Copyright: (c) 2018-23 Philip Smart