Interns I have done so far

Winter Internship

    RISE Lab, Indian Institute of Technology Madras

    Supervisor: Prof. V. Kamakoti

    Duration: Dec. 2019 - Jan. 2020

    • Reviewed Python code to identify and remove irrelevant tests (e.g., improper bit width) within the RISCOF test selector module, and added necessary check statements for all existing 32-bit tests.
    • Ported 32-bit tests to 64-bit tests and integrated the 64-bit tests into the RISC-V test suite.

Summer Internship

    GCC Resource Center, Indian Institute of Technology Bombay

    Supervisor: Prof. Uday Khedkar

    Duration: May. 2018 - Jul. 2018

    • Developed a basic calculator program by modifying the functionality of the BC command in Linux using PLY, capable of evaluating both basic expressions and complex numbers.
    • Added functionality to generate PDF files of the parse tree and abstract syntax tree for the input expressions
    • Developed a language called PLY++, an advanced version of PLY, designed to provide ease of use for programmers