Sha256: 9afbeb76fc0cb25ff37e62d8430071b68e0dc9ffa581728b0f50ed02923b12e8
Contents?: true
Size: 993 Bytes
Versions: 45
Compression:
Stored size: 993 Bytes
Contents
AI_DIR_FILE tmp_dir ./tmp tmf_dir ./ vbc_dir ./ avc_dir ./AVC/ pinconfig_file ./<%= $dut.name.to_s.upcase %>.cfg single_binary_pattern_dir ./BINL/ AI_V2B_OPTIONS -ALT -c <%= $dut.name.to_s.upcase %>.vbc -k -z PS800 % if $tester.multiport PATTERNS name tmf_file port v2b_options % port = !!$tester.multiport ? " #{$tester.multiport}" : '' % else PATTERNS name tmf_file v2b_options % end % subroutines.each do |pattern| <%= pattern %> <%= $dut.name.to_s.upcase %>.tmf<%= port %> -s % end % patterns.each do |pattern| <%= pattern %> <%= $dut.name.to_s.upcase %>.tmf<%= port %> % end %#- % if $tester.multiport % patterns.each do |pattern| MULTI_PORT_BURST "<%= "#{$tester.multiport_name(pattern)}" %>" PORTS <%= $tester.multiport %> SEQ_GRPS grp1 <%= pattern %> % end % end
Version data entries
45 entries across 45 versions & 1 rubygems