verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue2025 / wb_standard_formal_psl.vhd
blob349b6168bb90e7a9b326e6020b398ae1a48be92d
2 ENTITY wb_standard_formal IS
3 END ENTITY;
5 ARCHITECTURE psl of wb_standard_formal IS
6 BEGIN
7 gen_test: IF (true) GENERATE
8 END GENERATE;
9 END ARCHITECTURE;