From 3de2c7e7dd214f80b8b9cca575e42e0b1b08034d Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 4 Oct 2023 03:09:13 -0600 Subject: rtl/cache: implement debug interface --- platform.qsys | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'platform.qsys') diff --git a/platform.qsys b/platform.qsys index 7190777..4a9fa44 100644 --- a/platform.qsys +++ b/platform.qsys @@ -222,6 +222,14 @@ type = "String"; } } + element platform + { + datum _originalDeviceFamily + { + value = "Cyclone V"; + type = "String"; + } + } element pll_0 { datum _sortIndex @@ -1399,6 +1407,26 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3