Migrated from Pyrefly to ty (#33)
This commit is contained in:
@@ -170,7 +170,7 @@ def prepare_cpuif_case(
|
||||
compiler = RDLCompiler()
|
||||
compiler.compile_file(rdl_source)
|
||||
root = compiler.elaborate(top_name)
|
||||
top_node = root.top # type: ignore[assignment]
|
||||
top_node = root.top
|
||||
|
||||
export_kwargs: dict[str, Any] = {"cpuif_cls": cpuif_cls}
|
||||
if exporter_kwargs:
|
||||
|
||||
Reference in New Issue
Block a user