Skip to content

Commit

Permalink
add 038-cfg-startup fuzzer to fuzzers Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Baier <[email protected]>
  • Loading branch information
hansfbaier committed Oct 10, 2023
1 parent c14de4f commit 949fad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzzers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ ifeq ($(HAS_HIGH_PERFORMANCE_BANKS),1)
$(eval $(call fuzzer,037-iob18-pips,005-tilegrid 035b-iob-iserdes,all))
endif
$(eval $(call fuzzer,038-cfg,005-tilegrid,all))
$(eval $(call fuzzer,038-cfg-startup,005-tilegrid,all))
$(eval $(call fuzzer,039-hclk-config,005-tilegrid,all))
$(eval $(call fuzzer,040-clk-hrow-config,005-tilegrid,all))
$(eval $(call fuzzer,041-clk-hrow-pips,005-tilegrid,all))
Expand Down

0 comments on commit 949fad1

Please sign in to comment.