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 268 commits into
base: feedback
Choose a base branch
from
Open

Feedback #1

wants to merge 268 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    040a57f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c33769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a436a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    962740d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e529d8b View commit details
    Browse the repository at this point in the history
  6. 2-cycle_calculator_slide_36

    Implemented a 2-cycle_calculator. Reference slide no - 36
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    0801193 View commit details
    Browse the repository at this point in the history
  7. 2 cycle calculator with validity_slide - 41

    Implemented a 2-cycle calculator with validity.  Reference slide no - 41
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    bcf022e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3090d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a57b02e View commit details
    Browse the repository at this point in the history
  10. Counter and Calculator with pipeline - Slide No 35

    Reference Slide No - 35 : Counter and Calculator with pipeline
    Rectified the previously implemented Counter and Calculator with pipeline as per the Reference Solution Diagram
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    fb9667e View commit details
    Browse the repository at this point in the history
  11. Rectified 2 cycle calculator - Slide no 36

    Reference Slide no 36
    Rectified the previously implemented 2 cycle calculator on Slide no 36 and verified it according to the reference solution output.
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    e734982 View commit details
    Browse the repository at this point in the history
  12. Rectified 2-cycle calculator with validity - Slide No 41

    Reference Slide no 41
    Rectified the previously implemented 2-cycle calculator with validity on Slide No 41, as per the reference solution diagram.
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    73eeadd View commit details
    Browse the repository at this point in the history
  13. Calculator_with_single_value_memory - Slide 43

    Reference Slide no - 43
    Implemented Calculator_with_single_value_memory
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    deebf1f View commit details
    Browse the repository at this point in the history
  14. Slide no 6 - Next PC

    Implemented Next PC
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    aaf7369 View commit details
    Browse the repository at this point in the history
  15. Slide No 8 - Fetch Logic

    Implemented Fetch Logic
    Redbeard358 authored Aug 29, 2020
    Configuration menu
    Copy the full SHA
    84e3c49 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. NEXT PC - Slide no 6

    Implemented Next PC (Program Counter)
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    92fbd45 View commit details
    Browse the repository at this point in the history
  2. FETCH LOGIC - Slide no 8

    Implemented Fetch Logic
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d5f6474 View commit details
    Browse the repository at this point in the history
  3. Instruction Types Decode - Slide No 10

    Implemented Instruction Types Decode
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    2b83ffc View commit details
    Browse the repository at this point in the history
  4. Instruction Immediate Decode - Slide No 10

    Implemented Instruction Immediate Decode
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    3534770 View commit details
    Browse the repository at this point in the history
  5. Instruction Decode - Slide no 11

    Implemented Instruction Decode
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    d5eacff View commit details
    Browse the repository at this point in the history
  6. Instruction Field Decode - Slide No 12

    Implemented Instruction Field Decode
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    2feb7d5 View commit details
    Browse the repository at this point in the history
  7. Instruction Decode - Slide 13

    Implemented Instruction Decode Logic
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c176537 View commit details
    Browse the repository at this point in the history
  8. Register File Read - Slide No 16

    Implemented Register File Read Part 1
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    76257e7 View commit details
    Browse the repository at this point in the history
  9. Register File Read Part 2 - Slide 17

    Implemented Register File Read Part 2 - Slide 17
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    c4ad3de View commit details
    Browse the repository at this point in the history
  10. ALU - Slide no 18

    Implemented the Arithmetic and Logic Unit (ALU) - Slide No 18
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    1fe451f View commit details
    Browse the repository at this point in the history
  11. Register File Write - Slide No 20

    Implemented Register File Write - Slide No 20
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4e2743a View commit details
    Browse the repository at this point in the history
  12. Branch Instructions 1 - Slide 21

    Implemented Branch Instructions 1 on  Slide 21
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    e6f0a1d View commit details
    Browse the repository at this point in the history
  13. Branch Instructions 2 - Slide No 22

    Implemented Branch Instructions 2 on Slide No 22. Modified Program Counter(PC) to use the previous branch_target_pc when the previous instruction was from taken_branch.
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    cd9e895 View commit details
    Browse the repository at this point in the history
  14. Testbench - Slide No 25

    Implemented the Testbench present on Slide No 25. The complete Day_4 assignment has been implemented and verified with the results.
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    39c07ec View commit details
    Browse the repository at this point in the history
  15. PC - Cycle $vaild - Slide No 33

    Implementation of Pipelining logic starts.
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    44d29c7 View commit details
    Browse the repository at this point in the history
  16. 3 -Cycle RISC-V - Slide No 36

    Implemented 3 -Cycle RISC-V with pipelining.
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    b310476 View commit details
    Browse the repository at this point in the history
  17. 3-Cycle RISC-V_2 - Slide No 37

    Added partition logic into pipeline stages for 3-Cycle RISC-V - Slide No 37
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    92e4abe View commit details
    Browse the repository at this point in the history
  18. Register File Bypass - Slide No 39

    Implementation of Register File Bypass Logic. Updated $src1_value and $src2_value to select previous $result.
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    3998af8 View commit details
    Browse the repository at this point in the history
  19. Branches - Slide No 42

    Implemented branches in pipelining.
    Redbeard358 authored Aug 30, 2020
    Configuration menu
    Copy the full SHA
    aafb64c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Complete Instruction Decode - Slide 44

    Implemented Complete Instruction Decode on Slide 44
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    7724f9c View commit details
    Browse the repository at this point in the history
  2. Complete ALU - Slide No 45

    Implemented Complete Arithametic and Logic Unit (ALU) by assigning values to all instructions - Slide No 45
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2d26446 View commit details
    Browse the repository at this point in the history
  3. Redirect Loads - Slide No 48

    Implemented Redirect Loads on Slide no 48
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    a35fee9 View commit details
    Browse the repository at this point in the history
  4. Modified_Redirect Loads - Slide No 48

    Rectified the syntax error at line no 232.
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2255668 View commit details
    Browse the repository at this point in the history
  5. Load Data 1 - Slide No 49

    Implemented Load data to memory_1
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    5a9d5a4 View commit details
    Browse the repository at this point in the history
  6. Load Data 2 - Slide No 51

    Added the 1-R/W Memory and Implemented the Load data into memory_2.
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    db20d84 View commit details
    Browse the repository at this point in the history
  7. Load/Store program - Slide no 52

    Implemented the Load/Store program into the RISC-V using assembly language code. 
    The final result value obtained after the summation result was stored to byte address 16, and was subsequently loaded from byte address 16 to register x17.
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    0982f21 View commit details
    Browse the repository at this point in the history
  8. Jump - Slide No 53

    Implemented jump instructions and verified the output.
    Thus, successfully completing the Implementation of  RISC-V Core.
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    baaff2d View commit details
    Browse the repository at this point in the history
  9. Final Code - Cleaning up the clutter and arranging the code.

    Successfully completed implementing a RISC-V Core. This is the final code after clearing out all the clutters, arranging the code with indentations for better readability and comprehension.
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    eafae3c View commit details
    Browse the repository at this point in the history
  10. Makerchip Sandbox link for the project

    Added the Makerchip Sandbox link for the project
    Redbeard358 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2642589 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Modified Sequential Calculator

    Added the pipelining stage |calc and  @0
    Redbeard358 authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    6fc18f7 View commit details
    Browse the repository at this point in the history
  2. Lab Pipeline Slide no 34

    Getting acquainted with the pipelining technique in maker chip using TL-Verilog.
    Redbeard358 authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3b5704a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Updated Counter and Calculator in Pipeline

    Removed the default reset signal and added reset into @0 pipeline stage
    Redbeard358 authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    6450ed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f63362 View commit details
    Browse the repository at this point in the history
  3. Slide no 36 - Initially tried logic

    Initially tried the logic on my own, as per given on the slide.
    Redbeard358 authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    106e434 View commit details
    Browse the repository at this point in the history
  4. Slide No - 36 - Corrected the 2-Cycle Calculator

    Corrected the 2-Cycle Calculator after referring to the reference diagram. There is no need for reset_to_mux. And no need of any validity check in this slide, until now. So removed it. Also removed the default reset and added it to @0 stage.
    Redbeard358 authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    deef55d View commit details
    Browse the repository at this point in the history
  5. Slide No - 41 - Corrected the code as per reference diagram

    Corrected the 2-cycle calculator code with validity code as per the reference diagram.  Changed $valid | $reset; to $valid | | $reset;  . $valid should be 1 bit.  No need of $valid || $reset in the $out expression.
    Redbeard358 authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    618971b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53e440b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Slide No 43 - Calculator with Single Value Memory

    Implemented the Calculator with Single Value Memory.
    Redbeard358 authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    b40c235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    014c830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64bde1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d133fa0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c275b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc9482d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    222a4f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e4db1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c52c983 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbb2982 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    264fef4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b0f384 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    051228b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e60af6d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25f2a0e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a09cc39 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    84bb8e2 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    Redbeard358 authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    4f39c22 View commit details
    Browse the repository at this point in the history
  19. Deleted the snapshot

    Redbeard358 authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    2c9b421 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3d569d9 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    Redbeard358 authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    939101d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    94a9292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3643fb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcad9c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f1f2c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eabf1f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c66a78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a84f129 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    587b0b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d3d239 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb08e43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a1c35c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    968ad73 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e586020 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9685883 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    db30dab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3a5de75 View commit details
    Browse the repository at this point in the history
  17. sample

    Redbeard358 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    22c3098 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f753af8 View commit details
    Browse the repository at this point in the history
  19. sample

    Redbeard358 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a682d9c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    67eb839 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5d9ea24 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b1a2639 View commit details
    Browse the repository at this point in the history
  23. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    6764508 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    981daca View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fff26db View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c177da4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2a0b4c5 View commit details
    Browse the repository at this point in the history
  28. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    8437ed4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e007658 View commit details
    Browse the repository at this point in the history
  30. Added the Output snaps

    Redbeard358 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    89cd5aa View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f95a4a3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fe0aab7 View commit details
    Browse the repository at this point in the history
  33. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1857330 View commit details
    Browse the repository at this point in the history
  34. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    237fd3d View commit details
    Browse the repository at this point in the history
  35. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a7c33e2 View commit details
    Browse the repository at this point in the history
  36. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ca1a90c View commit details
    Browse the repository at this point in the history
  37. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    3c44f36 View commit details
    Browse the repository at this point in the history
  38. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    8ef205d View commit details
    Browse the repository at this point in the history
  39. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    21c6b6c View commit details
    Browse the repository at this point in the history
  40. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ecfd9ee View commit details
    Browse the repository at this point in the history
  41. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    64e1db0 View commit details
    Browse the repository at this point in the history
  42. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1c1d10e View commit details
    Browse the repository at this point in the history
  43. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    2015f05 View commit details
    Browse the repository at this point in the history
  44. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    25e4ed1 View commit details
    Browse the repository at this point in the history
  45. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    aa45d6e View commit details
    Browse the repository at this point in the history
  46. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4301ae5 View commit details
    Browse the repository at this point in the history
  47. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7ba70bc View commit details
    Browse the repository at this point in the history
  48. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    3c1fd60 View commit details
    Browse the repository at this point in the history
  49. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    49615aa View commit details
    Browse the repository at this point in the history
  50. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c00a4de View commit details
    Browse the repository at this point in the history
  51. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    a88f5ab View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    e24677c View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    57c8f69 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7994f60 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    d93eac6 View commit details
    Browse the repository at this point in the history
  56. Delete Lecture7.pdf

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    832eeaa View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    86add0c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    7edfedd View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    b9587dc View commit details
    Browse the repository at this point in the history
  60. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    3066825 View commit details
    Browse the repository at this point in the history
  61. C and Assebly code snap

    Redbeard358 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    fef6938 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    5b725c2 View commit details
    Browse the repository at this point in the history
  63. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1282578 View commit details
    Browse the repository at this point in the history
  64. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    913ee2e View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f108e0c View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    5a698d5 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b76dcfc View commit details
    Browse the repository at this point in the history
  68. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c6de83b View commit details
    Browse the repository at this point in the history
  69. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0acfd3f View commit details
    Browse the repository at this point in the history
  70. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    0076ff7 View commit details
    Browse the repository at this point in the history
  71. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ca85995 View commit details
    Browse the repository at this point in the history
  72. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    059335c View commit details
    Browse the repository at this point in the history
  73. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    44d6412 View commit details
    Browse the repository at this point in the history
  74. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d6e147e View commit details
    Browse the repository at this point in the history
  75. Update README.md

    Redbeard358 authored Sep 8, 2020
    Configuration menu
    Copy the full SHA
    11ff488 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    40074da View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    945d2f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    ef14a24 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6b8fe7a View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    f95366c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fda766b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6b30c9 View commit details
    Browse the repository at this point in the history
  6. Create README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    7c2f056 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    08a77a4 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    036957e View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4ea27b2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    86b0487 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbb5329 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    bf8cf70 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    4f387c0 View commit details
    Browse the repository at this point in the history
  14. Update TL-Verilog

    Redbeard358 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    7e8e750 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    951603a View commit details
    Browse the repository at this point in the history
  16. Create Readme.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    0977b89 View commit details
    Browse the repository at this point in the history
  17. Update Readme.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    05d4ad7 View commit details
    Browse the repository at this point in the history
  18. Create README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b0975d2 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    b5d4650 View commit details
    Browse the repository at this point in the history
  20. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1fcaf34 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ecb7113 View commit details
    Browse the repository at this point in the history
  22. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    690136e View commit details
    Browse the repository at this point in the history
  23. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    9fae3a3 View commit details
    Browse the repository at this point in the history
  24. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1e2447f View commit details
    Browse the repository at this point in the history
  25. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a7aa2ac View commit details
    Browse the repository at this point in the history
  26. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    2fe949a View commit details
    Browse the repository at this point in the history
  27. Update Readme.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c41ab42 View commit details
    Browse the repository at this point in the history
  28. .

    Redbeard358 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    01b4f8e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1bd7a42 View commit details
    Browse the repository at this point in the history
  30. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6fccebc View commit details
    Browse the repository at this point in the history
  31. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ecba071 View commit details
    Browse the repository at this point in the history
  32. Introduction to RISC-V

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e8dcf50 View commit details
    Browse the repository at this point in the history
  33. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    16b42f6 View commit details
    Browse the repository at this point in the history
  34. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c6ab5d5 View commit details
    Browse the repository at this point in the history
  35. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    5de54f7 View commit details
    Browse the repository at this point in the history
  36. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    80f42c8 View commit details
    Browse the repository at this point in the history
  37. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    dbe5278 View commit details
    Browse the repository at this point in the history
  38. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    cda02b1 View commit details
    Browse the repository at this point in the history
  39. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    abcbd20 View commit details
    Browse the repository at this point in the history
  40. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a2ed925 View commit details
    Browse the repository at this point in the history
  41. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    c81edda View commit details
    Browse the repository at this point in the history
  42. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    351ac84 View commit details
    Browse the repository at this point in the history
  43. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1771a50 View commit details
    Browse the repository at this point in the history
  44. Create README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    84a3680 View commit details
    Browse the repository at this point in the history
  45. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    680d44c View commit details
    Browse the repository at this point in the history
  46. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    aa68cc6 View commit details
    Browse the repository at this point in the history
  47. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3007042 View commit details
    Browse the repository at this point in the history
  48. Update README.md

    Redbeard358 authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ba4fc49 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    e3f2a41 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    bab3125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c31d73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    944b570 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    de07d25 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    4c71bab View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    084d39c View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    4ad133c View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    79b2b63 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    eded44a View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    8f80f04 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    30737fe View commit details
    Browse the repository at this point in the history
  13. Update README.md

    Redbeard358 authored Sep 12, 2020
    Configuration menu
    Copy the full SHA
    665a064 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2020

  1. Update README.md

    Redbeard358 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    2597ee7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Redbeard358 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    5cea908 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Redbeard358 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    2a0a717 View commit details
    Browse the repository at this point in the history
  4. Delete Welcome file

    Redbeard358 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    3f4b149 View commit details
    Browse the repository at this point in the history
  5. Snapshots size decreased

    Redbeard358 committed Sep 13, 2020
    Configuration menu
    Copy the full SHA
    8fc98a7 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Redbeard358 authored Sep 13, 2020
    Configuration menu
    Copy the full SHA
    8b320b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    a11f54f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b90fd05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec8a4a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5beca9c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    dde74f6 View commit details
    Browse the repository at this point in the history
  6. Update

    Redbeard358 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f3d8e6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f71e67 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5447aa5 View commit details
    Browse the repository at this point in the history
  9. Added Day_5 Readme

    Redbeard358 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1d8eeeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a15ca37 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    79b2ac3 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    e7b0c52 View commit details
    Browse the repository at this point in the history
  13. Added Day_5 files

    Redbeard358 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1b7652c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    680cf81 View commit details
    Browse the repository at this point in the history
  15. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    3132239 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5defe1b View commit details
    Browse the repository at this point in the history
  17. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    99f664e View commit details
    Browse the repository at this point in the history
  18. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    24f68f4 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    b38abfb View commit details
    Browse the repository at this point in the history
  20. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    5e0e769 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    581ed97 View commit details
    Browse the repository at this point in the history
  22. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    8908958 View commit details
    Browse the repository at this point in the history
  23. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    67df35f View commit details
    Browse the repository at this point in the history
  24. Update

    Redbeard358 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f5ba80f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5c6ff0c View commit details
    Browse the repository at this point in the history
  26. Update

    Redbeard358 committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    7db79e6 View commit details
    Browse the repository at this point in the history
  27. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    758e5b4 View commit details
    Browse the repository at this point in the history
  28. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    301c00f View commit details
    Browse the repository at this point in the history
  29. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f56c392 View commit details
    Browse the repository at this point in the history
  30. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    11723e6 View commit details
    Browse the repository at this point in the history
  31. Update README.md

    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    70632a1 View commit details
    Browse the repository at this point in the history
  32. Signoff

    Signed-off-by: Ashutosh Sahoo <[email protected]>
    Redbeard358 authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    6694d26 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update README.md

    Redbeard358 authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    b0522de View commit details
    Browse the repository at this point in the history