mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
26 lines
541 B
Markdown
26 lines
541 B
Markdown
|
C2C: Generic chip to chip link
|
||
|
===============================
|
||
|
![alt tag](c2c_waveform.png.jpg)
|
||
|
|
||
|
## Introduction
|
||
|
* The C2C is a generic protocol agnostic link for moving data between dies. The block does not include any platform specific optimization
|
||
|
|
||
|
## Key Features
|
||
|
|
||
|
* Dual data rate data transfers
|
||
|
* Source synchronous
|
||
|
* Clock aligned by transmitter at 90 degrees
|
||
|
* Parametrized IO and system side bus width
|
||
|
* Data transmitted MSB first
|
||
|
|
||
|
## Simulation
|
||
|
|
||
|
```
|
||
|
cd $OH_HOME/c2v/dv
|
||
|
./build.sh
|
||
|
./run.sh dut_c2c.bin tests/test_random.emf
|
||
|
```
|
||
|
|
||
|
|
||
|
|