aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2034/cdc_fifo_rtl_formal.psl
blob: 11660940e5f51d99d375fe054b9dbbcfa4cc53d4 (plain)
1
2
3
4
5
6
7
library ieee;
use ieee.std_logic_1164.all;

vunit cdc_fifo_rtl_formal (cdc_fifo(rtl)) {
    TYPE f_array IS ARRAY (1 DOWNTO 0) OF std_logic;
}