Skip to content

mfkiwl/register-maps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

register-maps

Documentation Status

Use XML files to describe register maps; auto-generate C, VHDL, Python, and HTML.

Execution

After installing the package, the main executable is a program called registermap.

For instance, given source XML files in ./data/src you would run:

registermap data/src --format vhdl
registermap data/src --format html

That would generate VHDL functions in the output/vhdl directory, and HTML documentation of everything in the output/html directory.

See the docs folder for more information, as well as README.rst files in each of the registermaps/resource/* output format folders.

About

Use XML files to describe register maps; auto-generate C, VHDL, Python, and HTML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.3%
  • CSS 1.7%