Skip to content

Commit

Permalink
Merge pull request #281 from os-fpga/disable_dsp_simd_gen
Browse files Browse the repository at this point in the history
Disable test dsp_simd_gen
  • Loading branch information
alaindargelas authored Feb 23, 2024
2 parents 82e3ff3 + d29cf01 commit 115e80b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ TESTS_GEN = dffs_gen\
full_adder_gen\
dsp_macc_gen\
dsp_mult_gen\
dsp_simd_gen\
pack_dsp_regs_gen\
bram_tdp_gen\
bram_sdp_gen\
bram_sdp_split_gen\
bram_tdp_split_gen
#bram_asymmetric_wider_read\
#bram_asymmetric_wider_write
#dsp_simd_gen\
#bram_asymmetric_wider_read\
#bram_asymmetric_wider_write

TESTS_GEN2 = dffs_gen2\
latches_gen2\
Expand Down Expand Up @@ -43,7 +43,7 @@ VALGRIND_TESTS_GEN = valgrind/dffs_gen\
valgrind/full_adder_gen\
valgrind/dsp_macc_gen\
valgrind/dsp_mult_gen\
valgrind/dsp_simd_gen\
#valgrind/dsp_simd_gen\
valgrind/pack_dsp_regs_gen\
valgrind/bram_tdp_gen\
valgrind/bram_sdp_gen\
Expand Down

0 comments on commit 115e80b

Please sign in to comment.