From 70318492f3472ff2ec3b1735cf69a4eef1f6a51d Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 13 Jun 2014 16:06:19 +0200 Subject: Update project --- FPGA/top/lpm_counter1.bsf | 65 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 FPGA/top/lpm_counter1.bsf (limited to 'FPGA/top/lpm_counter1.bsf') diff --git a/FPGA/top/lpm_counter1.bsf b/FPGA/top/lpm_counter1.bsf new file mode 100644 index 0000000..385ae09 --- /dev/null +++ b/FPGA/top/lpm_counter1.bsf @@ -0,0 +1,65 @@ +/* +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 0 0 144 80) + (text "lpm_counter1" (rect 33 0 128 16)(font "Arial" (font_size 10))) + (text "inst" (rect 8 65 26 76)(font "Arial" )) + (port + (pt 0 32) + (input) + (text "clock" (rect 0 0 31 13)(font "Arial" (font_size 8))) + (text "clock" (rect 26 26 51 38)(font "Arial" (font_size 8))) + (line (pt 0 32)(pt 16 32)) + ) + (port + (pt 80 80) + (input) + (text "aclr" (rect 0 0 13 22)(font "Arial" (font_size 8))(vertical)) + (text "aclr" (rect 74 41 86 59)(font "Arial" (font_size 8))(vertical)) + (line (pt 80 80)(pt 80 64)) + ) + (port + (pt 144 40) + (output) + (text "q[22..0]" (rect 0 0 43 13)(font "Arial" (font_size 8))) + (text "q[22..0]" (rect 89 34 126 46)(font "Arial" (font_size 8))) + (line (pt 144 40)(pt 128 40)(line_width 3)) + ) + (drawing + (text "modulus 5000000" (rect 54 31 182 72)(font "Arial" )) + (text "up counter" (rect 84 23 214 56)(font "Arial" )) + (line (pt 16 16)(pt 16 64)) + (line (pt 16 16)(pt 128 16)) + (line (pt 16 64)(pt 128 64)) + (line (pt 128 16)(pt 128 64)) + (line (pt 0 0)(pt 146 0)) + (line (pt 146 0)(pt 146 82)) + (line (pt 0 82)(pt 146 82)) + (line (pt 0 0)(pt 0 82)) + (line (pt 16 26)(pt 22 32)) + (line (pt 22 32)(pt 16 38)) + (line (pt 0 0)(pt 0 0)) + (line (pt 0 0)(pt 0 0)) + (line (pt 0 0)(pt 0 0)) + (line (pt 0 0)(pt 0 0)) + ) +) -- cgit v1.2.3