1
0
mirror of https://github.com/j-core/j-core-ice40.git synced 2026-04-24 19:33:35 +00:00

Add testrom, modified for small memory... enable tests if you need in Makefile

This commit is contained in:
J
2019-03-03 20:55:24 -05:00
parent 9e5f83edd9
commit a0acbcafdc
4 changed files with 11 additions and 3 deletions

View File

@@ -87,8 +87,10 @@ main_sh (void)
uart_set_baudrate ();
led(0x042);
#ifndef NO_TESTS
putstr ("CPU tests passed\n");
led(0x043);
#endif
#ifndef NO_DDR
putstr ("DDR Init\n");