From 124780ecd9a74e9477313975b5e06e3fdd902573 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Mon, 7 Dec 2020 22:29:36 -0500 Subject: machxo2: Add missing OSCH oscillator primitive. --- techlibs/machxo2/cells_sim.v | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/techlibs/machxo2/cells_sim.v b/techlibs/machxo2/cells_sim.v index 134f26453..76de39299 100644 --- a/techlibs/machxo2/cells_sim.v +++ b/techlibs/machxo2/cells_sim.v @@ -178,3 +178,13 @@ module FACADE_IO #( end endgenerate endmodule + +(* blackbox *) +module OSCH #( + parameter NOM_FREQ = "2.08" +) ( + input STDBY, + output OSC, + output SEDSTDBY +); +endmodule -- cgit v1.2.3