Skip to content

Commit

Permalink
fud2 snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn committed Dec 30, 2024
1 parent 070046d commit 108fdf4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions fud2/tests/snapshots/tests__test@plan_axi-wrapped.snap
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ rule gen-axi
rule combine
command = cat $in > $out
rule remove-imports
command = sed '1,/component main/{/component main/!d; }' $in > $out
command = sed '/^import/d' $in > $out

build input.yxi: yxi /input.ext
build refified_input.futil: calyx-pass /input.ext
pass = external-to-ref
build axi_wrapper.futil: gen-axi input.yxi
build no_imports_refified_input.futil: remove-imports refified_input.futil
build /output.ext: combine axi_wrapper.futil no_imports_refified_input.futil
build no_imports_input.ext: remove-imports /input.ext
build /output.ext: combine axi_wrapper.futil no_imports_input.ext

default /output.ext

0 comments on commit 108fdf4

Please sign in to comment.