{% extends "base.html" %} {% block title %}{{ mod.name }}{% endblock %} {% block content %}
{{ mod.desc }}
{% endif %}Blue: an input. Magenta: an output. Green: an interface. Orange: no direction. A hexagon shows a port that goes in two directions. The clock and the reset nets are not in the graph.
This module instantiates no other module.
| Dir | Name | Type | Width |
|---|---|---|---|
| {{ p.eff_dir|dirbadge }} | {{ p.name }} | {% if p.is_interface %}{{ p.interface }}{% if p.modport %} .{{ p.modport }}{% endif %}{% else %}{{ p.type }}{% endif %} | {% if p.width %}{{ p.width }}{% else %}-{% endif %} |
| Name | Resolved value |
|---|---|
| {{ p.name }} | {{ p.value or '-' }} |
| Instance | Module | Count | Conns |
|---|---|---|---|
| {{ i.name }}{% if i.array %}[]{% endif %} | {% if not i.unknown %}{{ i.module }}{% else %}{{ i.module }}{% endif %} | {% if i.count>1 %}x{{ i.count }}{% else %}1{% endif %} | {{ i.conns|length }} |