Commit a7fe13a3 authored by Federico Vaga's avatar Federico Vaga

Merge branch 'release/v1.4.10' into develop

parents b641c238 410df44d
......@@ -2,8 +2,13 @@
Change Log
==========
Unreleased
==========
[1.4.10] 2020-05-12
==================
Added
-----
- [hdl] metadata source-id automatic assignment
- [hdl] add option to consider AM in VME slave decoder
Fixed
-----
- [hdl] fix typos when ddr is not configured. This froze the board when
......
......@@ -652,7 +652,7 @@ begin -- architecture top
metadata_data <= x"53564543";
when x"2" =>
-- Version
metadata_data <= x"01040000";
metadata_data <= x"0104000a";
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