From 4f4d8efda082186758f1168253ee627c2341dfa7 Mon Sep 17 00:00:00 2001 From: Philip Smart Date: Wed, 8 Nov 2023 15:23:09 +0000 Subject: [PATCH] Updates since v1.0 --- CPLD/v1.2/sfd700.vhd | 4 ++-- CPLD/v1.2/sfd700_Toplevel.vhd | 6 +++--- CPLD/v1.2/sfd700_pkg.vhd | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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