Yuriy

Results 4 issues of Yuriy

* replaced `$stop` by `$finish` in each test-bench running under ModelSim * added run_vsim.sh script for each CPU to run ModelSim in CLI mode (`-onfinish exit`) * added `build.sh` script...

There is the patch to make LilyGo-T-IO-PLUS board working with WEMOS sdcard shield ``` --- a/examples/storage/sd_card/sdspi/main/sd_card_example_main.c +++ b/examples/storage/sd_card/sdspi/main/sd_card_example_main.c @@ -27,17 +27,29 @@ static const char *TAG = "example"; #define PIN_NUM_CS...