From 2a1b2c866bb630038100a150ee5da976f551e072 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 11 Apr 2014 21:07:18 +0200 Subject: Add "commande" module --- FPGA/commande/alarm.bsf | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 FPGA/commande/alarm.bsf (limited to 'FPGA/commande/alarm.bsf') 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 @@ +/* +WARNING: Do NOT edit the input and output ports in this file in a text +editor if you plan to continue editing the block that represents it in +the Block Editor! File corruption is VERY likely to occur. +*/ +/* +Copyright (C) 1991-2013 Altera Corporation +Your use of Altera Corporation's design tools, logic functions +and other software and tools, and its AMPP partner logic +functions, and any output files from any of the foregoing +(including device programming or simulation files), and any +associated documentation or information are expressly subject +to the terms and conditions of the Altera Program License +Subscription Agreement, Altera MegaCore Function License +Agreement, or other applicable license agreement, including, +without limitation, that your use is for the sole purpose of +programming logic devices manufactured by Altera and sold by +Altera or its authorized distributors. Please refer to the +applicable agreement for further details. +*/ +(header "symbol" (version "1.2")) +(symbol + (rect 16 16 144 144) + (text "alarm" (rect 5 0 36 13)(font "Arial" (font_size 8))) + (text "inst" (rect 8 113 25 124)(font "Arial" )) + (port + (pt 0 32) + (input) + (text "clk" (rect 0 0 17 13)(font "Arial" (font_size 8))) + (text "clk" (rect 21 27 38 40)(font "Arial" (font_size 8))) + (line (pt 0 32)(pt 16 32)) + ) + (port + (pt 0 48) + (input) + (text "resetn" (rect 0 0 35 13)(font "Arial" (font_size 8))) + (text "resetn" (rect 21 43 56 56)(font "Arial" (font_size 8))) + (line (pt 0 48)(pt 16 48)) + ) + (port + (pt 0 64) + (input) + (text "enable" (rect 0 0 37 13)(font "Arial" (font_size 8))) + (text "enable" (rect 21 59 58 72)(font "Arial" (font_size 8))) + (line (pt 0 64)(pt 16 64)) + ) + (port + (pt 0 80) + (input) + (text "activate" (rect 0 0 43 13)(font "Arial" (font_size 8))) + (text "activate" (rect 21 75 64 88)(font "Arial" (font_size 8))) + (line (pt 0 80)(pt 16 80)) + ) + (port + (pt 128 32) + (output) + (text "alarm" (rect 0 0 31 13)(font "Arial" (font_size 8))) + (text "alarm" (rect 76 27 107 40)(font "Arial" (font_size 8))) + (line (pt 128 32)(pt 112 32)) + ) + (drawing + (rectangle (rect 16 16 112 112)) + ) +) -- cgit v1.2.3