summaryrefslogtreecommitdiff
path: root/FPGA/commande/alarm.bsf
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-11 21:07:18 +0200
committerPacien TRAN-GIRARD2014-04-11 21:07:18 +0200
commit2a1b2c866bb630038100a150ee5da976f551e072 (patch)
tree1c4be1030bc807333ae16f02b4299c92879c64cc /FPGA/commande/alarm.bsf
parent114850276c3719fd12a4413794943485e1eb7483 (diff)
downloadfpga-home-automation-2a1b2c866bb630038100a150ee5da976f551e072.tar.gz
Add "commande" module
Diffstat (limited to 'FPGA/commande/alarm.bsf')
-rw-r--r--FPGA/commande/alarm.bsf64
1 files changed, 64 insertions, 0 deletions
diff --git a/FPGA/commande/alarm.bsf b/FPGA/commande/alarm.bsf
new file mode 100644
index 0000000..3cb2f0a
--- /dev/null
+++ b/FPGA/commande/alarm.bsf
@@ -0,0 +1,64 @@
1/*
2WARNING: Do NOT edit the input and output ports in this file in a text
3editor if you plan to continue editing the block that represents it in
4the Block Editor! File corruption is VERY likely to occur.
5*/
6/*
7Copyright (C) 1991-2013 Altera Corporation
8Your use of Altera Corporation's design tools, logic functions
9and other software and tools, and its AMPP partner logic
10functions, and any output files from any of the foregoing
11(including device programming or simulation files), and any
12associated documentation or information are expressly subject
13to the terms and conditions of the Altera Program License
14Subscription Agreement, Altera MegaCore Function License
15Agreement, or other applicable license agreement, including,
16without limitation, that your use is for the sole purpose of
17programming logic devices manufactured by Altera and sold by
18Altera or its authorized distributors. Please refer to the
19applicable agreement for further details.
20*/
21(header "symbol" (version "1.2"))
22(symbol
23 (rect 16 16 144 144)
24 (text "alarm" (rect 5 0 36 13)(font "Arial" (font_size 8)))
25 (text "inst" (rect 8 113 25 124)(font "Arial" ))
26 (port
27 (pt 0 32)
28 (input)
29 (text "clk" (rect 0 0 17 13)(font "Arial" (font_size 8)))
30 (text "clk" (rect 21 27 38 40)(font "Arial" (font_size 8)))
31 (line (pt 0 32)(pt 16 32))
32 )
33 (port
34 (pt 0 48)
35 (input)
36 (text "resetn" (rect 0 0 35 13)(font "Arial" (font_size 8)))
37 (text "resetn" (rect 21 43 56 56)(font "Arial" (font_size 8)))
38 (line (pt 0 48)(pt 16 48))
39 )
40 (port
41 (pt 0 64)
42 (input)
43 (text "enable" (rect 0 0 37 13)(font "Arial" (font_size 8)))
44 (text "enable" (rect 21 59 58 72)(font "Arial" (font_size 8)))
45 (line (pt 0 64)(pt 16 64))
46 )
47 (port
48 (pt 0 80)
49 (input)
50 (text "activate" (rect 0 0 43 13)(font "Arial" (font_size 8)))
51 (text "activate" (rect 21 75 64 88)(font "Arial" (font_size 8)))
52 (line (pt 0 80)(pt 16 80))
53 )
54 (port
55 (pt 128 32)
56 (output)
57 (text "alarm" (rect 0 0 31 13)(font "Arial" (font_size 8)))
58 (text "alarm" (rect 76 27 107 40)(font "Arial" (font_size 8)))
59 (line (pt 128 32)(pt 112 32))
60 )
61 (drawing
62 (rectangle (rect 16 16 112 112))
63 )
64)