From 8563218cd26609f3576f58fac11c5f2f7559126b Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 5 Jan 2012 19:21:03 -0800 Subject: [PATCH] Register Icarus vpi debug routine as a system function. --- vpi/vpi_debug.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vpi/vpi_debug.c b/vpi/vpi_debug.c index 2b8e0cdfc..96f334201 100644 --- a/vpi/vpi_debug.c +++ b/vpi/vpi_debug.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Stephen Williams (steve@icarus.com) + * Copyright (c) 2011-2012 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 @@ -104,6 +104,7 @@ void sys_register() tf_data.sizetf = 0; tf_data.user_data = "$vpi_tree"; res = vpi_register_systf(&tf_data); + vpip_make_systf_system_defined(res); } void (*vlog_startup_routines[])() = {