Skip to content

Commit

Permalink
Merge pull request #17 from andrewboutros/dev-abnash
Browse files Browse the repository at this point in the history
Fixed typo in code-structure docs
  • Loading branch information
andrewboutros authored Oct 25, 2023
2 parents e1861bb + 16ee486 commit befee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rad-sim-code-structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This directory includes all the RAD-Sim simulation infrastructure and utilities:

* RAD-Sim constant definitions in ``radsim_defines.hpp``. This header file is automatically generated by the RAD-Sim configuration script (``config.py``).

* The ``RADSimModule`` class in ``radsim_module.{cpp/hpp}`` which implements an abstract class from which all RAD-Sim application modules are derived. This class sotres information about each module in the design such as its name, its clock, pointers to its AXI-MM/AXI-S ports and their data widths. Each module in the application design must implement the pure virtual funtion ``RegisterModuleInfo()`` with adds the module AXI-MM and AXI-S master/slave ports to the ``RADSimDesignContext`` class.
* The ``RADSimModule`` class in ``radsim_module.{cpp/hpp}`` which implements an abstract class from which all RAD-Sim application modules are derived. This class stores information about each module in the design such as its name, its clock, pointers to its AXI-MM/AXI-S ports and their data widths. Each module in the application design must implement the pure virtual funtion ``RegisterModuleInfo()`` with adds the module AXI-MM and AXI-S master/slave ports to the ``RADSimDesignContext`` class.

* Logging and trace recording functions and classes in ``radsim_telemetry.{cpp/hpp}``.

Expand Down

0 comments on commit befee37

Please sign in to comment.