From 0c579d6d25f1ef0ddc89f3ce8f3ce3cf0a65bac3 Mon Sep 17 00:00:00 2001 From: Manuel Eggimann Date: Sat, 12 Dec 2020 13:32:35 +0100 Subject: [PATCH] Override new Zfinx parameter of pulp_soc --- rtl/pulpissimo/soc_domain.sv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rtl/pulpissimo/soc_domain.sv b/rtl/pulpissimo/soc_domain.sv index 1d0f8a36..9ec27095 100644 --- a/rtl/pulpissimo/soc_domain.sv +++ b/rtl/pulpissimo/soc_domain.sv @@ -265,7 +265,8 @@ module soc_domain #( .N_UART ( N_UART ), .N_SPI ( N_SPI ), .N_I2C ( N_I2C ), - .ISOLATE_CLUSTER_CDC ( 1 ) + .ISOLATE_CLUSTER_CDC ( 1 ), + .USE_ZFINX ( 0 ) ) pulp_soc_i ( // Outputs .boot_l2_i (1'b0),