Skip to content

Commit b1177eb

Browse files
committed
Rename HXT100G to HTG-640
Signed-off-by: Alex Forencich <[email protected]>
1 parent 5d349c9 commit b1177eb

39 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ following boards:
4646
* Exablaze ExaNIC X10 (Xilinx Kintex UltraScale XCKU035)
4747
* Exablaze ExaNIC X25 (Xilinx Kintex UltraScale+ XCKU3P)
4848
* HiTech Global HTG-9200 (Xilinx UltraScale+ XCVU9P)
49-
* HiTech Global HTG-V6HXT-100GIG-565 (Xilinx Virtex 6 XC6VHX565T)
49+
* HiTech Global HTG-640 (HTG-V6HXT-100GIG-565) (Xilinx Virtex 6 XC6VHX565T)
5050
* Silicom fb2CG@KU15P (Xilinx Kintex UltraScale+ XCKU15P)
5151
* Xilinx KC705 (Xilinx Kintex 7 XC7K325T)
5252
* Xilinx ML605 (Xilinx Virtex 6 XC6VLX240T)
File renamed without changes.

example/HXT100G/fpga/README.md renamed to example/HTG640/fpga/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Verilog Ethernet HXT100G Example Design
1+
# Verilog Ethernet HTG-640 Example Design
22

33
## Introduction
44

5-
This example design targets the HiTech Global HXT100G FPGA board.
5+
This example design targets the HiTech Global HTG-640 (HTG-V6HXT-100GIG-565) FPGA board.
66

77
The design by default listens to UDP port 1234 at IP address 192.168.1.128 and
88
will echo back any packets received. The design will also respond correctly
@@ -18,7 +18,7 @@ in PATH.
1818

1919
## How to test
2020

21-
Run make program to program the HXT100G board with the Xilinx Impact software.
21+
Run make program to program the HTG-640 board with the Xilinx Impact software.
2222
Then run
2323

2424
netcat -u 192.168.1.128 1234
File renamed without changes.
File renamed without changes.
File renamed without changes.

example/HXT100G/fpga_cxpt16/README.md renamed to example/HTG640/fpga_cxpt16/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Verilog Ethernet HXT100G Crosspoint Switch Design
1+
# Verilog Ethernet HTG-640 Crosspoint Switch Design
22

33
## Introduction
44

5-
This design targets the HiTech Global HXT100G FPGA board.
5+
This design targets the HiTech Global HTG-640 (HTG-V6HXT-100GIG-565) FPGA board.
66

77
The design forms a 16x16 crosspoint switch for 10G Ethernet. It is capable of
88
connecting any output port to any input port based on configuration frames

0 commit comments

Comments
 (0)