mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-28 05:58:57 +00:00
verilog: improved support for recursive functions
This commit is contained in:
parent
48d0aeb094
commit
2085d9a55d
4 changed files with 99 additions and 8 deletions
6
tests/various/fib.ys
Normal file
6
tests/various/fib.ys
Normal file
|
@ -0,0 +1,6 @@
|
|||
read_verilog fib.v
|
||||
hierarchy
|
||||
proc
|
||||
equiv_make gold gate equiv
|
||||
equiv_simple
|
||||
equiv_status -assert
|
Loading…
Add table
Add a link
Reference in a new issue