From dfff93795e0fabe2f2d027af914779a416c2328a Mon Sep 17 00:00:00 2001 From: Nikolay Puzanov Date: Mon, 20 Feb 2023 15:16:05 +0300 Subject: [PATCH] Add TODO --- embddr/vcd.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/embddr/vcd.scm b/embddr/vcd.scm index 41d934a..30e9622 100644 --- a/embddr/vcd.scm +++ b/embddr/vcd.scm @@ -139,6 +139,7 @@ ((string-ci= name "$timescale") (next-cmd (parse-timescale (second cmd)) scope tags+signals)) + ;; TODO: Add scope type (make scope as pair '(scope-type . scope-name)) ((string-ci= name "$scope") (next-cmd timescale (cons (third cmd) scope) tags+signals))