Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zynq7 build unstable #1246

Closed
acomodi opened this issue Feb 18, 2020 · 4 comments
Closed

Zynq7 build unstable #1246

acomodi opened this issue Feb 18, 2020 · 4 comments

Comments

@acomodi
Copy link
Contributor

acomodi commented Feb 18, 2020

There are some instabilities regarding the tilegrid fuzzer that should be solved.

For reference, here is an error of a particular run: #1227 (comment)

@acomodi
Copy link
Contributor Author

acomodi commented Feb 25, 2020

There have been periodic instabilities on the zynq7 build. The ones that did show up for now are the following:

Bit collisions:

Fuzzer failures:

The latter one is most probably already solved by increasing the number of specimens.

@acomodi acomodi changed the title Instability of tilegrid for xc7z020 Zynq7 build unstable Feb 25, 2020
@mkurc-ant
Copy link
Contributor

mkurc-ant commented Apr 28, 2020

Again, instability: #1307 (comment)

@tcal-x
Copy link
Contributor

tcal-x commented Apr 28, 2020

Also, #1313.

@mithro
Copy link
Contributor

mithro commented May 27, 2020

Checking zynq7 database
============================
Checking individual .db...
segbits_*.db: 33 okay
mask_*.db: 39 okay
Checking aggregate dir...
ERROR: 1 collisions
  0042229a_044_27: had INT_R_X69Y22.INT_R.IMUX25.LOGIC_OUTS18, got CLBLM_R_X69Y22.CLBLM_R.SLICEL_X1.BLUT.INIT[16]
Traceback (most recent call last):
  File "utils/checkdb.py", line 190, in <module>
    main()
  File "utils/checkdb.py", line 186, in main
    run(args.db_root, args.part, verbose=args.verbose)
  File "utils/checkdb.py", line 172, in run
    check_tile_overlap(db, verbose=verbose)
  File "utils/checkdb.py", line 148, in check_tile_overlap
    raise ValueError("%s collisions" % len(collisions))
ValueError: 1 collisions
Makefile:172: recipe for target 'db-check-zynq7' failed
make: *** [db-check-zynq7] Error 1

litghost added a commit to litghost/prjxray that referenced this issue Sep 30, 2020
This may help fix f4pga#1246.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants