1
0

Fix zscale testing

Use the following command in vsim:

make CONFIG=ZscaleConfig MODEL=ZscaleTop TB=ZscaleTestHarness run-asm-tests
This commit is contained in:
Andrew Waterman
2015-12-01 17:31:10 -08:00
parent 5eeb8969f6
commit e0d849fec5
5 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,12 @@
// See LICENSE for license details.
extern "C" {
extern int vcs_main(int argc, char** argv);
int main(int argc, char** argv)
{
return vcs_main(argc, argv);
}
}