verilog-i2c
I2C interface
An FPGA implementation of an I2C interface with various slave and master interfaces.
Verilog I2C interface for FPGA implementation
546 stars
35 watching
173 forks
Language: Verilog
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
alexforencich/verilog-pcie | A collection of Verilog modules implementing PCIe interfaces and bridges for various FPGAs | 1,137 |
alexforencich/verilog-wishbone | Components for building Wishbone bus systems with flexible interfaces and parametrization. | 109 |
alexforencich/verilog-uart | A Verilog implementation of a basic UART (Universal Asynchronous Receiver-Transmitter) to AXI Stream interface. | 422 |
alexforencich/verilog-axis | Provides a collection of Verilog modules and wrappers for designing AXI stream bus components in FPGAs. | 743 |
hdl-util/i2c | A SystemVerilog implementation of the Inter-IC bus protocol for FPGAs | 22 |
alexforencich/verilog-lfsr | A parametrizable combinatorial LFSR/CRC module with various wrappers for different applications | 137 |
fivdi/i2c-bus | Provides Node.js access to I2C serial bus on Linux boards like BeagleBone or Raspberry Pi. | 348 |
vsergeev/c-periphery | A C library simplifying access to Linux peripheral I/O interfaces such as GPIO, LEDs, PWM, SPI, I2C, and Serial. | 742 |
aolofsson/oh | A comprehensive Verilog library of silicon-proven hardware building blocks for designing ASICs and FPGAs. | 1,188 |
chipsalliance/aib-phy-hardware | Hardware implementation of an interface bus specification | 127 |
fhunleth/elixir_ale | Library providing high-level abstractions for interfacing with hardware peripherals on Linux platforms | 344 |
octaprog7/mcp3421 | A Python module providing an interface to connect and measure with MCP342X ADCs via I2C | 0 |
octaprog7/pcf8574 | A MicroPython module for controlling an 8-bit I/O expander over I2C | 0 |
w0qs1/i2ceeprom | A C library for communicating with 24CXX EEPROMs using I2C protocol | 2 |
ulixxe/usb_cdc | A Verilog module implementing a full-speed USB communications device class for FPGA and ASIC designs. | 157 |