refactoring fixes

This commit is contained in:
Blaise Tine
2020-04-14 19:39:59 -04:00
parent 22c8da7490
commit 12dc4d6874
624 changed files with 600 additions and 28528 deletions

View File

@@ -26,9 +26,9 @@ base=${name%.*}
. "$filename"
make -C rtl build_config
make -C hw build_config
make -C runtime build_config
make -C driver/sw/rtlsim
make -C driver/rtlsim
for test_name in ${test_names[@]}; do