Git Product home page Git Product logo

cocotb_coredump's Introduction

Assignment interfaces

The DUT Implements an OR Gate with access via a Configuration and Status Register instead of direct access via ports.

DUT IO specification

The DUT has 2 interfaces Read and Write.

Read Interface takes an address and returns the data at that address.

Name I/O size
read_address I 3
read_data O 1
read_rdy O 1
read_en I 1

Write Interface takes an address and data and writes the data to the address

Name I/O size
write_rdy O 1
write_address I 3
write_data I 1
write_en I 1

Clock and Reset Signals

Name I/O size
CLK I 1
RST_N I 1

Address map

Address Registers Access Description
0 A_Status R 1: A Fifo Not Full. 0: Full
1 B_Status R 1: B Fifo Not Full. 0: Full
2 Y_Status R 1: Y Fifo Not Empty. 0: Empty
3 y_output R The output value calculated by the DUT
4 A_Data W A Input Data
5 B_Data W B Input Data

cocotb_coredump's People

Contributors

ali11-2000 avatar github-classroom[bot] avatar

Watchers

Vijayvithal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.