machxo2: Add DCCA and DCMA blackbox primitives.
authorWilliam D. Jones <thor0505@comcast.net>
Mon, 1 Feb 2021 04:57:13 +0000 (23:57 -0500)
committerMarcelina Koƛcielnicka <mwk@0x04.net>
Tue, 23 Feb 2021 16:39:58 +0000 (17:39 +0100)
techlibs/machxo2/cells_sim.v

index e046d0c8787c6badf9bbcaf91bb4d0fe1072cddf..c6d70a055054736931b9b478b54ec212694dce28 100644 (file)
@@ -188,6 +188,23 @@ module OSCH #(
 );
 endmodule
 
+(* blackbox *)
+module DCCA (
+       input CLKI,
+       input CE,
+       output CLKO
+);
+endmodule
+
+(* blackbox *)
+module DCMA (
+       input CLK0,
+       input CLK1,
+       input SEL,
+       output DCMOUT
+);
+endmodule
+
 // IO- "$__" cells for the iopadmap pass. These are temporary cells not meant
 // to be instantiated by the end user. They are required in this file for
 // attrmvcp to work.