mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fix t_case_autoflush* mis-sharing directory
This commit is contained in:
parent
65714165f9
commit
4281690021
@ -30,7 +30,7 @@ module t;
|
||||
|
||||
`ifdef AUTOFLUSH
|
||||
// The "w" is required so we get a FD not a MFD
|
||||
file = $fopen("obj_dir/t_sys_file_basic/t_sys_file_autoflush.log","w");
|
||||
file = $fopen("obj_dir/t_sys_file_autoflush/t_sys_file_autoflush.log","w");
|
||||
`else
|
||||
// The "w" is required so we get a FD not a MFD
|
||||
file = $fopen("obj_dir/t_sys_file_basic/t_sys_file_basic_test.log","w");
|
||||
|
Loading…
Reference in New Issue
Block a user