Web Evaluator for QtRvSim

A web application for submission and evaluation of student (and also of the general public) solutions of bonus RISC-V tasks initially prepared for the B35APO bachelor Computer Architectures course. The code snippet written in RISC-V assembly or C is entered through the web interface, and it is compiled by QtRvSim internal assembler or GCC and then run in QtRvSim using a wrapper application written in Python. During the evaluation, the correctness of the solution is checked by easily configurable test cases, all written in .toml format. After the evaluation, a task is scored based on the program’s runtime in CPU cycles or other metrics (i.e., cache misses). The soring allows a bit of competition between the students in addition to bonus points received for the correct results. The last and the best-scored student submissions are kept in the database, the same as the obtained scores, listed in global and per event/class/institution scoreboards.

In the current state, the evaluator can check the registers' content and the memory region’s final state at set addresses. Injection of data into memory region specified by address or symbol defined in the tested program is also possible (sequence to sort, which is unknown to the student, for example). A comparison of UART output to reference text is also possible. Each of the test cases can be configured to be either private or public (if set to private, the log does not show the trace of an error), with a separate test case, which is set to be a kind of benchmark - to allow fair competition between different submissions. The system also allows for a custom Makefile to be included, with additional files to be present during compile time.

The only hash of the e-mail address provided during registration is stored for comparison with the hash of the e-mail address used for password recovery. The address is used to send a password reset e-mail during the password recovery, but it is never stored in the database. We hope no GDPR measures apply to us or other organizations interested in running our evaluation system on their server.

The code can be analyzed and developed locally or online in QtRvSim. The cache, pipeline, and other parameters must be set according to the task description in the Web Evaluator.

The tasks are sorted from introductory ones (i.e., simple value addition solved by three instructions inserted before ebreak) to more advanced sorting algorithm implementation in RISC-V assembly or C programs for processing data incoming from UART and printing the results similarly.

How to Start

Head on over to the registration page and create an account. Then select a task from the main page, write your solution and submit it. After the evaluation is done, you can see the results on the page task. The page is not reloaded automatically for now. Use the page reload button, please.

Contact Persons

  • Jakub Pelc - the project author
  • Pavel Pisa - the B35APO lecturer and computer architectures teaching coordinator at CTU FEE