iverilog/vvp
Marlon James d4aef1e6d8 Fix vpi_handle_by_name() handling of escaped identifiers when finding a toplevel module
find_scope() requires the hierarchical path to use escaped identifiers;
without the leading '\' and trailing ' ', if there are any '.' characters,
the path will be broken up at the wrong point(s).
2023-11-06 15:48:31 -08:00
..
examples devel: Fix ci build vvp test 2022-12-26 17:16:26 -05:00
Makefile.in
arith.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
arith.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
array.cc vvp: Fix initial value propagation for 2-state non-automatic arrays 2023-09-23 05:40:13 -07:00
array.h vvp: Remove unused `compile_varw_real()` 2022-06-20 22:59:12 +02:00
array_common.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
array_common.h
bufif.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
bufif.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
class_type.cc
class_type.h
codes.cc
codes.h vvp: Remove unused function prototypes 2022-06-20 22:52:56 +02:00
compile.cc vvp: Remove unused `%cmp/ws` and `%cmp/wu` instructions 2022-06-02 21:53:27 +02:00
compile.h Improve SDF interconnect support, add -ginterconnect flag 2023-08-23 12:56:11 +02:00
concat.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
config.h.in
cppcheck.sup Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
delay.cc Cleanup 2023-08-29 09:54:39 +02:00
delay.h Cleanup 2023-08-29 09:54:39 +02:00
dff.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
dff.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
draw_tt.c
enum_type.cc
enum_type.h
event.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
event.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
extend.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
file_line.cc
island_tran.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
ivl_dlfcn.h
latch.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
latch.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
lexor.lex
logic.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
logic.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
main.cc Update displayed Copyright dates 2023-06-10 20:33:08 -07:00
npmos.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
npmos.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
parse.y vvp: Add parser rule for unsigned 2-state net arrays 2023-10-15 10:03:10 -07:00
parse_misc.cc
parse_misc.h
part.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
part.h Add support for annotation of input and output vectors 2023-09-04 09:20:19 +02:00
permaheap.cc
permaheap.h
reduce.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
resolv.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
resolv.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
schedule.cc vvp: Handle %fork in `final` procedures 2023-04-16 09:20:31 -07:00
schedule.h
sfunc.cc
sfunc.h
slab.h
statistics.cc
statistics.h
stop.cc Fix Typo in vvp's scope search in interactive mode. 2023-08-17 05:44:31 +00:00
substitute.cc vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
symbols.cc
symbols.h
udp.cc
udp.h
ufunc.cc
ufunc.h
vpi_bit.cc
vpi_callback.cc Fix formatting real to binary and hex strings on ARM 2023-05-08 09:16:00 -07:00
vpi_cobject.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
vpi_const.cc vvp: Handle null-bytes in the string literal VPI support 2023-01-02 15:35:34 -08:00
vpi_darray.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
vpi_event.cc
vpi_iter.cc
vpi_mcd.cc
vpi_modules.cc vvp: Only support one path separator in IVERILOG_VPI_MODULE_PATH (issue #608) 2022-03-25 22:04:43 +00:00
vpi_priv.cc Fix vpi_handle_by_name() handling of escaped identifiers when finding a toplevel module 2023-11-06 15:48:31 -08:00
vpi_priv.h Add support for annotation of input and output vectors 2023-09-04 09:20:19 +02:00
vpi_real.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
vpi_scope.cc Cleanup 2023-09-04 14:07:48 +02:00
vpi_signal.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
vpi_string.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
vpi_tasks.cc
vpi_time.cc Clean up warnings 2022-12-18 10:18:10 -05:00
vpi_vthr_vector.cc Clean up warnings 2022-12-18 10:18:10 -05:00
vpip_bin.cc
vpip_format.cc
vpip_hex.cc
vpip_oct.cc
vpip_to_dec.cc
vthread.cc Merge pull request #930 from larsclausen/fix-fn-partial-oob-write 2023-06-10 18:00:06 -07:00
vthread.h vvp: Handle %fork in `final` procedures 2023-04-16 09:20:31 -07:00
vvp.def Fix memory leak and add vpi_release_handle() 2023-09-04 15:20:31 +02:00
vvp.man.in Update URL http://iverilog.icarus.com/ -> https://steveicarus.github.io/iverilog/ 2023-10-15 19:29:40 -06:00
vvp_cleanup.h
vvp_cobject.cc
vvp_cobject.h
vvp_darray.cc
vvp_darray.h
vvp_island.cc Cleanup some cppcheck warnings 2022-12-28 00:00:31 -08:00
vvp_island.h vvp: Remove `wid` parameter from `recv_vec{4,8}_pv()` 2022-05-28 15:34:02 +02:00
vvp_net.cc Fix formatting of link routine 2023-08-22 20:41:30 -07:00
vvp_net.h Cleanup 2023-08-29 09:54:39 +02:00
vvp_net_sig.cc vvp: Initialize automatic 2-state vectors to 0 2023-07-29 06:17:47 -07:00
vvp_net_sig.h vvp: Initialize automatic 2-state vectors to 0 2023-07-29 06:17:47 -07:00
vvp_object.cc
vvp_object.h
vvp_vpi.cc
vvp_vpi_callback.h
words.cc vvp: Initialize automatic 2-state vectors to 0 2023-07-29 06:17:47 -07:00