Skip to content

Commit

Permalink
Rename HXT100G to HTG-640
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Jul 22, 2023
1 parent 5d349c9 commit b1177eb
Show file tree
Hide file tree
Showing 39 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ following boards:
* Exablaze ExaNIC X10 (Xilinx Kintex UltraScale XCKU035)
* Exablaze ExaNIC X25 (Xilinx Kintex UltraScale+ XCKU3P)
* HiTech Global HTG-9200 (Xilinx UltraScale+ XCVU9P)
* HiTech Global HTG-V6HXT-100GIG-565 (Xilinx Virtex 6 XC6VHX565T)
* HiTech Global HTG-640 (HTG-V6HXT-100GIG-565) (Xilinx Virtex 6 XC6VHX565T)
* Silicom fb2CG@KU15P (Xilinx Kintex UltraScale+ XCKU15P)
* Xilinx KC705 (Xilinx Kintex 7 XC7K325T)
* Xilinx ML605 (Xilinx Virtex 6 XC6VLX240T)
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Verilog Ethernet HXT100G Example Design
# Verilog Ethernet HTG-640 Example Design

## Introduction

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

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

## How to test

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

netcat -u 192.168.1.128 1234
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Verilog Ethernet HXT100G Crosspoint Switch Design
# Verilog Ethernet HTG-640 Crosspoint Switch Design

## Introduction

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

The design forms a 16x16 crosspoint switch for 10G Ethernet. It is capable of
connecting any output port to any input port based on configuration frames
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b1177eb

Please sign in to comment.