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