From 3738801ca32b96ff41f5780b61b2813c99c33f22 Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Thu, 10 Jan 2019 10:22:36 +0100 Subject: [PATCH] 005-tilegrid: removing unneeded comments Signed-off-by: Alessandro Comodi --- fuzzers/005-tilegrid/add_tdb.py | 1 - fuzzers/005-tilegrid/ps7_int/Makefile | 3 --- fuzzers/005-tilegrid/ps7_int/top.py | 3 +-- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/fuzzers/005-tilegrid/add_tdb.py b/fuzzers/005-tilegrid/add_tdb.py index ce01b7ef..0ada62d7 100644 --- a/fuzzers/005-tilegrid/add_tdb.py +++ b/fuzzers/005-tilegrid/add_tdb.py @@ -110,7 +110,6 @@ def run(fn_in, fn_out, verbose=False): # FIXME: height tdb_fns.append(("monitor/build/segbits_tilegrid.tdb", 30, 101)) if os.path.exists("ps7_int/build/segbits_tilegrid.tdb"): - # FIXME: height tdb_fns.append(("ps7_int/build/segbits_tilegrid.tdb", 36, 2)) for (tdb_fn, frames, words) in tdb_fns: diff --git a/fuzzers/005-tilegrid/ps7_int/Makefile b/fuzzers/005-tilegrid/ps7_int/Makefile index 01e26267..48fce3c9 100644 --- a/fuzzers/005-tilegrid/ps7_int/Makefile +++ b/fuzzers/005-tilegrid/ps7_int/Makefile @@ -1,6 +1,3 @@ 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 17" include ../fuzzaddr/common.mk diff --git a/fuzzers/005-tilegrid/ps7_int/top.py b/fuzzers/005-tilegrid/ps7_int/top.py index fb45bef5..41eee61d 100644 --- a/fuzzers/005-tilegrid/ps7_int/top.py +++ b/fuzzers/005-tilegrid/ps7_int/top.py @@ -38,9 +38,8 @@ module top(input clk, stb, di, output do); ''') params = {} - # FIXME: can't LOC? - # only one for now, worry about later + # NOTE: The INT_L tile has been hardcoded and it works only for the part specified in the assertion assert os.getenv('XRAY_PART') == "xc7z010clg400-1" for isone in util.gen_fuzz_states(1): params['INT_L_X0Y50'] = isone