Updates since v1.0

This commit is contained in:
Philip Smart
2023-11-08 15:23:09 +00:00
parent 28d4615f05
commit 4f4d8efda0
3 changed files with 8 additions and 8 deletions

View File

@@ -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:

View File

@@ -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 <philip.smart@net2net.org>

View File

@@ -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 <philip.smart@net2net.org>