From: Luke Kenneth Casson Leighton Date: Mon, 21 Feb 2022 22:05:07 +0000 (+0000) Subject: lengthen cdelay pauses by a factor of 10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0da0c3c9a545f236888dab2c72b83de4769a69c;p=ls2.git lengthen cdelay pauses by a factor of 10 --- diff --git a/coldboot/Makefile b/coldboot/Makefile index 1180178..7ac6333 100644 --- a/coldboot/Makefile +++ b/coldboot/Makefile @@ -7,8 +7,8 @@ endif # a multiplier factor on sleep loops. this allows simulations to run # at much shorter intervals -LONG_TIMER_MULT ?= 10000 -SHORT_TIMER_MULT ?= 100 +LONG_TIMER_MULT ?= 100000 +SHORT_TIMER_MULT ?= 1000 #LONG_TIMER_MULT ?= 1 #SHORT_TIMER_MULT ?= 1