-
Notifications
You must be signed in to change notification settings - Fork 69
Home
Scott Nellenbach edited this page Nov 8, 2018
·
12 revisions
Ordt is a tool for automation of IC register definition and documentation. It currently supports 2 input formats:
- SystemRDL - a standard register description format released by Accellera.org (see http://accellera.org/activities/working-groups/systemrdl)
- JSpec - a register description format used within Juniper Networks
The tool can generate several outputs from SystemRDL or JSpec, including:
- SystemVerilog/Verilog RTL code description of registers
- UVM model of the registers
- Python/C++ models of the registers
- XML and text file register descriptions
- SystemRDL and JSpec (conversion)
Easiest way to get started with ordt is to download a runnable jar from the release area (see running ordt for more info).
Home
Running Ordt
Building Ordt from source
Running Ordt Tests
Source contributions
Ordt Inputs
Ordt Outputs