Commit 6e06f5ba authored by Federico Vaga's avatar Federico Vaga

Merge branch 'release/v1.4.13'

parents 030ac0fe 28b1a2cc
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
Changelog Changelog
========= =========
[1.4.13] 2020-05-12
===================
Fixed
-----
- [hdl] report correct version in spec-base metadata
[1.4.12] 2020-05-12 [1.4.12] 2020-05-12
=================== ===================
Added Added
......
...@@ -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