Skip to content

Commit

Permalink
Update perl scripts to have /usr/bin/env perl instead of nvidia-speci…
Browse files Browse the repository at this point in the history
…fic paths
  • Loading branch information
zdraw committed Oct 6, 2017
1 parent a69b293 commit 84b85c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion verif/synth_tb/sim_scripts/gpuip-trace-check.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/perl
#! /usr/bin/env perl

# Simple trace validation.
# Ideally the file format would include some form of checksum in a comment field!
Expand Down
2 changes: 1 addition & 1 deletion verif/synth_tb/sim_scripts/inp_txn_to_hexdump.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/utils/perl-5.8.8/bin/perl
#!/usr/bin/env perl

use strict;
my $memW="$ARGV[0]";
Expand Down
2 changes: 1 addition & 1 deletion verif/synth_tb/sim_scripts/raw_mem_to_synth_mem.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/utils/perl-5.8.8/bin/perl
#!/usr/bin/env perl

use strict;

Expand Down
2 changes: 1 addition & 1 deletion verif/synth_tb/sim_scripts/slave_mem.cfg.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl

%configHash = (
'max_rd_outstanding_per_channel0' => [ '180', 'Slave 0 Max Reads (384)', 0 ],
Expand Down

0 comments on commit 84b85c2

Please sign in to comment.