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.
2 parents 231bbda + c3b8f9c commit 59861aaCopy full SHA for 59861aa
amaranth/vendor/_gatemate.py
@@ -4,14 +4,11 @@
4
from amaranth.lib.cdc import ResetSynchronizer
5
6
7
-
8
__all__ = ["GateMatePlatform"]
9
10
11
12
class GateMatePlatform(TemplatedPlatform):
13
"""
14
15
Required tools:
16
* ``yosys``
17
* ``p_r``
@@ -84,7 +81,6 @@ class GateMatePlatform(TemplatedPlatform):
84
81
{{name}}.ys
85
82
""",
86
83
r"""
87
88
{{invoke_tool("p_r")}}
89
{{verbose("-v")}}
90
-i {{name}}_synth.v
@@ -99,4 +95,3 @@ class GateMatePlatform(TemplatedPlatform):
99
95
def add_clock_constraint(self, clock, frequency):
100
96
super().add_clock_constraint(clock, frequency)
101
97
clock.attrs["keep"] = "TRUE"
102
0 commit comments