-------------------------------------------------------------------------------
-- Title         : Version Constant File
-- Project       : CSPAD Quadrant Board Digital C02, Analog C04, ASIC V1.5
-------------------------------------------------------------------------------
-- File          : Version.vhd
-- Author        : Ryan Herbst, rherbst@slac.stanford.edu
-- Author        : Sven Herrmann, herrmann@slac.stanford.edu
-- Created       : 03/18/2012
-------------------------------------------------------------------------------
-- Description:
-- Version Constant Module
-------------------------------------------------------------------------------
-- Copyright (c) 2012 by SLAC. All rights reserved.
-------------------------------------------------------------------------------
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;

package Version is

constant FpgaVersion : std_logic_vector(31 downto 0) := x"C15D1003"; -- MAKE_VERSION

end Version;

-------------------------------------------------------------------------------
-- Revision History:
-- 01/23/2013 (0xC15D1001): New build structure with common code
-- 08/20/2013 (0xC15D1002): Bugfixes for C04 and new PGP code
-- 11/14/2013 (0xC15D1003): CSPAD V1.5 additions (in the common CSPAD files)
-------------------------------------------------------------------------------

  • No labels