Skip to content

Commit

Permalink
refactor: Fix more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 3, 2024
1 parent e0a153a commit 2d98d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/test/floo_dma_test_node.sv
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ module floo_dma_test_node #(
if ($value$plusargs("JOB_DIR=%s", job_dir)) begin
job_dir = $sformatf("%s", job_dir);
end else begin
job_dir = "test/jobs";
job_dir = "hw/test/jobs";
end
if (JobId != -1) begin
job_file = $sformatf("%s/%s_%0d.txt", job_dir, job_name, JobId);
Expand Down

0 comments on commit 2d98d27

Please sign in to comment.