One distinctive feature of VADL lies in its separation of the instruction set architecture (ISA) specification and the microarchitecture (MiA) specification. This segregation allows users the flexibility to combine various ISAs with different MiAs, providing a versatile approach to processor design. In contrast to existing PDLs, VADL's MiA specification operates at a higher level of abstraction, enhancing the clarity and simplicity of the design process. Notably, with a single ISA specification, VADL streamlines compiler generation and maintenance by eliminating the need for intricate compiler-specific knowledge.
OpenVADL, a complete new implementation of VADL is under development and will become open source. Compared to the initial closed source implementation it extends the language with additional features. The new parser and some of the language extensions are described in the bachelor thesis of Michael Nestler.
This web page collects different resources regarding VADL.