Commit 082e54e7 authored by Tristan Gingold's avatar Tristan Gingold

Set version in metadata to 2.1.1

parent 061bbd7e
...@@ -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