mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-14 01:51:23 +00:00
add specific package imports and tests
This commit is contained in:
parent
5d0847f6fb
commit
224109151d
5 changed files with 91 additions and 2 deletions
5
tests/verilog/package_import_specific.ys
Normal file
5
tests/verilog/package_import_specific.ys
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
read_verilog -sv package_import_specific.sv
|
||||
read_verilog -sv package_import_specific_module.sv
|
||||
hierarchy -check
|
||||
proc
|
||||
opt -full
|
||||
Loading…
Add table
Add a link
Reference in a new issue