We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5947f29 commit 973b5d2Copy full SHA for 973b5d2
tests/test_lint.py
@@ -3,7 +3,7 @@
3
4
5
def lint(design):
6
- script = f"{design.name()}.f"
+ script = f"{design.name}.f"
7
design.write_fileset(script, fileset="rtl")
8
cmd = ['slang', '-f', script]
9
return subprocess.run(cmd,
0 commit comments