Skip to content

0.0.3

Latest
Compare
Choose a tag to compare
@jvanstraten jvanstraten released this 06 Sep 09:22

First usable alpha version. What should work is:

  • the basic command line for vhdMMIO;
  • markdown/mdbook documentation output for vhdMMIO itself;
  • HTML documentation output for the generated register files;
  • VHDL generation for primitive, interrupt, axi, and custom fields (and their derivatives).

What certainly does not work yet:

  • memory fields;
  • any kind of logic that is aware of more than one register file at a time (the idea is that register files can be connected hierarchically through AXI fields, and that the documentation and C/Python code for accessing the register files is automatically aware of this);
  • C/Python code for accessing the register files (zero effort has been put into this so far).

Changes:

  • 0ef939d Fix missing template files, autogen MANIFEST.in

This list of changes was auto generated.