We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5610db9 commit f6fdeaeCopy full SHA for f6fdeae
dist.sh
@@ -19,6 +19,7 @@ mkdir -p "${DEST_BIN}"
19
20
cp "build/muacm.ilang" "${DEST_BIN}"
21
cp "build/muacm.v" "${DEST_BIN}"
22
+cp "example/rtl/muacm_xclk.v" "${DEST_BIN}"
23
cp "utils/muacm_customize.py" "${DEST_BIN}"
24
25
cp "README.md" "${DEST_BIN}/README-core.md"
0 commit comments