ps7/Makefile: updated GENERATE_ARGS

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2019-01-09 16:30:23 +01:00
parent 29fbdf595f
commit b6d68711d8
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ N ?= 2
# Was expecting oneval 3, but bits might be inverted
# FIXME: dword
# Ex: 0002009D_029_15
GENERATE_ARGS?="--oneval 0 --design params.csv --dframe 14 --dword 0 --dbit 27"
GENERATE_ARGS?="--oneval 0 --design params.csv --dframe 14 --dword 0 --dbit 17"
include ../fuzzaddr/common.mk