Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudestin committed Sep 12, 2022
1 parent 5c850ae commit d156c58
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
- Anlogic Tang Dynasty Ver. 4.4.433
- riscv32-unknown-elf-gcc (g5964b5cd727) 11.1.0

## tinyFastEtherDeveloper
10cm四方の小型Ethernet実験ボード.
Tang PriMERと併せてご利用ください.

## 質問等
不明点等ありましたら,お気軽にIssueをください。
27 changes: 27 additions & 0 deletions repeater/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# リピータートップモジュール
リピーターを構成するトップモジュール.
各PHYの`REF_CLK`はデフォルトでは独立なので
緩衝バッファとなる非同期式FIFOを挟まなければならなりません.

## 仕様モジュール一覧

### `common/rtl/RMII_RX.v`
RMII 受信モジュール, 100BASE-TX + 全二重通信を前提としたもの。

### `common/rtl/RMII_TX.v`
RMII 送信モジュール, 100BASE-TX + 全二重通信を前提としたもの。

### `common/rtl/FRAME_FIFO.v`
EOD (デリミタ信号), `frame_exist` (フレーム存在信号), `half_flag` (半分占有信号)
を備えた非同期式FIFO. BRAM9k 1個 とBRAM32k 2個を用います。

## 制約ファイル

### `repeater/constraints/io_12.adc`
ポート0とポート1間のリピーターを用いる際のIO制約。

### `repeater/constraints/io_23.adc`
ポート2とポート3間のリピーターを用いる際のIO制約。

### `repeater/constraints/timing.sdc`
タイミング制約。上記の2つのIO制約において共通して利用できます。
3 changes: 0 additions & 3 deletions repeater/rtl/TOP_REPEATER.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// PHY0 Loopback Test
// PHY0 RX -> PHY0 TX

module TOP_RMII_repeater(
input wire arst_n,
output wire [2:0] RGB_LED,
Expand Down

0 comments on commit d156c58

Please sign in to comment.