From 20672518dc5d455e7b0ff5cff6511e220ca4d572 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 3 May 2021 12:58:49 +0100 Subject: [PATCH] comment that variant for debug must be --variant=standard --- sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim.py b/sim.py index 8cddb39..306adf4 100755 --- a/sim.py +++ b/sim.py @@ -183,7 +183,7 @@ class LibreSoCSim(SoCSDRAM): # Debug --------------------------------------------------------------- - # (enable with ./sim.py --debug) + # (enable with ./sim.py --debug --variant=standard) if not debug: return -- 2.30.2