mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +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
|
# Command to diff directories
|
||||||
TEST_DIFF_TOOL ?= $(if $(shell which icdiff), icdiff -N -r, diff -r)
|
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 \
|
TEST_SNAP_IGNORE := *.status *.log *.dat *.d *.o *.a *.so *stats*.txt *.html \
|
||||||
*.includecache *.out *.fst *.fst.vcd *.tree *.dot \
|
*.includecache *.out *.fst *.fst.vcd *.tree *.tree.json \
|
||||||
*.csv *.xml *.hash *.cmake gmon.out.* CMakeFiles \
|
*.dot *.csv *.xml *.hash *.cmake gmon.out.* CMakeFiles \
|
||||||
profile_exec.vcd t_pgo_threads
|
profile_exec.vcd t_pgo_threads
|
||||||
|
|
||||||
define TEST_SNAP_template
|
define TEST_SNAP_template
|
||||||
|
Loading…
Reference in New Issue
Block a user