mirror of https://github.com/openXC7/prjxray.git
005-tilegrid: removing unneeded comments
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
39693b7958
commit
3738801ca3
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue