Commit f86a2896 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge branch '19-automate-convention-version-assignment' into 'master'

Resolve "automate convention version assignment"

Closes #19

See merge request be-cem-edl/fec/hardware-modules/fmc-delay-1ns-8cha!21
parents c2337ed4 bc64573a
Subproject commit 1621d6d1f0c3040284136ce4b3b662269d6868d0
Subproject commit 225dd70e4cf4f93954414916f57ef1366e12e13b
Subproject commit d265dc5d0cbfe84bd5d310982e1a319a26bb53b2
Subproject commit ea7e82131f0c228b9bdea4f9fb828dc14561c93e
Subproject commit 3b1aaab0a94a8dee1edaec3cbfb141481b876bb4
Subproject commit e4987acffa138094b320356d0ca2618834c00fc4
......@@ -310,7 +310,7 @@ begin -- architecture arch
generic map (
g_VENDOR_ID => x"0000_10DC",
g_DEVICE_ID => x"574f_0001", -- SPEC + 1xFine Delay
g_VERSION => x"0300_0009",
g_VERSION => sourceid_spec_fine_delay_pkg.version,
g_CAPABILITIES => x"0000_0000",
g_COMMIT_ID => sourceid_spec_fine_delay_pkg.sourceid)
port map (
......
......@@ -418,7 +418,7 @@ begin -- architecture arch
generic map (
g_VENDOR_ID => x"0000_10DC",
g_DEVICE_ID => x"574f_0002", -- SVEC + 2xFineDelay
g_VERSION => x"0300_0009",
g_VERSION => sourceid_svec_fine_delay_pkg.version,
g_CAPABILITIES => x"0000_0000",
g_COMMIT_ID => sourceid_svec_fine_delay_pkg.sourceid)
port map (
......
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