Skip to content

Commit

Permalink
Merge pull request #199 from pulp-platform/zfinx_override
Browse files Browse the repository at this point in the history
Override new Zfinx parameter of pulp_soc
  • Loading branch information
bluewww authored Dec 14, 2020
2 parents c36a752 + 0c579d6 commit 77930fa
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 77930fa

Please sign in to comment.