diff --git a/projects/daq2/a10gx/system_bd.qsys b/projects/daq2/a10gx/system_bd.qsys
index 33c31fc4f..20abbcaa3 100755
--- a/projects/daq2/a10gx/system_bd.qsys
+++ b/projects/daq2/a10gx/system_bd.qsys
@@ -27,6 +27,11 @@
}
element a10gx_base.sys_mem_s_avl
{
+ datum _lockedAddress
+ {
+ value = "1";
+ type = "boolean";
+ }
datum baseAddress
{
value = "0";
@@ -305,6 +310,14 @@
type = "String";
}
}
+ element system_bd
+ {
+ datum _originalDeviceFamily
+ {
+ value = "Arria 10";
+ type = "String";
+ }
+ }
}
]]>
@@ -434,7 +447,7 @@
-
+