Skip to content

Commit 59861aa

Browse files
author
TarikHamedovic
committed
Update yosys command_template
2 parents 231bbda + c3b8f9c commit 59861aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

amaranth/vendor/_gatemate.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@
44
from amaranth.lib.cdc import ResetSynchronizer
55

66

7-
87
__all__ = ["GateMatePlatform"]
98

109

11-
1210
class GateMatePlatform(TemplatedPlatform):
1311
"""
14-
1512
Required tools:
1613
* ``yosys``
1714
* ``p_r``
@@ -84,7 +81,6 @@ class GateMatePlatform(TemplatedPlatform):
8481
{{name}}.ys
8582
""",
8683
r"""
87-
8884
{{invoke_tool("p_r")}}
8985
{{verbose("-v")}}
9086
-i {{name}}_synth.v
@@ -99,4 +95,3 @@ class GateMatePlatform(TemplatedPlatform):
9995
def add_clock_constraint(self, clock, frequency):
10096
super().add_clock_constraint(clock, frequency)
10197
clock.attrs["keep"] = "TRUE"
102-

0 commit comments

Comments
 (0)