From ea26587b5ef485f2ca82a3e4364e58ec3307240f Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 11 May 2025 22:52:10 -0700 Subject: [PATCH] The FST dump file is now a fstWriterContext --- vpi/sys_fst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpi/sys_fst.c b/vpi/sys_fst.c index 1797dc7d7..b234a0800 100644 --- a/vpi/sys_fst.c +++ b/vpi/sys_fst.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2023 Stephen Williams (steve@icarus.com) + * Copyright (c) 1999-2025 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU @@ -33,7 +33,7 @@ # include "ivl_alloc.h" static int dump_no_date = 0; -static struct fstContext *dump_file = NULL; +static fstWriterContext *dump_file = NULL; static struct t_vpi_time zero_delay = { vpiSimTime, 0, 0, 0.0 };