1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

m1rc3/norruption/2/plot-corr: make scatter plot of time between corruptions

With simulation (-s). Also updated the Makefile and renamed the previous
"corr"(uption) to "dump", to free it for "correlation".
This commit is contained in:
Werner Almesberger
2011-10-12 07:33:10 -03:00
parent 13479e1862
commit bb2589386f
2 changed files with 80 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
DIR=d
.SILENT:
.PHONY: all list plot corr coll
.PHONY: all list plot corr dump coll
all:
$(MAKE) plot
echo
$(MAKE) corr
$(MAKE) dump
echo
$(MAKE) coll
echo
@@ -18,6 +18,9 @@ plot:
./plot-cdf $(DIR)/log && display out.png &
corr:
./plot-corr $(DIR)/log && display out.png &
dump:
./bscmp $(DIR)/*-corrupt.bin
coll: