From b97ebdc31a279b3f432e284649c93203a180e8ca Mon Sep 17 00:00:00 2001 From: Quentin Berthet <quentin.berthet@hesge.ch> Date: Mon, 21 Dec 2020 18:53:44 +0100 Subject: [PATCH] Enable HL2 ip in scalp_firmware creation project --- tools/config/scalp_firmware.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/config/scalp_firmware.json b/tools/config/scalp_firmware.json index 6d21c65..98ee790 100644 --- a/tools/config/scalp_firmware.json +++ b/tools/config/scalp_firmware.json @@ -74,6 +74,15 @@ "scalp_packet_fifo" : "enable" } } + }, + "peripherals" : { + "scalp_hl2" : + { + "hdl" : "enable", + "xci" : { + "blk_mem_gen_0" : "enable" + } + } } } } -- GitLab