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

Subversion Repositories t400

[/] [t400/] [trunk/] [sw/] [run_regression.pl] - Diff between revs 74 and 116

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

Rev 74 Rev 116
Line 2... Line 2...
#
#
##############################################################################
##############################################################################
#
#
# run_regression.pl
# run_regression.pl
#
#
# $Id: run_regression.pl,v 1.2 2006-05-27 22:48:52 arniml Exp $
# $Id: run_regression.pl,v 1.3 2006-06-05 21:03:05 arniml Exp $
#
#
# Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
# Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
#
#
# All rights reserved
# All rights reserved
#
#
Line 30... Line 30...
my $sim_dir     = $project_dir.'/sim/rtl_sim';
my $sim_dir     = $project_dir.'/sim/rtl_sim';
 
 
# the testbenches and their identifiers
# the testbenches and their identifiers
my %testbenches = ('t41x' => './tb_t411_behav_c0',
my %testbenches = ('t41x' => './tb_t411_behav_c0',
                   't42x' => './tb_t420_behav_c0',
                   't42x' => './tb_t420_behav_c0',
                   'int'  => './tb_int_behav_c0');
                   'int'  => './tb_int_behav_c0',
 
                   'mb'   => './tb_microbus_behav_c0');
my ($tb_name, $tb_exec);
my ($tb_name, $tb_exec);
 
 
# identify the directories below $verif_dir containing test classes
# identify the directories below $verif_dir containing test classes
my @classes_dirs = ('black_box', 'int');
my @classes_dirs = ('black_box', 'int', 'system');
 
 
my $dir;
my $dir;
my %testdirs;
my %testdirs;
 
 
# common GHDL options
# common GHDL options

powered by: WebSVN 2.1.0

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