entity call6a is end; architecture behav of call6a is procedure check (s : string) is begin wait for 1 ns; assert s (2) = 'a'; end; begin process variable c : character := 'a'; begin check ("bac"); wait for 2 ns; check ((1 => 'e', 2 => c, 3 => 'c')); report "SUCCESS"; wait; end process; end behav; .org/iCE40/yosys' title='iCE40/yosys Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cmos/testbench.sh
blob: 061704b646fe534b1226ed67edd99748ad76f20d (plain)
1
2
3
4
5
6
7