mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
Update the simulator subversion.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2008 Cary R. ([email protected])
|
||||
* Copyright (C) 2008-2009 Cary R. ([email protected])
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -149,7 +149,7 @@ static PLI_INT32 simparam_calltf(PLI_BYTE8 *name_ext)
|
||||
} else if (strcmp(param, "shrink") == 0) {
|
||||
retval = 0.0; /* Nothing for now. */
|
||||
} else if (strcmp(param, "simulatorSubversion") == 0) {
|
||||
retval = 0.0;
|
||||
retval = 2.0;
|
||||
} else if (strcmp(param, "simulatorVersion") == 0) {
|
||||
retval = 0.9;
|
||||
} else if (strcmp(param, "sourceScaleFactor") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user