Skip to content

Commit 6e77dc3

Browse files
committed
Update Openframe package terminology
- Replace 'Efabless' with 'ChipFoundry' (Efabless IP now owned by ChipFoundry) - Change 'carriage system' to 'harness' for correct terminology - Addresses gatecat review comment on openframe.py:5
1 parent b7c28ce commit 6e77dc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chipflow_lib/packaging/openframe.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"""
33
Openframe package definition.
44
5-
This module provides the package definition for the Efabless Openframe
6-
carriage system, commonly used with open-source silicon projects.
5+
This module provides the package definition for the ChipFoundry Openframe
6+
harness, commonly used with open-source silicon projects.
77
"""
88

99
from typing import List, NamedTuple, Optional, Literal
@@ -116,10 +116,10 @@ class OFPin(NamedTuple):
116116

117117
class OpenframePackageDef(LinearAllocPackageDef):
118118
"""
119-
Definition of the Efabless Openframe carriage package.
119+
Definition of the ChipFoundry Openframe harness package.
120120
121121
This is a standardized package/carrier used for open-source
122-
silicon projects, particularly with the Efabless chipIgnite
122+
silicon projects, particularly with the ChipFoundry chipIgnite
123123
and OpenMPW programs.
124124
125125
Attributes:

0 commit comments

Comments
 (0)