Sort tiles and revamp gen_fuzz_states to be more efficient.

Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
Keith Rothman
2019-02-13 17:59:37 -08:00
parent 19706142db
commit 7e4e4b19fc
25 changed files with 120 additions and 246 deletions
+2 -5
View File
@@ -1,6 +1,3 @@
N ?= 2
# Was expecting oneval 3, but bits might be inverted
# FIXME: dword
# Ex: 0002009C_077_16
GENERATE_ARGS?="--oneval 2 --design params.csv --dframe 1C --dword 77 --dbit 16"
N ?= 5
GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 1C --dword 98"
include ../fuzzaddr/common.mk