ARC-Lab-UF / testbench-runner

Interactive testbench runner via Modelsim. Integrates with Canvas assignments.
2 stars 1 forks source link

Make it easier to run a single person #68

Open benjamin051000 opened 1 year ago

benjamin051000 commented 1 year ago

Sometimes students make multiple submissions that look like this:

  1. zip with source code
  2. Non-zip (PDF, or something else) ...

It becomes incredibly difficult to grade just that one person, since the program unzips the primary .zip, and immediately reads the unzipped contents.

Possible solutions

benjamin051000 commented 1 year ago

The case where students submit multiple times includes one submission before the deadline, with potentially unfinished code; and another submission after the deadline, with modified contents. Being able to pick which one you want in Speedgrader, download it, and simply run it on its own would be really nice.

benjamin051000 commented 1 year ago

This honestly could just be a simple function that replaces the normal unzip operation. This would actually be pretty easy to implement.