Code Monkey home page Code Monkey logo

verilog_function-generator's Introduction

verilog_Function-Generator

Features

  1. For a given range, it produces sine or cosine or tangent values based on user choice. For instance, if the input range is $[0,\pi]$, and the user has selected sine wave, the output should be the repetitive values of sine wave in the interval $[0,\pi]$ with as small an interval between values as possible. Your design should be able to support a full wave i.e. the range $[0, 2\pi]$.
  2. If the user chooses to generate a clock of frequency $F$, your code should generate that clock as output. You can restrict the range or values of F that a user can choose from.
  3. Your design should be able to generate a triangular wave of a given period and amplitude. You can restrict the user to select period and amplitude within a range.
  4. Your design should be able to generate a saw tooth wave of a given period and amplitude. You can restrict the user to select period and amplitude within a range.

Remarks

  1. Use Integrated Logic Analyzer (ILA) in Xilinx Vivado to check the output waveform
  2. main clock can change to 10ns/20ns period without ILA
  3. Implemented on PYNQ-Z2 board (using the FPGA only)

verilog_function-generator's People

Contributors

ilvon avatar

Watchers

 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.