File tree 1 file changed +7
-7
lines changed
security/L1/benchmarks/hmac_sha1
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,14 @@ VPP_FLAGS += -I $(XFLIB_DIR)/L1/include -I kernel -I $(XFLIB_DIR)/L1/include
143
143
endif
144
144
145
145
# ######################## binary container global settings ##########################
146
- VPP_FLAGS_hmacSha1Kernel_1 += --hls.clock 300000000 :hmacSha1Kernel_1
147
- VPP_FLAGS_hmacSha1Kernel_2 += --hls.clock 300000000 :hmacSha1Kernel_2
148
- VPP_FLAGS_hmacSha1Kernel_3 += --hls.clock 300000000 :hmacSha1Kernel_3
149
- VPP_FLAGS_hmacSha1Kernel_4 += --hls.clock 300000000 :hmacSha1Kernel_4
146
+ VPP_FLAGS_hmacSha1Kernel_1 += --hls.clock 280000000 :hmacSha1Kernel_1
147
+ VPP_FLAGS_hmacSha1Kernel_2 += --hls.clock 280000000 :hmacSha1Kernel_2
148
+ VPP_FLAGS_hmacSha1Kernel_3 += --hls.clock 280000000 :hmacSha1Kernel_3
149
+ VPP_FLAGS_hmacSha1Kernel_4 += --hls.clock 280000000 :hmacSha1Kernel_4
150
150
ifneq ($(HOST_ARCH_temp ) , x86)
151
- VPP_LDFLAGS_hmacSha1Kernel += --clock.defaultFreqHz 300000000
151
+ VPP_LDFLAGS_hmacSha1Kernel += --clock.defaultFreqHz 280000000
152
152
else
153
- VPP_LDFLAGS_hmacSha1Kernel += --kernel_frequency 300
153
+ VPP_LDFLAGS_hmacSha1Kernel += --kernel_frequency 280
154
154
endif
155
155
156
156
ifneq ($(SD_CARD_NEEDED ) , on)
@@ -368,4 +368,4 @@ cleanall: cleanh cleank
368
368
-$(RMDIR ) $(AIE_WORK_DIR ) $(AIE_PKG_DIR ) $(CUR_DIR ) /* .xpe $(CUR_DIR ) /hw.o $(CUR_DIR ) /* .xsa $(CUR_DIR ) /xnwOut
369
369
-$(RMDIR ) * .html $(INSTANCE_FILES )
370
370
371
- clean : cleanh
371
+ clean : cleanh
You can’t perform that action at this time.
0 commit comments