This repository contains the skeleton code and structure for the Digital Design and Verification Training evaluation-01. The task involves implementing a restoring division algorithm, creating comprehensive tests, and utilizing various development tools.
Repository Structure:
-
division.c Skeleton C file for implementing the restoring division algorithm and basic tests.
-
Makefile Empty file where you'll create build automation rules.
-
test.tcl Skeleton TCL script file for implementing advanced testing.
-
run_tests.sh Skeleton shell script file for full test automation.
-
README.md Contains project overview, TODO list, and evaluation criteria.
Branches:
- main: Contains the initial skeleton code and project structure.
Fork this repository to begin your evaluation. Complete the implementation in your forked repository, following the instructions provided in the README.md. Remember to commit your changes regularly and create a pull request after the designated time limit.
Good luck with your evaluation!