From a7a2854888380cebae0d74917d82a0aa403200da Mon Sep 17 00:00:00 2001 From: Jonathan Woodruff Date: Thu, 12 Mar 2020 10:45:34 +0000 Subject: [PATCH] Declarations required for updated socket library. --- builds/Resources/Verilator_resources/import_DPI_C_decls.v | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builds/Resources/Verilator_resources/import_DPI_C_decls.v b/builds/Resources/Verilator_resources/import_DPI_C_decls.v index 84b9151..6591b04 100644 --- a/builds/Resources/Verilator_resources/import_DPI_C_decls.v +++ b/builds/Resources/Verilator_resources/import_DPI_C_decls.v @@ -73,6 +73,9 @@ function int serv_socket_get8(longint unsigned ptr); import "DPI-C" function int unsigned serv_socket_put8(longint unsigned ptr, byte unsigned data); +import "DPI-C" +function int unsigned serv_socket_put8_blocking(longint unsigned ptr, byte unsigned data); + import "DPI-C" function longint unsigned serv_socket_create_nameless(int unsigned dflt_port);