Skip to content

Commit

Permalink
update fud2 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn committed Jan 2, 2025
1 parent 4b37ad3 commit 2d8f529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rule make-cocotb
rule copy
command = cp $in $out
rule cleanup-cocotb
command = sed -n '/Output:/,/make\[1\]/{/Output:/d;/make\[1\]/d;p}' $in > $out
command = sed -n '/Output:/,/make\[1\]/{/Output:/d;/make\[1\]/d;p;}' $in > $out

build Makefile: copy $cocotb-makefile-dir/Makefile
build axi_test.py: copy $cocotb-makefile-dir/axi_test.py
Expand Down

0 comments on commit 2d8f529

Please sign in to comment.