commit 1415fc3e734338cb5322ee300721be6660b63377 parent f53383092995c13956a5e067bbc486f2df7138d2 Author: Brian Swetland <swetland@frotz.net> Date: Wed, 22 Jan 2020 16:54:57 -0800 ethernet: move testdata into hdl/ethernet/ as well Diffstat:
M | hdl/ethernet/eth_crc32_test.sv | | | 2 | +- |
R | hdl/eth_crc32_testpacket.hex -> hdl/ethernet/eth_crc32_testpacket.hex | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/hdl/ethernet/eth_crc32_test.sv b/hdl/ethernet/eth_crc32_test.sv @@ -9,7 +9,7 @@ module testbench( reg [8:0]packet[0:103]; -initial $readmemh("hdl/eth_crc32_testpacket.hex", packet); +initial $readmemh("hdl/ethernet/eth_crc32_testpacket.hex", packet); reg [6:0]pktcount = 7'd0; reg rst = 1'b1; diff --git a/hdl/eth_crc32_testpacket.hex b/hdl/ethernet/eth_crc32_testpacket.hex