Include files in vscale release

In vscale release, there is a C++ file vscale_hex_tb.cpp. But one header file cannot be found.

#include “Vvscale_verilator_top.h”

Do you know where to find it? Thanks

SiFive does not support V-Scale, but you might have some luck posting an issue on its github issue tracker (https://github.com/ucb-bar/vscale/issues)… or maybe someone else on the forums has experience with it.

After install verilator, I can generate it now.

I am trying to build a simple MCU based on vscale now.

Thanks anyway