Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/racerxdl/lvds-7-to-1-serializer

An Verilog implementation of 7-to-1 LVDS Serializer. Which can be used for comunicating FPGAs with LVDS TFT Screens.
https://github.com/racerxdl/lvds-7-to-1-serializer

fpga lcd lvds screens serializer verilog

Last synced: about 2 months ago
JSON representation

An Verilog implementation of 7-to-1 LVDS Serializer. Which can be used for comunicating FPGAs with LVDS TFT Screens.

Awesome Lists containing this project

README

        

LVDS-7-to-1-Serializer
======================

An Verilog implementation of 7-to-1 LVDS Serializer. Which can be used for comunicating FPGAs with LVDS TFT Screens.
Tested on Spartan 3A Evaluation Kit

* Target Device: `xa3s400a-4ftg256`
* Flip-flops used: 114
* 4 Input LUTs used: 140
* Slices used: 127
* DCMs used: 2
* ODDR2 used: 4

The Serializer core is composed by `lvds_clockgen.v` and `serializer.v`. But I provided an example of how to use it with `maincore.v`, `video_lvds.v` that is both files for a Video Signal Generator to common notebook LVDS TFT Panels.