2020-04-16 10:15:28 +02:00
|
|
|
# Copyright (C) 2017-2020 The Project X-Ray Authors.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a ISC-style
|
|
|
|
|
# license that can be found in the LICENSE file or at
|
|
|
|
|
# https://opensource.org/licenses/ISC
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: ISC
|
2020-01-14 18:53:51 +01:00
|
|
|
N ?= 6
|
2018-12-19 00:42:23 +01:00
|
|
|
# Was expecting oneval 3, but bits might be inverted
|
2018-12-19 01:06:41 +01:00
|
|
|
# FIXME: dword
|
2018-12-19 02:03:48 +01:00
|
|
|
# Ex: 0002009D_029_15
|
|
|
|
|
GENERATE_ARGS?="--oneval 2 --design params.csv --dframe 1D --dword 29 --dbit 15"
|
2018-12-19 00:42:23 +01:00
|
|
|
include ../fuzzaddr/common.mk
|