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

Larger designs end up in netlist traversal limit being reached #76

Open
acomodi opened this issue Sep 16, 2021 · 0 comments
Open

Larger designs end up in netlist traversal limit being reached #76

acomodi opened this issue Sep 16, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@acomodi
Copy link
Contributor

acomodi commented Sep 16, 2021

The netlist reading traversal is exceeded for larger designs. It seems that, at the moment, the traversal limit is set to 32G, and the latest Linux-capable litex design fails upon reaching this limit.

It may be possible that there is a bug when reading the netlist, for which the limit is reached too soon, but increasing it to 64G seems to let at least the netlist reading step to pass.

The error looks like the following:

nextpnr-fpga_interchange --chipdb /tmpfs/src/github/fpga-tool-perf/env/interchange/devices/xc7a100t/xc7a100t.bin --package csg324 --xdc /tmpfs/src/github/fpga-tool-perf/src/vexriscv-smp/constr/arty-a100t.xdc --netlist vexriscv-smp.netlist --write vexriscv-smp.routed.json --phys vexriscv-smp.phys --log nextpnr.log
terminate called after throwing an instance of 'kj::ExceptionImpl'
  what():  capnp/arena.c++:153: failed: Exceeded message traversal limit.  See capnp::ReaderOptions.
stack: 5581ad6ffb86 5581ad59dc06 5581ad5ddb4f 5581ad5c8c42 5581ad55a580 2b4f5ceec83f 5581ad55d5ff
/bin/bash: line 1: 18880 Aborted                 nextpnr-fpga_interchange --chipdb /tmpfs/src/github/fpga-tool-perf/env/interchange/devices/xc7a100t/xc7a100t.bin --package csg324 --xdc /tmpfs/src/github/fpga-tool-perf/src/vexriscv-smp/constr/arty-a100t.xdc --netlist vexriscv-smp.netlist --write vexriscv-smp.routed.json --phys vexriscv-smp.phys --log nextpnr.log
@issuelabeler issuelabeler bot added the bug Something isn't working label Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant