mirror of https://github.com/openXC7/prjxray.git
Attempt to fix fuzzer error.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
444f214561
commit
280191ce0e
|
|
@ -5,7 +5,7 @@ database: build/segbits_cmt_top_upper_t.db
|
|||
|
||||
build/segbits_cmt_top_upper_t.rdb: $(SPECIMENS_OK)
|
||||
${XRAY_SEGMATCH} -c 150 -o build/segbits_cmt_top_upper_t.rdb \
|
||||
$(shell find ${FUZDIR} -name "segdata_cmt_top_*_upper_t.txt")
|
||||
$(shell find build -name "segdata_cmt_top_*_upper_t.txt")
|
||||
|
||||
build/segbits_cmt_top_upper_t.db: build/segbits_cmt_top_upper_t.rdb write_pll_reg.py
|
||||
python3 write_pll_reg.py \
|
||||
|
|
|
|||
Loading…
Reference in New Issue