Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 64 commits into
base: feedback
Choose a base branch
from
Open

Feedback #1

wants to merge 64 commits into from

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    289e69e View commit details
    Browse the repository at this point in the history
  2. Combinational Calculator

    akilm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a63c7e9 View commit details
    Browse the repository at this point in the history
  3. Included 32-bit Counter

    akilm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    f7beb03 View commit details
    Browse the repository at this point in the history
  4. Sequential Calculator

    akilm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a4d0d1e View commit details
    Browse the repository at this point in the history
  5. Calculator and Counter Pipeline

    akilm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    aff12ee View commit details
    Browse the repository at this point in the history
  6. 2-cycle Calculator

    akilm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a7fc814 View commit details
    Browse the repository at this point in the history
  7. 2-cycle calc with validity

    akilm committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    9fa3c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. calculator with memory

    akilm committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    ac3f998 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Next PC

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    75196cd View commit details
    Browse the repository at this point in the history
  2. Instruction Fetch

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    5411191 View commit details
    Browse the repository at this point in the history
  3. Decode IRSBJU instructions

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    de706f2 View commit details
    Browse the repository at this point in the history
  4. Decode Immediate

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    348ba03 View commit details
    Browse the repository at this point in the history
  5. Decode Fields

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e0568db View commit details
    Browse the repository at this point in the history
  6. Decode Fields error corrected

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    be0c248 View commit details
    Browse the repository at this point in the history
  7. Decode valid

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e530b71 View commit details
    Browse the repository at this point in the history
  8. Instruction Decode

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    92cf28e View commit details
    Browse the repository at this point in the history
  9. Register File Read

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e7b2120 View commit details
    Browse the repository at this point in the history
  10. ALU

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    1743abb View commit details
    Browse the repository at this point in the history
  11. Register file Write

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    c4a69a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96cf055 View commit details
    Browse the repository at this point in the history
  13. Test bench passed

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    98a688d View commit details
    Browse the repository at this point in the history
  14. 3-cycle valid

    akilm committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    5418f22 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    75b47bb View commit details
    Browse the repository at this point in the history
  2. Distribute logic in 3-cycles

    akilm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    28b5535 View commit details
    Browse the repository at this point in the history
  3. Register Bypass

    akilm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    3f8ea25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7daf063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e0830f View commit details
    Browse the repository at this point in the history
  6. ALU complete

    akilm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    046ac5d View commit details
    Browse the repository at this point in the history
  7. load redirect pc

    akilm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    91fbf18 View commit details
    Browse the repository at this point in the history
  8. load data from mem to RF

    akilm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    07ba820 View commit details
    Browse the repository at this point in the history
  9. Load and store complete

    akilm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ca5884b View commit details
    Browse the repository at this point in the history
  10. Jump Completed

    akilm committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    9cd86d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. day 2 snapshots

    akilm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4ab7f38 View commit details
    Browse the repository at this point in the history
  2. fixed typos

    akilm committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    9c27c89 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Halfword and byte access

    akilm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    e4ab2c6 View commit details
    Browse the repository at this point in the history
  2. Halfword and byte access

    akilm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a48740c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0d004c View commit details
    Browse the repository at this point in the history
  4. Store Instructions Checked

    akilm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    a618834 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c346819 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    403a2c6 View commit details
    Browse the repository at this point in the history
  7. Repo Reorganised

    akilm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ff77feb View commit details
    Browse the repository at this point in the history
  8. RV32I core Complete

    akilm committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    90604b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. README Draft

    akilm committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    deb93c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Readme Update

    akilm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    21aa61b View commit details
    Browse the repository at this point in the history
  2. README Update

    akilm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    c7e9924 View commit details
    Browse the repository at this point in the history
  3. Added images

    akilm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    cd39c20 View commit details
    Browse the repository at this point in the history
  4. modified img and Readme Update

    akilm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    3125b3d View commit details
    Browse the repository at this point in the history
  5. README update

    akilm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    764fbb3 View commit details
    Browse the repository at this point in the history
  6. README update

    akilm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    8bd267a View commit details
    Browse the repository at this point in the history
  7. README Update

    akilm committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    4581891 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Pipeline Image Added

    akilm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    63d0519 View commit details
    Browse the repository at this point in the history
  2. README update

    akilm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e513ef1 View commit details
    Browse the repository at this point in the history
  3. README UPDATE

    akilm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b720829 View commit details
    Browse the repository at this point in the history
  4. README update

    akilm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    3b7c217 View commit details
    Browse the repository at this point in the history
  5. image resize check

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b57421e View commit details
    Browse the repository at this point in the history
  6. README update

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d07ee27 View commit details
    Browse the repository at this point in the history
  7. README update

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    78470cc View commit details
    Browse the repository at this point in the history
  8. README Update

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    89e87fe View commit details
    Browse the repository at this point in the history
  9. README update

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    91a377a View commit details
    Browse the repository at this point in the history
  10. README updated till ABI

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    289276f View commit details
    Browse the repository at this point in the history
  11. README update

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4485ad5 View commit details
    Browse the repository at this point in the history
  12. README Internal Delete

    akilm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e35e08e View commit details
    Browse the repository at this point in the history
  13. Updated README

    akilm committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4f8545a View commit details
    Browse the repository at this point in the history
  14. Create LICENSE

    akilm authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    c59ec61 View commit details
    Browse the repository at this point in the history