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

Subversion Repositories test_project

[/] [test_project/] [trunk/] [bench/] [verilog/] [or1200_monitor.v] - Diff between revs 31 and 34

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

Rev 31 Rev 34
Line 119... Line 119...
 
 
   //
   //
   // Initialization
   // Initialization
   //
   //
   initial begin
   initial begin
 
 
      ref = 0;
      ref = 0;
      fexe = $fopen({`TESTBENCH_RESULTS_DIR,"`TEST_NAME_STRING","-executed.log"});
      fexe = $fopen({`TEST_RESULTS_DIR,`TEST_NAME_STRING,"-executed.log"});
      $timeformat (-9, 2, " ns", 12);
      $timeformat (-9, 2, " ns", 12);
      fspr = $fopen({`TESTBENCH_RESULTS_DIR,"`TEST_NAME_STRING","-sprs.log"});
      fspr = $fopen({`TEST_RESULTS_DIR,`TEST_NAME_STRING,"-sprs.log"});
      fgeneral = $fopen({`TESTBENCH_RESULTS_DIR,"`TEST_NAME_STRING","-general.log"});
      fgeneral = $fopen({`TEST_RESULTS_DIR,`TEST_NAME_STRING,"-general.log"});
      flookup = $fopen({`TESTBENCH_RESULTS_DIR,"`TEST_NAME_STRING","-lookup.log"});
      flookup = $fopen({`TEST_RESULTS_DIR,`TEST_NAME_STRING,"-lookup.log"});
      insns = 0;
      insns = 0;
 
 
   end
   end
 
 
   //
   //

powered by: WebSVN 2.1.0

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