Code Monkey home page Code Monkey logo

dmpro16's Introduction

Project for dmpro 2016

 ______
< sudo >
 ------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Documents structure

Location Description
documents/deliveries contains a directory per delivery. Everything that is to be delivered is placed here and is compiled into a pdf/LaTeX before delivery
documents/documentation contains all design documents, facts and data about our system and the components used in it.
documents/documentation/datasheets/ contains datasheets for components used.
documents/meetings contains meeting minutes from all meetings, sorted by date
documents/research contains research notes on components, algorithms, circuits, application notes and datasheets for potential components etc.
documents/todo task lists, with deadline

src structure

  • mcu: code running on the EFM32
  • fpga: code running on the FPGA
    • Folder for each module
  • prototyping: code not running in final product
    • Folder for each prototype program

dmpro16's People

Contributors

magnehh avatar ludvigsj avatar edgarmv avatar katrol avatar olavbm avatar eirikrogno avatar irxess avatar arnels avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dmpro16's Issues

Power saving for Artix-7

It looks like Xilinx removed the SUSPEND mode from 7-series FPGAs, so there is no explicit sleep mode to be triggered.

Clock gating (stopping the clock while not in operation) is still an option and is discussed in page 57 of the following:
http://www.xilinx.com/support/documentation/user_guides/ug472_7Series_Clocking.pdf

So the clock is passed through a BUFGCE (clock buffer) with an enable signal to enable or disable that entire region. Here's a small Verilog example on this:
https://forums.xilinx.com/t5/Timing-Analysis/FPGA-clock-gating-implementation/td-p/548555

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.