005-tilegrid: removing unneeded comments

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2019-01-10 10:22:36 +01:00
parent 39693b7958
commit 3738801ca3
3 changed files with 1 additions and 6 deletions

View File

@ -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:

View File

@ -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

View File

@ -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