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
-- 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