Add initial board support for cv32
Created by: craigblackmore
This provides a common set of support files, referred to as a "Test Program Enviroment" that can be used by different tests, rather than each of them keeping their own versions of these files.
The new bsp_example.c test provides an example of building with the new
bsp. It can be run with make bsp-example-veri-run
from the
cv32/sim/core
directory.