Skip to content

Commit

Permalink
debug: more
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 21, 2024
1 parent a885e92 commit cec7880
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sram/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@ genrule(
":sdq_17x64_synth_mergedlib",
],
outs = ["mock-naja.v"],
cmd = "mkdir -p `dirname $@`; ls $(location :sdq_17x64_synth_mergedlib); echo \"// imagine naja edits in this file\" > $@ && cat $(location :sdq_17x64_synth_unedited) >> $@",
cmd = """
set -ex
mkdir -p `dirname $@`
ls $(location :sdq_17x64_synth_mergedlib)
echo \"// imagine naja edits in this file\" > $@
cat $(location :sdq_17x64_synth_unedited) >> $@
""",
)

# FIXME some better way to deploy naja in Bazel environment is needed
Expand Down

0 comments on commit cec7880

Please sign in to comment.