Commit 7555fa98 authored by Federico Vaga's avatar Federico Vaga

Merge remote-tracking branch 'ohwr/develop' into develop

parents dc81d48f 32e56a5f
...@@ -6,11 +6,17 @@ ...@@ -6,11 +6,17 @@
Changelog Changelog
========= =========
2.0.0 - 2020-08-20 2.0.2 - 2020-09-29
================== ==================
Fixed Fixed
----- -----
- program 2 or more SPEC FPGAs in parallel. There is a bug in the - hdl: L2P DMA issues reported with slower hosts
2.0.1 - 2020-08-20
==================
Fixed
-----
- sw: program 2 or more SPEC FPGAs in parallel. There is a bug in the
GN412x chip that we fixed in software by serializing any attempt of GN412x chip that we fixed in software by serializing any attempt of
parallel programming parallel programming
......
Subproject commit e763762405dd5274d342285dbc64683221f1fb15 Subproject commit 06414d93d446a4e851f8aecd7512eec1b6d1fc4c
...@@ -604,7 +604,7 @@ begin -- architecture top ...@@ -604,7 +604,7 @@ begin -- architecture top
metadata_data <= x"53504543"; metadata_data <= x"53504543";
when x"2" => when x"2" =>
-- Version -- Version
metadata_data <= x"02000000"; metadata_data <= x"02000002";
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