Skip to content

Commit

Permalink
dist: Include muacm_xclk.v in the binary dist
Browse files Browse the repository at this point in the history
Just so useful it might as well be in there

Signed-off-by: Sylvain Munaut <[email protected]>
  • Loading branch information
smunaut committed Sep 5, 2021
1 parent 5610db9 commit f6fdeae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mkdir -p "${DEST_BIN}"

cp "build/muacm.ilang" "${DEST_BIN}"
cp "build/muacm.v" "${DEST_BIN}"
cp "example/rtl/muacm_xclk.v" "${DEST_BIN}"
cp "utils/muacm_customize.py" "${DEST_BIN}"

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

0 comments on commit f6fdeae

Please sign in to comment.