mirror of https://github.com/openXC7/prjxray.git
tilegrid: pll/mmcm entire major address until resolved
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
5b1899af25
commit
dde83ebadb
|
|
@ -97,9 +97,9 @@ def run(fn_in, fn_out, verbose=False):
|
||||||
tdb_fns = [
|
tdb_fns = [
|
||||||
("iob/build/segbits_tilegrid.tdb", 42, 4),
|
("iob/build/segbits_tilegrid.tdb", 42, 4),
|
||||||
# FIXME: height
|
# FIXME: height
|
||||||
("mmcm/build/segbits_tilegrid.tdb", 30, 4),
|
("mmcm/build/segbits_tilegrid.tdb", 30, 101),
|
||||||
# FIXME: height
|
# FIXME: height
|
||||||
("pll/build/segbits_tilegrid.tdb", 30, 4),
|
("pll/build/segbits_tilegrid.tdb", 30, 101),
|
||||||
]
|
]
|
||||||
for (tdb_fn, frames, words) in tdb_fns:
|
for (tdb_fn, frames, words) in tdb_fns:
|
||||||
for (tile, frame, wordidx) in load_db(tdb_fn):
|
for (tile, frame, wordidx) in load_db(tdb_fn):
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
N ?= 2
|
N ?= 2
|
||||||
# Was expecting oneval 3, but bits might be inverted
|
# Was expecting oneval 3, but bits might be inverted
|
||||||
# FIXME: dword
|
# FIXME: dword
|
||||||
GENERATE_ARGS?="--oneval 2 --design params.csv --dframe 1D --dword 0 --dbit 15"
|
# Ex: 0002009D_029_15
|
||||||
|
GENERATE_ARGS?="--oneval 2 --design params.csv --dframe 1D --dword 29 --dbit 15"
|
||||||
include ../fuzzaddr/common.mk
|
include ../fuzzaddr/common.mk
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
N ?= 2
|
N ?= 2
|
||||||
# Was expecting oneval 3, but bits might be inverted
|
# Was expecting oneval 3, but bits might be inverted
|
||||||
# FIXME: dword
|
# FIXME: dword
|
||||||
GENERATE_ARGS?="--oneval 2 --design params.csv --dframe 1C --dword 0 --dbit 16"
|
# Ex: 0002009C_077_16
|
||||||
|
GENERATE_ARGS?="--oneval 2 --design params.csv --dframe 1C --dword 77 --dbit 16"
|
||||||
include ../fuzzaddr/common.mk
|
include ../fuzzaddr/common.mk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue