Giter Site home page Giter Site logo

Comments (3)

alexforencich avatar alexforencich commented on July 24, 2024

Presumably you mean AXIS_PCIE_DATA_WIDTH? Why would you want to set that to 64?

Currently, CPL_SIZE is 32, so SEG_DATA_WIDTH*SEG_COUNT must be at least CPL_SIZE*8 (256), so AXIS_PCIE_DATA_WIDTH must be at least half of that (128). Now, there should be an assert that triggers, but perhaps it is failing earlier than that due to the parameter values.

If you really need such a narrow setting for AXIS_PCIE_DATA_WIDTH, then what you should do is set it to 128 and drop the clock speed to 125. I think all of the relevant PCIe core configurations support that. At some point, I can look in to adjusting things to remove that restriction, but as most of the targets are running 256 bit or 512 bit interfaces, it's not a high priority.

from corundum.

kaoruzhu1 avatar kaoruzhu1 commented on July 24, 2024

yes, it's not urgent.

I think G2x4 is a reasonable PCIe setting for 10g ETH.

It's expected that a design with 64bX250MHz bus setting has better performance than that with 128bX125MHz.

from corundum.

alexforencich avatar alexforencich commented on July 24, 2024

64 bit at 250 MHz is probably also going to be lower resource consumption than 128 bit at 125 MHz. What is your use case for that?

The issue is really on the completion handling side of things; I'm probably going to revisit that relatively soon and I will keep this issue in mind when working on it to see if I can come up with something more reasonable that will work for a 64 bit PCIe interface.

from corundum.

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.