projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c31b17a
)
machxo2: Add missing OSCH oscillator primitive.
author
William D. Jones
<thor0505@comcast.net>
Tue, 8 Dec 2020 03:29:36 +0000
(22:29 -0500)
committer
Marcelina KoĆcielnicka
<mwk@0x04.net>
Tue, 23 Feb 2021 16:39:58 +0000
(17:39 +0100)
techlibs/machxo2/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/machxo2/cells_sim.v
b/techlibs/machxo2/cells_sim.v
index 134f264533ede3435598ccdee2c216bf415ff04c..76de392997903e71c90aca4935a0e0ac7e8838ec 100644
(file)
--- 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