You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -117,7 +100,7 @@ class IOModelOptions(TypedDict):
117
100
clock_domain: the name of the I/O's clock domain (see `Amaranth.ClockDomain`). NB there is only one of these, so IO with multiple clocks must be split up.
118
101
buffer_in: Should the IO pad have an input buffer?
119
102
buffer_out: Should the IO pad have an output buffer?
120
-
drive_mode: Drive mode for output
103
+
sky130_drive_mode: Drive mode for output buffer on sky130
121
104
trip_point: Trip Point configutation for input buffer
122
105
init: The value for the initial values of the port
123
106
init_oe: The value for the initial values of the output enable(s) of the port
@@ -128,7 +111,7 @@ class IOModelOptions(TypedDict):
0 commit comments