Giter Site home page Giter Site logo

sc_memkernel's Introduction

PGAS style memory system for XS1

Latest release:2013.09
Maintainer:Steve Kerrison (github: stevekerrison)
Description:A small kernel that extends the memory space to allow remote memory access.
Status: Proof of concept, incomplete.

Key Features

Address 0x10000--0x1ffff is always local memory. Addresses above that are mapped to remote cores based on node ID and a translation algorithm that can be specified by the programmer, so any physically realisable topology is theoretically supported by this kernel.

Known Issues

  • Limited memory instruction support.
  • Probably a bit crashy too as its sanity checking is fairly fast and loose.
  • It's slow... instructions are decoded in software because no MMU!
  • Depending on the translation algorithm, the address space may not be contiguous.

Support

There is no support, but e-mail the maintainer if you have any questions.

If you want to know more about exception handling, check out this thread on xcore.com: https://www.xcore.com/forum/viewtopic.php?f=26&t=626

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.