mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
machxo2: Add missing OSCH oscillator primitive.
This commit is contained in:
parent
c31b17a2e2
commit
124780ecd9
|
@ -178,3 +178,13 @@ module FACADE_IO #(
|
||||||
end
|
end
|
||||||
endgenerate
|
endgenerate
|
||||||
endmodule
|
endmodule
|
||||||
|
|
||||||
|
(* blackbox *)
|
||||||
|
module OSCH #(
|
||||||
|
parameter NOM_FREQ = "2.08"
|
||||||
|
) (
|
||||||
|
input STDBY,
|
||||||
|
output OSC,
|
||||||
|
output SEDSTDBY
|
||||||
|
);
|
||||||
|
endmodule
|
||||||
|
|
Loading…
Reference in a new issue