Commit bc64573a authored by Dimitris Lampridis's avatar Dimitris Lampridis Committed by Dimitris Lampridis

hdl: use automatic versioning

parent 71c290ec
...@@ -310,7 +310,7 @@ begin -- architecture arch ...@@ -310,7 +310,7 @@ begin -- architecture arch
generic map ( generic map (
g_VENDOR_ID => x"0000_10DC", g_VENDOR_ID => x"0000_10DC",
g_DEVICE_ID => x"574f_0001", -- SPEC + 1xFine Delay 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_CAPABILITIES => x"0000_0000",
g_COMMIT_ID => sourceid_spec_fine_delay_pkg.sourceid) g_COMMIT_ID => sourceid_spec_fine_delay_pkg.sourceid)
port map ( port map (
......
...@@ -418,7 +418,7 @@ begin -- architecture arch ...@@ -418,7 +418,7 @@ begin -- architecture arch
generic map ( generic map (
g_VENDOR_ID => x"0000_10DC", g_VENDOR_ID => x"0000_10DC",
g_DEVICE_ID => x"574f_0002", -- SVEC + 2xFineDelay 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_CAPABILITIES => x"0000_0000",
g_COMMIT_ID => sourceid_svec_fine_delay_pkg.sourceid) g_COMMIT_ID => sourceid_svec_fine_delay_pkg.sourceid)
port map ( 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