hostif: add description at the beginning of sources

parent 80c7bfed
......@@ -18,6 +18,10 @@
-- Copyright (C) 2011 Sebastien Bourdeauducq
-- DESCRIPTION:
-- Top level module of the TDC core, contains all logic including the optional
-- host interface. It instantiates the basic TDC core and a Wishbone interface.
library ieee;
use ieee.std_logic_1164.all;
......
......@@ -18,6 +18,12 @@
-- Copyright (C) 2011 Sebastien Bourdeauducq
-- DESCRIPTION:
-- This contains component declarations for all the modules of the TDC core
-- host interface.
-- It is used both internally to instantiate modules, and by the user to
-- instantiate the top-level "tdc_hostif" module.
library ieee;
use ieee.std_logic_1164.all;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment