Code Monkey home page Code Monkey logo

i2c_master's Introduction

I2C_master

IIC 主控制器

1)逻辑主要由systemverilog设计
2)非轻量化设计(相比于网上其他的i2c master不到一千行代码),功能全部模块式细化,但是资源消耗不到,350LUT左右!
3)标准接口化设计,内部用标准interface连接,轻松实现拓展,基于interface的功能模块放在func文件夹,里面都是简单
   的状态机,已经对IIC层进行了抽象包装
4)通用化设计,设计用的我自定义的标准接口common interface 和 data interface ,可以做到很少的改动就能实现其他
   协议,比如SPI,这两个接口实现其实可以够新开一个repository的,以后我会更新:-)。

建议从 Func文件夹里面的模块开始从上往下熟悉设计思路。

altera_xilinx_always_block_sw.rb 为复位替换脚本 可忽略

Have fun !!!

--@--Young--@--

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.