mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
Remove references to ilang
This commit is contained in:
parent
52c231dd64
commit
ee73a91f44
28 changed files with 39 additions and 69 deletions
|
@ -5,7 +5,7 @@ def derive(module, parameters):
|
|||
assert module == r"python_inv"
|
||||
if parameters.keys() != {r"\width"}:
|
||||
raise ValueError("Invalid parameters")
|
||||
return "ilang", r"""
|
||||
return "rtlil", r"""
|
||||
module \impl
|
||||
wire width {width:d} input 1 \i
|
||||
wire width {width:d} output 2 \o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue