diff options
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r-- | src/synth/netlists-gates.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads index 6435b24e9..04920b224 100644 --- a/src/synth/netlists-gates.ads +++ b/src/synth/netlists-gates.ads @@ -272,6 +272,9 @@ package Netlists.Gates is -- Outputs: NPORT (next memory port) Id_Mem_Wr_Sync : constant Module_Id := 78; + -- Virtual gate to gather 2 dffs of a multiport memory. + Id_Mem_Multiport : constant Module_Id := 79; + -- Positive/rising edge detector. This is a pseudo gate. -- A negative edge detector can be made using by negating the clock before -- the detector. |