Git Product home page Git Product logo

daily-tasks's Introduction

daily-tasks

  • [11162023]

01

https://github.com/lita-xyz/llvm-valida/issues/3

I've worked on issue #3, but only up to the point of creating and running a smoke test. What I did not do was add that smoke test to the LLVM test suite. It is committed to our fork of the LLVM test suite, in the develop branch, but the running of it is not automated as part of running the LLVM test suite.

A good starting point on this issue would be to write a shell script, committed to our fork of the LLVM test suite, which runs the test cases we have added in our develop branch. My comment here provides an example of how we are running those tests: https://github.com/lita-xyz/llvm-valida/issues/4#issuecomment-1777460382

What would be even nicer would be if our tests ran inside the LLVM test harness. A further step after that would be if the pre-existing LLVM test suite ran against the Valida backend, to the extent that that makes sense. It's not obvious to me how to arrange for either of these things, since we rely on external programs, valida to run the code and valida-asm to assemble the assembly code output by LLVM. So I'm not sure how practical it is to take these next steps at this point, and perhaps a simple shell script to run our tests is all that we need at this point on automating our test suite.

02

https://github.com/lita-xyz/llvm-valida/issues/19

https://github.com/lita-xyz/llvm-valida/issues/24

  • [11182023]

01

Processor-Memory Bottleneck: Early Solutions

  1. Fast local storage in the processor: 8-16 registers as opposed to one accumulator
  2. Indexing capability: to reduce book keeping instructions
  3. Complex instructions: to reduce instruction fetches
  4. Compact instructions: implicit address bits for operands, to reduce instruction fetches

02

https://github.com/logisim-evolution/logisim-evolution

Build a 16 Bit CPU on LogiSim

daily-tasks's People

Contributors

ventali avatar

Watchers

 avatar

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.