xref: /XiangShan/scripts/generate_all.sh (revision 9341e7e39c656d440d7ad48c941f9c38b09227cc)
1*9341e7e3Sxiaofeibao-xjtuset -e
2*9341e7e3Sxiaofeibao-xjtuset -x
3*9341e7e3Sxiaofeibao-xjtu
4*9341e7e3Sxiaofeibao-xjtucd $NOOP_HOME
5*9341e7e3Sxiaofeibao-xjtu
6*9341e7e3Sxiaofeibao-xjtufor module in Frontend Backend MemBlock L2Top XSTile XSTop
7*9341e7e3Sxiaofeibao-xjtudo
8*9341e7e3Sxiaofeibao-xjtu  python3 scripts/parser.py $module --config DefaultConfig --prefix bosc_ --sram-replace --xs-home $(pwd) > generate_$module.log
9*9341e7e3Sxiaofeibao-xjtu  mv generate_$module.log bosc_${module}-Release*
10*9341e7e3Sxiaofeibao-xjtudone
11*9341e7e3Sxiaofeibao-xjtu
12