mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 18:05:24 +00:00
- Root AST_PREFIX nodes are now subject to genblk expansion to allow them to refer to a locally-visible generate block - Part selects on AST_PREFIX member leafs can now refer to generate block items (previously would not resolve and raise an error) - Add source location information to AST_PREFIX nodes
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
read_verilog -sv prefix.sv
|
|
hierarchy
|
|
proc
|
|
select -module top
|
|
sat -verify -seq 1 -prove-asserts -show-all
|