User contributions
- 15:39, 8 November 2024 (diff | hist) . . (+1,996) . . Simple port modification (current)
- 14: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...")
- 14:54, 11 October 2024 (diff | hist) . . (+107) . . Main Page
- 11: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)
- 11: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://...")
- 11:02, 6 September 2024 (diff | hist) . . (+20) . . Main Page
- 10:59, 6 September 2024 (diff | hist) . . (+195) . . Main Page
- 10: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)
- 10:04, 6 September 2024 (diff | hist) . . (+115) . . Main Page
- 21:49, 14 December 2023 (diff | hist) . . (+172) . . Pretty-print a module and the packages imported by the module (current)
- 11:48, 12 December 2023 (diff | hist) . . (0) . . Message handling (current)
- 12:14, 11 December 2023 (diff | hist) . . (+13) . . How to get linefile data of macros - Macro callback function (current)
- 15:48, 7 December 2023 (diff | hist) . . (+20) . . Message handling
- 15:43, 7 December 2023 (diff | hist) . . (+128) . . Message handling
- 15:33, 7 December 2023 (diff | hist) . . (+1,907) . . Message handling
- 15:22, 5 December 2023 (diff | hist) . . (+994) . . How to use MessageCallBackHandler Class (current)
- 12:41, 5 December 2023 (diff | hist) . . (+6) . . How to use MessageCallBackHandler Class
- 12: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...")
- 12:34, 5 December 2023 (diff | hist) . . (+98) . . Main Page
- 16:37, 3 November 2023 (diff | hist) . . (+2,097) . . How to get type/initial value of parameters (current)