Adding ICE40 FPGA synthesizer

This commit is contained in:
Brad Nelson
2025-11-14 22:00:32 -08:00
parent 134cc8215b
commit 4752b5e83d
9 changed files with 1302 additions and 2 deletions

View File

@ -29,9 +29,9 @@
#include "common/calls.h"
#ifndef UEFORTH_SIM
# define HEAP_SIZE (100 * 1024)
# define HEAP_SIZE (150 * 1024)
#else
# define HEAP_SIZE (200 * 1024)
# define HEAP_SIZE (300 * 1024)
#endif
#define STACK_CELLS (4 * 1024)