diff --git a/.github/workflows/build_net.yml b/.github/workflows/build_net.yml index ef8137e..c6ffb0b 100644 --- a/.github/workflows/build_net.yml +++ b/.github/workflows/build_net.yml @@ -15,7 +15,7 @@ jobs: - name: Compile HW RDMA host perf run: | - mkdir build_rdma_perf_host_hw && cd build_perf_rdma_host_hw + mkdir build_perf_rdma_host_hw && cd build_perf_rdma_host_hw /usr/bin/cmake ../hw/ -DFDEV_NAME=u55c -DEXAMPLE=perf_rdma_host make shell && make compile diff --git a/hw/hdl/operators/examples/perf_dram/dram_c0_0.svh b/hw/hdl/operators/examples/perf_dram/perf_dram_c0_0.svh similarity index 100% rename from hw/hdl/operators/examples/perf_dram/dram_c0_0.svh rename to hw/hdl/operators/examples/perf_dram/perf_dram_c0_0.svh diff --git a/hw/hdl/operators/examples/perf_dram/dram_c0_1.svh b/hw/hdl/operators/examples/perf_dram/perf_dram_c0_1.svh similarity index 100% rename from hw/hdl/operators/examples/perf_dram/dram_c0_1.svh rename to hw/hdl/operators/examples/perf_dram/perf_dram_c0_1.svh diff --git a/hw/hdl/operators/examples/perf_dram/dram_c0_2.svh b/hw/hdl/operators/examples/perf_dram/perf_dram_c0_2.svh similarity index 100% rename from hw/hdl/operators/examples/perf_dram/dram_c0_2.svh rename to hw/hdl/operators/examples/perf_dram/perf_dram_c0_2.svh diff --git a/hw/hdl/operators/examples/perf_dram/dram_c0_3.svh b/hw/hdl/operators/examples/perf_dram/perf_dram_c0_3.svh similarity index 100% rename from hw/hdl/operators/examples/perf_dram/dram_c0_3.svh rename to hw/hdl/operators/examples/perf_dram/perf_dram_c0_3.svh diff --git a/hw/hdl/operators/examples/perf_hbm/hbm_c0_0.svh b/hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_0.svh similarity index 100% rename from hw/hdl/operators/examples/perf_hbm/hbm_c0_0.svh rename to hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_0.svh diff --git a/hw/hdl/operators/examples/perf_hbm/hbm_c0_1.svh b/hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_1.svh similarity index 100% rename from hw/hdl/operators/examples/perf_hbm/hbm_c0_1.svh rename to hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_1.svh diff --git a/hw/hdl/operators/examples/perf_hbm/hbm_c0_2.svh b/hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_2.svh similarity index 100% rename from hw/hdl/operators/examples/perf_hbm/hbm_c0_2.svh rename to hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_2.svh diff --git a/hw/hdl/operators/examples/perf_hbm/hbm_c0_3.svh b/hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_3.svh similarity index 100% rename from hw/hdl/operators/examples/perf_hbm/hbm_c0_3.svh rename to hw/hdl/operators/examples/perf_hbm/perf_hbm_c0_3.svh