verilator/nodist/invoke_vcs

50 lines
1.0 KiB
Plaintext
Raw Normal View History

#!/usr/bin/env perl
2009-11-15 14:15:33 +00:00
# See copyright, etc in below POD section.
######################################################################
use warnings;
2009-11-15 14:15:33 +00:00
use strict;
#======================================================================
# main
2017-12-09 00:40:16 +00:00
eval `modulecmd perl add synopsys-sim/latest`;
2009-11-15 14:15:33 +00:00
exec('vcs',@ARGV);
#######################################################################
__END__
=pod
=head1 NAME
invoke_vcs - Invoke tool under "modules" command
=head1 SYNOPSIS
invoke_vcs {ncv arguments}
=head1 DESCRIPTION
=head1 DISTRIBUTION
Copyright 2005-2020 by Wilson Snyder. This program is free software; you
2009-11-15 14:15:33 +00:00
can redistribute it and/or modify it under the terms of either the GNU
Lesser General Public License Version 3 or the Perl Artistic License
Version 2.0.
SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
2009-11-15 14:15:33 +00:00
=head1 AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>
=head1 SEE ALSO
=cut
######################################################################
### Local Variables:
### compile-command: "./invoke_vcs -help"
### End: