From 3a1b54c9862375b7d1c287c49fdf81f66b6876e1 Mon Sep 17 00:00:00 2001 From: Carlos Venegas Date: Sun, 19 Jan 2025 10:23:49 +0100 Subject: [PATCH] RUN_BUILD --> Verilog importer, support for ANSI Verilog and Verilog 1995 modules --- build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.info b/build.info index 5853459b7..3ccca77de 100644 --- a/build.info +++ b/build.info @@ -3,7 +3,7 @@ Type: WIP App Changes: - + - Verilog importer supports ANSI and 1995 Verilog coding style by @cavearr - Header comments and multiple module per file support for verilog importer by @cavearr - Add inouts and parameters automatic loading verilog code and improve code by @cavearr - Automatic code block from verilog file by @lmcapacho