OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [tools/] [bin/] [vbomconv] - Diff between revs 29 and 30

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 29 Rev 30
Line 1... Line 1...
#!/usr/bin/perl -w
#!/usr/bin/perl -w
# $Id: vbomconv 646 2015-02-15 12:04:55Z mueller $
# $Id: vbomconv 672 2015-05-02 21:58:28Z mueller $
#
#
# Copyright 2007-2015 by Walter F.J. Mueller 
# Copyright 2007-2015 by Walter F.J. Mueller 
#
#
# This program is free software; you may redistribute and/or modify it under
# This program is free software; you may redistribute and/or modify it under
# the terms of the GNU General Public License as published by the Free
# the terms of the GNU General Public License as published by the Free
Line 381... Line 381...
}
}
 
 
# --xst_prj ----------------------------------------------------------
# --xst_prj ----------------------------------------------------------
 
 
if (exists $opts{xst_prj}) {
if (exists $opts{xst_prj}) {
 
  ## $xst_writevhdl = 0; # needed in case "-use_new_parser yes" used
  foreach (@srcfile_list) {
  foreach (@srcfile_list) {
    if ($xst_writevhdl) {
    if ($xst_writevhdl) {
      print "vhdl work $_\n";
      print "vhdl work $_\n";
    } else {
    } else {
      print "work $_\n";       # for ISE S-6/V-6 compilations with '-ifmt VHDL'
      print "work $_\n";       # for ISE S-6/V-6 compilations with '-ifmt VHDL'

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.