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

Subversion Repositories zap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /zap/trunk
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

/ZAP/hw/sim/run_sim_gui.pl
3,6 → 3,11
use strict;
use warnings;
 
die "*E: Icarus Verilog does not exist! Please install iverilog" if system("which iverilog");
die "*E: GTKWave does not exist! Please install gtkwave" if system("which gtkwave");
die "*E: Dialog does not exist! Please install dialog" if system("which dialog");
die "*E: XTerm does not exist! Please install xterm" if system("which xterm");
 
my $system = 'dialog --backtitle "ZAP Simulation Options" --title "ZAP Simulation Options" --form "ZAP simulation options" 25 100 16\
"ZAP Root (ZAP_HOME)" 1 1 "../.." 1 25 25 30\
"Seed" 2 1 "0 " 2 25 25 30\

powered by: WebSVN 2.1.0

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