GithubHelp home page GithubHelp logo

map::at: key not found about arachne-pnr HOT 4 OPEN

C-Elegans avatar C-Elegans commented on August 23, 2024
map::at: key not found

from arachne-pnr.

Comments (4)

C-Elegans avatar C-Elegans commented on August 23, 2024

With a similar but larger design, I have also gotten this error

route...
24506 -> 20635
Assertion failed: (unrouted.empty()), function route, file src/route.cc, line 749.

from arachne-pnr.

mmicko avatar mmicko commented on August 23, 2024

Adding next lines at line 161 of route.cc show the routing issue.

if (chipdb->tile_nets[t].find(tile_net_name) == chipdb->tile_nets[t].end())
{
fatal(fmt("failed to rote: " << p->name() << " to " << tile_net_name));
}

Thing is that lutff_7/lout does not exist in chipdb (it only exists for lutff_0 till lutff_6), and guess it that is how it is on real hardware as well, but would be good if @cliffordwolf can confirm that is valid.

from arachne-pnr.

cliffordwolf avatar cliffordwolf commented on August 23, 2024

Adding next lines at line 161 of route.cc show the routing issue.

Can you create a PR for this?

Thing is that lutff_7/lout does not exist in chipdb

Yes, this is correct afaik. The lout output of one lut can only be routed to in_2 of the next lut in the tile. For lutff_7 there is no next lut and therefore no lout signal. (When the FF is disabled then lout and out are the same. Otherwise lout is the signal before the FF.)

from arachne-pnr.

mmicko avatar mmicko commented on August 23, 2024

Sure, just made it now.

from arachne-pnr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.