Commit ccfbe404 authored by egousiou's avatar egousiou

renamed top level for spec from: top_dct to: spec_top_fmc_tdc.vhd

git-svn-id: http://svn.ohwr.org/fmc-tdc@151 85dfdc96-de2c-444c-878d-45b388be74a9
parent 78bcf8d5
This diff is collapsed.
......@@ -64,7 +64,7 @@ package sdb_meta_pkg is
-- Synthesis tool version (bcd encoded, 32-bit)
syn_tool_version => x"00201203",
-- Synthesis date (bcd encoded, 32-bit)
syn_date => x"20130410",
syn_date => x"20140121",
-- Synthesised by (string, 15 char)
syn_username => "egousiou ");
......@@ -73,9 +73,9 @@ package sdb_meta_pkg is
product => (
vendor_id => x"000000000000CE42", -- CERN
device_id => x"593b56e5", -- echo "spec_fmc-tdc-1ns5cha" | md5sum | cut -c1-8
version => x"00010001", -- bcd encoded, [31:16] = major, [15:0] = minor
date => x"20130429", -- yyyymmdd
name => "spec_fmctdc1ns5cha "));
version => x"00050000", -- bcd encoded, [31:16] = major, [15:0] = minor
date => x"20140121", -- yyyymmdd
name => "spec_top_fmc_tdc "));
end sdb_meta_pkg;
......
This diff is collapsed.
This diff is collapsed.
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