summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-10 19:31:27 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-13 05:54:44 -0600
commitafb4f14f167b2b0cb6c270f04eaed310f78cccf3 (patch)
treec3bbeef40e92d0916a98a732d09b66ca8435a7fa
parent07d9046a69600bee983c464ea8ee16fe2d959729 (diff)
Add debug instrumentation
Diffstat (limited to '')
-rw-r--r--conspiracion.qsf3
-rw-r--r--platform.qsys1
2 files changed, 3 insertions, 1 deletions
diff --git a/conspiracion.qsf b/conspiracion.qsf
index 92d47c6..383d264 100644
--- a/conspiracion.qsf
+++ b/conspiracion.qsf
@@ -344,4 +344,5 @@ set_global_assignment -name SIP_FILE ip/dsp_mul.sip
-set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
+
+set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file
diff --git a/platform.qsys b/platform.qsys
index b103143..5ed2a73 100644
--- a/platform.qsys
+++ b/platform.qsys
@@ -1171,6 +1171,7 @@
end="vga_controller_0.reset_sink" />
<interconnectRequirement for="$system" name="qsys_mm.clockCrossingAdapter" value="HANDSHAKE" />
<interconnectRequirement for="$system" name="qsys_mm.enableEccProtection" value="FALSE" />
+ <interconnectRequirement for="$system" name="qsys_mm.enableInstrumentation" value="TRUE" />
<interconnectRequirement for="$system" name="qsys_mm.insertDefaultSlave" value="FALSE" />
<interconnectRequirement for="$system" name="qsys_mm.maxAdditionalLatency" value="1" />
</system>