1
0

Timeout cycles now defined in toplevel Makefrag in order to allow for easier alteration when debugging.

This commit is contained in:
Stephen Twigg
2014-02-12 16:50:13 -08:00
parent e5de170215
commit 6808245bb5
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,6 @@
# Makefile snippet used by emulator/vlsi/fpga backends
asm_timeout_cycles = 10000000
bmark_timeout_cycles = 100000000
MODEL := Top
CXX := g++