mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-22 14:51:22 +01:00
15 lines
650 B
Markdown
15 lines
650 B
Markdown
# Testing of arithmetic circuits generated to C code using ArithsGen
|
|
|
|
## Description
|
|
Script checks correct functionality of various architectures of unsigned/signed adders and multipliers and of unsigned dividers located in 'c_circuits' folder. Folder contains circuits in flattened as well as in hierarchical representation to ensure proper testing. Script automatically compiles and runs all tests and echoes the results back to console.
|
|
|
|
**Note** that these circuits were manually modified to allow such a testing (added main with nested loops and asserts)!
|
|
|
|
## Execute permission
|
|
```bash
|
|
chmod +x c_tests.sh
|
|
```
|
|
## Usage
|
|
```bash
|
|
./c_tests.sh
|
|
``` |