Add HDL elements and interfaces for VHDL types, generics, functions, procedures, constants, variables, assignments, and ports

This commit is contained in:
2025-04-02 19:52:28 +02:00
parent d027a1831a
commit 93d441531d
32 changed files with 1525 additions and 48 deletions

View File

@@ -22,6 +22,7 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strict": true,
"strictFunctionTypes": false,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"forceConsistentCasingInFileNames": true,