Skip to content

Commit 10b47f1

Browse files
authored
Merge pull request #4 from OSCPU-Zhoushan/2021
Support SRAM for SoC integration
2 parents 663c421 + a693d50 commit 10b47f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ build_soc_proj() {
140140
fi
141141

142142
ln -s $YSYXSOC_HOME/ysyx/peripheral $BUILD_PATH/vsrc/
143+
ln -s $YSYXSOC_HOME/ysyx/ram $BUILD_PATH/vsrc/
143144
ln -s $YSYXSOC_HOME/ysyx/peripheral/spiFlash $BUILD_PATH/csrc/
144145
VSRC_FOLDER+=" $BUILD_PATH/vsrc"
145146
CSRC_FOLDER+=" $BUILD_PATH/csrc"

0 commit comments

Comments
 (0)