... | ... | @@ -19,8 +19,8 @@ explored like ring topology, on-the-fly data transmission, reflective |
|
|
memory (GE property though). The possibilities can be remarkable.
|
|
|
|
|
|
The CUTEWR-DP board can also be used as normal WR node when only one
|
|
|
port is used. Check the
|
|
|
[Github](https://github.com/leehongming/cutewr_dp) to get more
|
|
|
port is used. Currently, the CUTEWR-DPV2 is published. Check the
|
|
|
[Github](https://github.com/leehongming/cutewr_dp_v2) to get more
|
|
|
information.
|
|
|
|
|
|
## 2.Hardware
|
... | ... | @@ -36,7 +36,7 @@ CUTEDP-Board.jpg |
|
|
- Spartan 6 (XC6SLX45T-4CSG324C);
|
|
|
- 32MBit SPI FLASH (M25P32-VMF6P);
|
|
|
- 64Kbit I2C EEPROM (24AA64T-I/MC);
|
|
|
- FMC LPC interface;
|
|
|
- FMC LPC interface following the VITA standard;
|
|
|
- Addition Low-cost connector on FMC Region3
|
|
|
- JTAG and RS232;
|
|
|
- External CLK reference (work in master mode);
|
... | ... | @@ -44,7 +44,8 @@ CUTEDP-Board.jpg |
|
|
- 2 USER IO on front panel, LEMO interface
|
|
|
- 2 front panel LEDs;
|
|
|
- 2 Pmod Interfaces for debug
|
|
|
- 2 LEMO Interfaces for debug
|
|
|
- 3 LEMO Interfaces for
|
|
|
debug
|
|
|
|
|
|
### 2.2 Design Files
|
|
|
|
... | ... | @@ -58,13 +59,18 @@ CUTEWR-DualPortDEMO.png |
|
|
|
|
|
### 3.2 Design Files
|
|
|
|
|
|
git clone --recursive https://github.com/leehongming/cutedp.git
|
|
|
git clone --recursive https://github.com/leehongming/cutewr_dp_v2.git
|
|
|
|
|
|
The branch master contains the project which supports the one port
|
|
|
synchronization (normal CUTEWR).
|
|
|
The branch master\_dp contains the project which supports the dual port
|
|
|
synchronization (chain mode).
|
|
|
|
|
|
## 4.Demo
|
|
|
|
|
|
The Demo contains one WR switch and three CUTEWR-DP boards. The WR
|
|
|
The Demo contains one WR switch and three CUTEWR-DPV2 boards. The WR
|
|
|
switch acts as the Grandmaster(Layer 1) in this small network, and three
|
|
|
CUTEWR-DP boards are connected one by one. They are in Layer 2/3/4 of
|
|
|
CUTEWR-DPV2 boards are connected one by one. They are in Layer 2/3/4 of
|
|
|
this network seperately.
|
|
|
In each board, use the blue SFP (AXGE-1254-0531) in SFP0 and red SFP
|
|
|
(AXGE-3454-0531) in SFP1. (The label of each SFP is on the PCB)
|
... | ... | @@ -127,6 +133,10 @@ boards: |
|
|
<td>25-Jan-2017</td>
|
|
|
<td>Publish the simple dual port demo</td>
|
|
|
</tr>
|
|
|
<tr class="odd">
|
|
|
<td>04-Apr-2017</td>
|
|
|
<td>Publish the CUTEWR-DPV2</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
|
... | ... | @@ -137,7 +147,3 @@ boards: |
|
|
- [China Spallation Neutron
|
|
|
Source](http://csns.ihep.ac.cn/english/index.htm)
|
|
|
|
|
|
## 7\. Acknowledgements
|
|
|
|
|
|
7s WR-LEN project
|
|
|
|