add TODO assert for now
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 28 Mar 2018 15:47:30 +0000 (16:47 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 28 Mar 2018 15:47:30 +0000 (16:47 +0100)
src/spec/gen.py

index eff692e2657fd1623f9419acea10a9fc1389fc72..fa056dbe7f9c1479cc6bed20a0a1c6a1aa3c6151 100644 (file)
@@ -20,6 +20,7 @@ def specgen(pth, pinouts, bankspec, fixedpins):
             with open(os.path.join(pth, '%s.txt' % k.lower()), 'w') as g:
                 if len(s0.pingroup) == 1:  # only one function, grouped higher
                     for ks in s.keys():  # grouped by interface
+                        assert False, "TODO, single-function"
                         fntype = 'inout' # XXX TODO
                         k = s[ks].suffix
                         k_ = k.lower()