Skip to content

A template repository for ECE552 Homework 1

Notifications You must be signed in to change notification settings

PotofGross/EC552-HW1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homework1-template

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

What you need to use this Repository

python 3.8 or above

docker and the associated docker image as specified in the homework and the API documentation

poetry package manager

How do I run this?

poetry install

poetry run python main.py

Additional Information

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

About

A template repository for ECE552 Homework 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.2%
  • Verilog 43.8%