e-south / homework1-template

A template repository for ECE552 Homework 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homework1-template

A template repository for ECE552 Homework 1

This repository contains an input directory and an output directory. Part of your homework is plumbing these input files into celloapi2.

input
├── input_options
│   └── options.csv
├── input_sensor
│   ├── Bth
│   │   └── Bth1C1G1T1.input.json
│   ├── Eco
│   │   ├── Eco1C1G1T1.input.json
│   │   ├── Eco1C2G2T2.input.json
│   │   └── Eco2C1G3T1.input.json
│   └── SC
│       └── SC1C1G1T1.input.json
├── output_device
│   ├── Bth
│   │   └── Bth1C1G1T1.output.json
│   ├── Eco
│   │   ├── Eco1C1G1T1.output.json
│   │   ├── Eco1C2G2T2.output.json
│   │   └── Eco2C1G3T1.output.json
│   └── SC
│       └── SC1C1G1T1.output.json
├── ucf
│   ├── Bth
│   │   └── Bth1C1G1T1.UCF.json
│   ├── Eco
│   │   ├── Eco1C1G1T1.UCF.json
│   │   ├── Eco1C2G2T2.UCF.json
│   │   └── Eco2C1G3T1.UCF.json
│   └── SC
│       └── SC1C1G1T1.UCF.json
└── verilog_files
    ├── and.v
    ├── nand.v
    ├── struct.v
    └── xor.v

About

A template repository for ECE552 Homework 1


Languages

Language:Verilog 100.0%