Skip to content

Commit f6fdeae

Browse files
committed
dist: Include muacm_xclk.v in the binary dist
Just so useful it might as well be in there Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
1 parent 5610db9 commit f6fdeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ mkdir -p "${DEST_BIN}"
1919

2020
cp "build/muacm.ilang" "${DEST_BIN}"
2121
cp "build/muacm.v" "${DEST_BIN}"
22+
cp "example/rtl/muacm_xclk.v" "${DEST_BIN}"
2223
cp "utils/muacm_customize.py" "${DEST_BIN}"
2324

2425
cp "README.md" "${DEST_BIN}/README-core.md"

0 commit comments

Comments
 (0)