Commit 3e6003d5 authored by Federico Vaga's avatar Federico Vaga

Merge branch 'release/v1.4.13' into develop

parents 7aa9e0c0 28b1a2cc
......@@ -2,6 +2,13 @@
Changelog
=========
[1.4.13] 2020-05-12
===================
Fixed
-----
- [hdl] report correct version in spec-base metadata
[1.4.12] 2020-05-12
===================
Added
......
......@@ -596,7 +596,7 @@ begin -- architecture top
metadata_data <= x"53504543";
when x"2" =>
-- Version
metadata_data <= x"01040012";
metadata_data <= x"0104000d";
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