Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2 KB

interfaces.md

File metadata and controls

36 lines (25 loc) · 2 KB

Hardware Interfaces

Referring to the Comportable guideline for peripheral device functionality, the module pwm has the following hardware interfaces defined

  • Primary Clock: clk_i
  • Other Clocks: clk_core_i
  • Bus Device Interfaces (TL-UL): tl
  • Bus Host Interfaces (TL-UL): none
  • Interrupts: none

Peripheral Pins for Chip IO

Pin name Direction Description
pwm[5:0] output Pulse output. Note that though this output is always enabled, there is a formal set of enable pins (pwm_en_o) which are required for top-level integration of comportable IPs.
Port Name Package::Struct Type Act Width Description
tl tlul_pkg::tl req_rsp rsp 1

Security Alerts

Alert Name Description
fatal_fault This fatal alert is triggered when a fatal TL-UL bus integrity fault is detected.

Security Countermeasures

Countermeasure ID Description
PWM.BUS.INTEGRITY End-to-end bus integrity scheme.