Commit f7e143d4 authored by Federico Vaga's avatar Federico Vaga

Merge branch 'bugfix/v2.1.1' into develop

parents a446c8e6 082e54e7
......@@ -603,8 +603,8 @@ begin -- architecture top
-- Device ID
metadata_data <= x"53504543";
when x"2" =>
-- Version
metadata_data <= x"02000002";
-- Version (0xVVMMmmmm VV: version, MM: major, mmmm: minor)
metadata_data <= x"02010001";
when x"3" =>
-- BOM
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