A template repository for ECE552 Homework 1
main.py
has a minimal example of what you need to run the project.
Extra documentation for the celloapi2
repository can be found at this link
python 3.8 or above
docker and the associated docker image as specified in the homework and the API documentation
poetry package manager
poetry install
poetry run python main.py
This repository contains an input directory and an output directory. The
input files are located in the input
directory and your results will be shown
in the output
directory
├── input
│ ├── and.v
│ ├── Eco1C1G1T1.input.json
│ ├── Eco1C1G1T1.output.json
│ ├── Eco1C1G1T1.UCF.json
│ ├── nand.v
│ ├── options.csv
│ ├── struct.v
│ └── xor.v
├── main.py
├── output
├── poetry.lock
├── pyproject.toml
└── README.md