mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-17 16:52:16 +00:00
Fix access to whole sub-structs (#3086)
* Add support for accessing whole struct * Update tests Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
This commit is contained in:
parent
59738c09be
commit
68c67c40ec
7 changed files with 72 additions and 11 deletions
5
tests/various/struct_access.ys
Normal file
5
tests/various/struct_access.ys
Normal file
|
@ -0,0 +1,5 @@
|
|||
read_verilog -sv struct_access.sv
|
||||
hierarchy
|
||||
proc
|
||||
opt
|
||||
sat -verify -seq 1 -prove-asserts -show-all
|
Loading…
Add table
Add a link
Reference in a new issue