Giter Club home page Giter Club logo

Comments (4)

figlesia-xilinx avatar figlesia-xilinx commented on August 25, 2024

Hi Felix,

The chi interconnect at the moment does not process multiple requests simultaneously/in parallel, it processes requests one by one (see lines 1894-1897). The overlapping check is there for when support for above has been introduced into the interconnect.

Best regards,
Francisco

from libsystemctlm-soc.

gxflying avatar gxflying commented on August 25, 2024

Hi figlesia:
I saw the comment in line L1894 // One at a time,
my understanding is that for a interconnect or a HN-F, it should have the abilities to handle requests (accessing to different cache line) in in parallel.
for example: at T0 , two requests arrives at interconnect, and the two requests target to cache lineA and cache lineB respectively. then the progress of the two requests may be as below, and they are processed parallelly

                   T0                T1            T2            T3            T4
req0            ordered           processing      processing     finished
req1                              ordered         processing     processing    finished

But current implementation of libsystemctlm-soc does not support this feature, and the two request are processed as below, is it right ?

                   T0                T1            T2            T3             T4             T5            T6
req0            ordered           processing      processing     finished
req1                                                             ordered        processing     processing    finished

from libsystemctlm-soc.

figlesia-xilinx avatar figlesia-xilinx commented on August 25, 2024

Hi Felix,

Yes above is correct. Perhaps with the minor rephrasing on the '...should have the abilities...' to '...is allowed to have the abilities...'. Processing in parallel is done for performance and is probably always done (but it is not a must feature of an interconnect).

iconnect-chi.h currently does not support this yet, but this is definitively an addition that would be great have.

Best regards,
Francisco

from libsystemctlm-soc.

gxflying avatar gxflying commented on August 25, 2024

@figlesia-xilinx , got it, Thanks ~

from libsystemctlm-soc.

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.