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
Copy file name to clipboardExpand all lines: 3.1_parameters.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@
113
113
"metadata": {},
114
114
"source": [
115
115
"The above code block has some `require(...)` statements.\n",
116
-
"These are pre-elaboration assertions, which are useful when your generator only works with certain parameterizations or when some parameterizations are mutually exclusive or nensensical.\n",
116
+
"These are pre-elaboration assertions, which are useful when your generator only works with certain parameterizations or when some parameterizations are mutually exclusive or nonsensical.\n",
117
117
"The above code block checks that widths are non-negative.\n",
118
118
"\n",
119
119
"There is a separate construct for simulation-time assertions called `assert(...)`.\n",
0 commit comments