Martin Whitaker
|
884349caab
|
Two compiler warning fixes.
|
2025-10-13 19:18:20 +01:00 |
Martin Whitaker
|
9c62154924
|
Fix some new compiler warnings seen when using GCC 15 and clang 21.
No functional changes.
|
2025-10-12 22:23:24 +01:00 |
Cary R
|
99580cd051
|
Fix warnings that toupper() takes an int
|
2025-02-17 09:37:18 -08:00 |
Cary R
|
1b729831b7
|
Cast ispace()/isdigit() args to int to remove warning
|
2025-02-13 00:03:18 -08:00 |
Stephen Williams
|
e6bab92274
|
Implement the string val-to-a methods
These methods are tasks that write into the "this" object the value
passed as an argument, converted using the appropriate base.
|
2022-02-27 20:28:30 -08:00 |
Cary R
|
956f6ccf4c
|
Update VPI routines to on error signal VVP to return non-zero
|
2021-01-20 23:50:53 -08:00 |
Stephen Williams
|
bfd22c373f
|
Implement the string.atoi method
This implements:
string.atoi
string.atoreal
string.atohex
Fixes #414
|
2020-12-13 21:55:34 -08:00 |
Martin Whitaker
|
a6bcbc3d1d
|
Remove obsolete private VPI functions.
|
2019-09-13 08:40:58 +01:00 |
Maciej Suminski
|
a8d43fa743
|
vvp: Stop simulation in case of errors in $ivl_string_method$to_vec.
|
2014-11-28 14:14:42 +01:00 |
Maciej Suminski
|
21c8b8ca5a
|
vpi: Added $ivl_string_method$to_vec for strings to vectors conversion.
|
2014-11-27 17:36:23 +01:00 |
Cary R
|
774d173d69
|
Remove missing parameter warnings
|
2014-07-09 14:16:57 -07:00 |
Stephen Williams
|
bc9e31a444
|
Cleanup of v2009.vpoi module.
|
2013-01-05 11:39:17 -08:00 |