[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [oc] headers for HDL files
How about just following the VHDL-mode for Emacs file header template?
For example:
----------------------------------------------------------------------------
---
-- Title : Template Example
-- Project : Some project
----------------------------------------------------------------------------
---
-- File : temp.vhd
-- Author : <asdf@foo.com>
-- Company : Foo, Inc
-- Created : 2001-05-16
-- Last update: 2001-05-16
-- Platform :
----------------------------------------------------------------------------
---
-- Description: This is just a dummy file.
----------------------------------------------------------------------------
---
-- Copyright (c) 2001
----------------------------------------------------------------------------
---
-- Revisions :
-- Date Version Author Description
-- 2001-05-16 1.0 asdf Created
----------------------------------------------------------------------------
---
> -----Original Message-----
> From: Damjan Lampret [mailto:lampret@opencores.org]
> Sent: Wednesday, May 16, 2001 2:21 PM
> To: cores@opencores.org
> Subject: [oc] headers for HDL files
>
>
> Hello everyone,
>
> I guess it would be good to also have a template for HDL
> headers. I'll add
> one to HDL coding guidelines but first I'd like some feedback.
>