We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef6679 commit 5aab6d7Copy full SHA for 5aab6d7
amaranth/vendor/_xilinx.py
@@ -1215,7 +1215,7 @@ def get_async_ff_sync(self, async_ff_sync):
1215
a_ASYNC_REG="TRUE")
1216
for i in range(async_ff_sync._stages)]
1217
for i, f in enumerate(flops):
1218
- setattr(m.submodules, f"stage{i}", f)
+ m.submodules[f"stage{i}"] = f
1219
if self.toolchain == "Vivado":
1220
if async_ff_sync._max_input_delay is None:
1221
# This attribute should be used with a constraint of the form
0 commit comments