Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.68 KB

README_en.md

File metadata and controls

72 lines (46 loc) · 1.68 KB

VDF - Versatile Description Format

main build

intro

Idea

Let's not compete! Just embrace them all!

Mix doc and code and use whatever you want (or so)

Ok. But you still need one more standard for this...

For details - check spec:

Here is a short example how it may look like

Current state

Specification declaration is at draft state - things may change without backward compatibility, a lot to think about and to check.

Specification core is implemented at minimal level for proof-of-concept and ideas evaluation.

First specification use is designated for HDL languages like VHDL, Verilog etc. but it can be applied to any coding language (and even more)

Check roadmap for details.

Just found out that Quarto have implemented many ideas behind this project. VDF approach would be reconsidered in respect to Quarto.

Contribution

Contributions are appreciated.

Way of contribution is not defined yet but will be soon.

Preferred area for contributions is defined here.

Used software/techs stack

Core

  • Python
  • Jupyter
  • JSON
  • YAML
  • TOML
  • Jinja2

Structured text

  • Markdown
  • to be continued...

RTL tools

  • GHDL
  • Cocotb
  • to be continued...