From d93547ed4b7fd5f198873b5688f20deb59993d8b Mon Sep 17 00:00:00 2001 From: John McMaster Date: Wed, 17 Oct 2018 14:45:15 -0700 Subject: [PATCH] segprint: remove outdated comment Signed-off-by: John McMaster --- utils/segprint.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/segprint.py b/utils/segprint.py index 8d0deac4..51a1cae9 100755 --- a/utils/segprint.py +++ b/utils/segprint.py @@ -2,10 +2,6 @@ ''' Take raw .bits files and decode them to higher level functionality This output is intended for debugging and not directly related to FASM -However, as of 2018-10-16, the output is being parsed to create FASM, -so be mindful when changing output format - -TODO: ''' import sys, os, json, re