Skip to content

Commit

Permalink
filter.yml: exclude simd
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Feb 16, 2024
1 parent d0617b8 commit d3552ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/cfg/filter.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
filter:
sets:
drop: [RISCVBase, RISCVEncoding, Zicsr, Zifencei, RVSMode, RVDebug, RV32I, RVNMode]
# keep: [XCoreVAlu]
drop: [RISCVBase, RISCVEncoding, Zicsr, Zifencei, RVSMode, RVDebug, RV32I, RVNMode, XCoreVSimd]
instructions:
# keep: [CV_ABS, CV_ADD_B]
drop: [CV_CLIPU, CV_CLIPR, CV_CLIPUR]
opcodes:
keep: [custom-0, custom-1, custom-2 ,custom-3, 0b00000]
Expand Down

0 comments on commit d3552ce

Please sign in to comment.