back.{rtlil,verilog}: deprecate implicit ports.

Fixes #630.
This commit is contained in:
Irides 2021-12-13 06:02:29 -06:00 committed by Catherine
parent 24c4da2b2f
commit d83c4a1b21
3 changed files with 18 additions and 5 deletions

View file

@ -71,7 +71,7 @@ class FHDLTestCase(unittest.TestCase):
mode=mode,
depth=depth,
script=script,
rtlil=rtlil.convert(Fragment.get(spec, platform="formal"))
rtlil=rtlil.convert(Fragment.get(spec, platform="formal"), ports=())
)
with subprocess.Popen(
[require_tool("sby"), "-f", "-d", spec_name],