Commit fafa7335 authored by Federico Vaga's avatar Federico Vaga

hdl: fix version (hex format)

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7aa9e0c0
...@@ -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 -- Version
metadata_data <= x"01040012"; metadata_data <= x"0104000d";
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