mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 03:31:24 +00:00
sv: support tasks and functions within packages
This commit is contained in:
parent
6d5d845788
commit
8cfed1a979
5 changed files with 56 additions and 2 deletions
4
tests/verilog/package_task_func.ys
Normal file
4
tests/verilog/package_task_func.ys
Normal file
|
@ -0,0 +1,4 @@
|
|||
read_verilog -sv package_task_func.sv
|
||||
proc
|
||||
opt -full
|
||||
sat -verify -seq 1 -prove-asserts -show-all
|
Loading…
Add table
Add a link
Reference in a new issue