ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
Loading...
Searching...
No Matches
zlayout.logic_circuits.ClockEdge Class Reference
Inheritance diagram for zlayout.logic_circuits.ClockEdge:
Collaboration diagram for zlayout.logic_circuits.ClockEdge:

Static Public Attributes

str RISING = "rising"
str FALLING = "falling"
str BOTH = "both"

Detailed Description

时钟边沿

Definition at line 19 of file logic_circuits.py.

Member Data Documentation

◆ BOTH

str zlayout.logic_circuits.ClockEdge.BOTH = "both"
static

Definition at line 23 of file logic_circuits.py.

◆ FALLING

str zlayout.logic_circuits.ClockEdge.FALLING = "falling"
static

Definition at line 22 of file logic_circuits.py.

◆ RISING

str zlayout.logic_circuits.ClockEdge.RISING = "rising"
static

Definition at line 21 of file logic_circuits.py.


The documentation for this class was generated from the following file: