mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fix runtime error with autoflush.
This commit is contained in:
parent
85ebc5f7bd
commit
546c91a940
@ -26,6 +26,7 @@ BEGIN {
|
||||
|
||||
use Getopt::Long;
|
||||
use FindBin qw($RealBin $RealScript);
|
||||
use IO::File;
|
||||
use Pod::Usage;
|
||||
|
||||
use strict;
|
||||
|
@ -26,6 +26,7 @@ BEGIN {
|
||||
|
||||
use Getopt::Long;
|
||||
use FindBin qw($RealBin $RealScript);
|
||||
use IO::File;
|
||||
use Pod::Usage;
|
||||
use Cwd qw(abs_path getcwd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user