Skip to content

Commit

Permalink
Override new Zfinx parameter of pulp_soc
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Eggimann committed Dec 12, 2020
1 parent c36a752 commit 0c579d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtl/pulpissimo/soc_domain.sv
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0c579d6

Please sign in to comment.