mirror of
https://github.com/verilator/verilator.git
synced 2025-04-04 19:52:39 +00:00
Ignore JSON tree dumps and DFG stats in test-snap/test-diff
This commit is contained in:
parent
cbc76a7816
commit
ec0787015e
@ -102,9 +102,9 @@ TEST_SNAP_DIR ?= snapshot
|
||||
# Command to diff directories
|
||||
TEST_DIFF_TOOL ?= $(if $(shell which icdiff), icdiff -N -r, diff -r)
|
||||
|
||||
TEST_SNAP_IGNORE := *.status *.log *.dat *.d *.o *.a *.so *stats.txt *.html \
|
||||
*.includecache *.out *.fst *.fst.vcd *.tree *.dot \
|
||||
*.csv *.xml *.hash *.cmake gmon.out.* CMakeFiles \
|
||||
TEST_SNAP_IGNORE := *.status *.log *.dat *.d *.o *.a *.so *stats*.txt *.html \
|
||||
*.includecache *.out *.fst *.fst.vcd *.tree *.tree.json \
|
||||
*.dot *.csv *.xml *.hash *.cmake gmon.out.* CMakeFiles \
|
||||
profile_exec.vcd t_pgo_threads
|
||||
|
||||
define TEST_SNAP_template
|
||||
|
Loading…
Reference in New Issue
Block a user