Skip to content

Commit ea26587

Browse files
committed
The FST dump file is now a fstWriterContext
1 parent 1aec31a commit ea26587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpi/sys_fst.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1999-2023 Stephen Williams (steve@icarus.com)
2+
* Copyright (c) 1999-2025 Stephen Williams (steve@icarus.com)
33
*
44
* This source code is free software; you can redistribute it
55
* and/or modify it in source code form under the terms of the GNU
@@ -33,7 +33,7 @@
3333
# include "ivl_alloc.h"
3434

3535
static int dump_no_date = 0;
36-
static struct fstContext *dump_file = NULL;
36+
static fstWriterContext *dump_file = NULL;
3737

3838
static struct t_vpi_time zero_delay = { vpiSimTime, 0, 0, 0.0 };
3939

0 commit comments

Comments
 (0)