Commit aee0dc19 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge branch '11-automate-spec-base-version-assignment' into 'master'

Resolve "automate spec-base version assignment"

Closes #11

See merge request be-cem-edl/fec/hardware-modules/spec!5
parents affb718e 5bf1ef01
Subproject commit 347e0de1e0d91834d298a146569530b71adeb33a Subproject commit b84c76be1eee1e987a0ff9947b5627d58e935f3f
...@@ -596,7 +596,7 @@ begin -- architecture top ...@@ -596,7 +596,7 @@ begin -- architecture top
metadata_data <= x"53504543"; metadata_data <= x"53504543";
when x"2" => when x"2" =>
-- Version (0xVVMMmmmm VV: version, MM: major, mmmm: minor) -- Version (0xVVMMmmmm VV: version, MM: major, mmmm: minor)
metadata_data <= x"02010003"; metadata_data <= sourceid_spec_base_pkg.version;
when x"3" => when x"3" =>
-- BOM -- BOM
metadata_data <= x"fffe0000"; metadata_data <= x"fffe0000";
......
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