User contributions
- 15:51, 19 February 2025 (diff | hist) . . (+4) . . How to get parameters creation-time initial expression/value after Static Elaboration (current)
- 15:50, 19 February 2025 (diff | hist) . . (-46) . . How to get parameters creation-time initial expression/value after Static Elaboration
- 14:58, 19 February 2025 (diff | hist) . . (+1) . . How to get parameters creation-time initial expression/value after Static Elaboration
- 14:57, 19 February 2025 (diff | hist) . . (+488) . . How to get parameters creation-time initial expression/value after Static Elaboration
- 13:58, 19 February 2025 (diff | hist) . . (+5,533) . . N How to get parameters creation-time initial expression/value after Static Elaboration (Created page with "C++: <nowiki> #include <iostream> #include "Map.h" // Make class Map available #include "veri_file.h" // Make verilog reader available #include "VeriModule.h"...")
- 13:38, 19 February 2025 (diff | hist) . . (+193) . . Main Page
- 22:27, 10 December 2024 (diff | hist) . . (+6) . . How to enable long paths on Windows? (current)
- 22:27, 10 December 2024 (diff | hist) . . (+115) . . How to enable long paths on Windows?
- 15:49, 9 December 2024 (diff | hist) . . (+2) . . How to enable long paths on Windows?
- 15:49, 9 December 2024 (diff | hist) . . (+1,653) . . N How to enable long paths on Windows? (Created page with "Historically, operating systems used to have limitations of maximum path length. For example, when an absolute path is required, the full path cannot exceed this size. Most m...")
- 14:37, 9 December 2024 (diff | hist) . . (+82) . . Main Page
- 16:39, 8 November 2024 (diff | hist) . . (+1,996) . . Simple port modification (current)
- 15:59, 11 October 2024 (diff | hist) . . (+1,837) . . N Simple port modification (Created page with "This example converts module with struct ports into flat ports. <nowiki> from invio import * set_preference("invio_insert_ports_with_newline", 1) add_sv_file("test.sv") ana...")
- 15:54, 11 October 2024 (diff | hist) . . (+107) . . Main Page
- 12:36, 6 September 2024 (diff | hist) . . (-3) . . How to insert/add a statement, or a module item, into a sequential block and a generate block (current)
- 12:19, 6 September 2024 (diff | hist) . . (+6,646) . . N How to insert/add a statement, or a module item, into a sequential block and a generate block (Created page with "This application shows how to insert a new statement into a sequential block and a generate block. It mostly uses the Add* APIs that were described in the FAQ page: [https://...")
- 12:02, 6 September 2024 (diff | hist) . . (+20) . . Main Page
- 11:59, 6 September 2024 (diff | hist) . . (+195) . . Main Page
- 11:26, 6 September 2024 (diff | hist) . . (+7,077) . . N How to replace a statement that has a label (Created page with "This application shows how to replace a statement expression and the statement could have a label that we can keep or change with a new label. For the following testcase it...") (current)
- 11:04, 6 September 2024 (diff | hist) . . (+115) . . Main Page
- 22:49, 14 December 2023 (diff | hist) . . (+172) . . Pretty-print a module and the packages imported by the module (current)
- 12:48, 12 December 2023 (diff | hist) . . (0) . . Message handling (current)
- 13:14, 11 December 2023 (diff | hist) . . (+13) . . How to get linefile data of macros - Macro callback function (current)
- 16:48, 7 December 2023 (diff | hist) . . (+20) . . Message handling
- 16:43, 7 December 2023 (diff | hist) . . (+128) . . Message handling
- 16:33, 7 December 2023 (diff | hist) . . (+1,907) . . Message handling
- 16:22, 5 December 2023 (diff | hist) . . (+994) . . How to use MessageCallBackHandler Class (current)
- 13:41, 5 December 2023 (diff | hist) . . (+6) . . How to use MessageCallBackHandler Class
- 13:35, 5 December 2023 (diff | hist) . . (+5,520) . . N How to use MessageCallBackHandler Class (Created page with "This is a small example showing how to use MessageCallBackHandler Class: In C++: <nowiki> #include <iostream> #include "veri_file.h" #include "Message.h" #include "Strings...")
- 13:34, 5 December 2023 (diff | hist) . . (+98) . . Main Page
- 17:37, 3 November 2023 (diff | hist) . . (+2,097) . . How to get type/initial value of parameters (current)