From 4762ef9b7238f67d065775b752ebf51289c1f437 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sun, 15 Jun 2014 15:28:10 +0200 Subject: Clean project --- FPGA/LCD_message/LCD_controller.bsf | 141 -------------------------------- FPGA/LCD_message/LCD_message.qpf | 30 ------- FPGA/LCD_message/LCD_message.qsf | 157 ------------------------------------ FPGA/LCD_message/LCD_message.qws | Bin 1442 -> 0 bytes FPGA/LCD_message/lcd.bsf | 154 ----------------------------------- FPGA/LCD_message/lcd_message.bsf | 85 ------------------- FPGA/LCD_message/message.bsf | 43 ---------- 7 files changed, 610 deletions(-) delete mode 100644 FPGA/LCD_message/LCD_controller.bsf delete mode 100644 FPGA/LCD_message/LCD_message.qpf delete mode 100644 FPGA/LCD_message/LCD_message.qsf delete mode 100644 FPGA/LCD_message/LCD_message.qws delete mode 100644 FPGA/LCD_message/lcd.bsf delete mode 100644 FPGA/LCD_message/lcd_message.bsf delete mode 100644 FPGA/LCD_message/message.bsf (limited to 'FPGA/LCD_message') diff --git a/FPGA/LCD_message/LCD_controller.bsf b/FPGA/LCD_message/LCD_controller.bsf deleted file mode 100644 index 9f6a194..0000000 --- a/FPGA/LCD_message/LCD_controller.bsf +++ /dev/null @@ -1,141 +0,0 @@ -/* -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.1")) -(symbol - (rect 16 16 232 256) - (text "LCD_controller" (rect 5 0 66 12)(font "Arial" )) - (text "inst" (rect 8 224 20 236)(font "Arial" )) - (port - (pt 0 32) - (input) - (text "clk" (rect 0 0 10 12)(font "Arial" )) - (text "clk" (rect 21 27 31 39)(font "Arial" )) - (line (pt 0 32)(pt 16 32)(line_width 1)) - ) - (port - (pt 0 48) - (input) - (text "resetn" (rect 0 0 24 12)(font "Arial" )) - (text "resetn" (rect 21 43 45 55)(font "Arial" )) - (line (pt 0 48)(pt 16 48)(line_width 1)) - ) - (port - (pt 0 64) - (input) - (text "en_250kHz" (rect 0 0 44 12)(font "Arial" )) - (text "en_250kHz" (rect 21 59 65 71)(font "Arial" )) - (line (pt 0 64)(pt 16 64)(line_width 1)) - ) - (port - (pt 0 80) - (input) - (text "mode[1..0]" (rect 0 0 41 12)(font "Arial" )) - (text "mode[1..0]" (rect 21 75 62 87)(font "Arial" )) - (line (pt 0 80)(pt 16 80)(line_width 3)) - ) - (port - (pt 0 96) - (input) - (text "char[7..0]" (rect 0 0 37 12)(font "Arial" )) - (text "char[7..0]" (rect 21 91 58 103)(font "Arial" )) - (line (pt 0 96)(pt 16 96)(line_width 3)) - ) - (port - (pt 0 112) - (input) - (text "address[6..0]" (rect 0 0 51 12)(font "Arial" )) - (text "address[6..0]" (rect 21 107 72 119)(font "Arial" )) - (line (pt 0 112)(pt 16 112)(line_width 3)) - ) - (port - (pt 0 128) - (input) - (text "write_char" (rect 0 0 41 12)(font "Arial" )) - (text "write_char" (rect 21 123 62 135)(font "Arial" )) - (line (pt 0 128)(pt 16 128)(line_width 1)) - ) - (port - (pt 0 144) - (input) - (text "write_address" (rect 0 0 55 12)(font "Arial" )) - (text "write_address" (rect 21 139 76 151)(font "Arial" )) - (line (pt 0 144)(pt 16 144)(line_width 1)) - ) - (port - (pt 0 160) - (input) - (text "D" (rect 0 0 7 12)(font "Arial" )) - (text "D" (rect 21 155 28 167)(font "Arial" )) - (line (pt 0 160)(pt 16 160)(line_width 1)) - ) - (port - (pt 0 176) - (input) - (text "C" (rect 0 0 7 12)(font "Arial" )) - (text "C" (rect 21 171 28 183)(font "Arial" )) - (line (pt 0 176)(pt 16 176)(line_width 1)) - ) - (port - (pt 0 192) - (input) - (text "B" (rect 0 0 5 12)(font "Arial" )) - (text "B" (rect 21 187 26 199)(font "Arial" )) - (line (pt 0 192)(pt 16 192)(line_width 1)) - ) - (port - (pt 216 32) - (output) - (text "ready" (rect 0 0 23 12)(font "Arial" )) - (text "ready" (rect 172 27 195 39)(font "Arial" )) - (line (pt 216 32)(pt 200 32)(line_width 1)) - ) - (port - (pt 216 64) - (output) - (text "LCD_RS" (rect 0 0 40 12)(font "Arial" )) - (text "LCD_RS" (rect 155 59 195 71)(font "Arial" )) - (line (pt 216 64)(pt 200 64)(line_width 1)) - ) - (port - (pt 216 80) - (output) - (text "LCD_RW" (rect 0 0 44 12)(font "Arial" )) - (text "LCD_RW" (rect 151 75 195 87)(font "Arial" )) - (line (pt 216 80)(pt 200 80)(line_width 1)) - ) - (port - (pt 216 96) - (output) - (text "LCD_EN" (rect 0 0 40 12)(font "Arial" )) - (text "LCD_EN" (rect 155 91 195 103)(font "Arial" )) - (line (pt 216 96)(pt 200 96)(line_width 1)) - ) - (port - (pt 216 48) - (bidir) - (text "LCD_data[7..0]" (rect 0 0 62 12)(font "Arial" )) - (text "LCD_data[7..0]" (rect 133 43 195 55)(font "Arial" )) - (line (pt 216 48)(pt 200 48)(line_width 3)) - ) - (drawing - (rectangle (rect 16 16 200 224)(line_width 1)) - ) -) diff --git a/FPGA/LCD_message/LCD_message.qpf b/FPGA/LCD_message/LCD_message.qpf deleted file mode 100644 index fd5d9af..0000000 --- a/FPGA/LCD_message/LCD_message.qpf +++ /dev/null @@ -1,30 +0,0 @@ -# -------------------------------------------------------------------------- # -# -# 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. -# -# -------------------------------------------------------------------------- # -# -# Quartus II 32-bit -# Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition -# Date created = 15:35:48 juin 02, 2014 -# -# -------------------------------------------------------------------------- # - -QUARTUS_VERSION = "13.0" -DATE = "15:35:48 juin 02, 2014" - -# Revisions - -PROJECT_REVISION = "LCD_message" diff --git a/FPGA/LCD_message/LCD_message.qsf b/FPGA/LCD_message/LCD_message.qsf deleted file mode 100644 index 600b941..0000000 --- a/FPGA/LCD_message/LCD_message.qsf +++ /dev/null @@ -1,157 +0,0 @@ -# -------------------------------------------------------------------------- # -# -# 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. -# -# -------------------------------------------------------------------------- # -# -# Quartus II 32-bit -# Version 13.0.1 Build 232 06/12/2013 Service Pack 1 SJ Web Edition -# Date created = 15:35:48 juin 02, 2014 -# -# -------------------------------------------------------------------------- # -# -# Notes: -# -# 1) The default values for assignments are stored in the file: -# LCD_message_assignment_defaults.qdf -# If this file doesn't exist, see file: -# assignment_defaults.qdf -# -# 2) Altera recommends that you do not modify this file. This -# file is updated automatically by the Quartus II software -# and any changes you make may be lost or overwritten. -# -# -------------------------------------------------------------------------- # - - -set_global_assignment -name FAMILY "Cyclone II" -set_global_assignment -name DEVICE EP2C35F672C6 -set_global_assignment -name TOP_LEVEL_ENTITY LCD_message -set_global_assignment -name ORIGINAL_QUARTUS_VERSION "13.0 SP1" -set_global_assignment -name PROJECT_CREATION_TIME_DATE "15:35:48 JUIN 02, 2014" -set_global_assignment -name LAST_QUARTUS_VERSION "13.0 SP1" -set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files -set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0 -set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85 -set_global_assignment -name ERROR_CHECK_FREQUENCY_DIVISOR 1 -set_global_assignment -name USE_CONFIGURATION_DEVICE ON -set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" -set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top -set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top -set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top -set_global_assignment -name VHDL_FILE ../vhdl/seven_segment_decoder.vhd -set_global_assignment -name VHDL_FILE ../vhdl/rom_sinus.vhd -set_global_assignment -name VHDL_FILE ../vhdl/i2c_master.vhd -set_global_assignment -name VHDL_FILE ../vhdl/dds_sinus.vhd -set_global_assignment -name VHDL_FILE ../vhdl/codec_dac.vhd -set_global_assignment -name VHDL_FILE ../vhdl/codec_config.vhd -set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd -set_global_assignment -name VHDL_FILE ../vhdl/message.vhd -set_global_assignment -name VHDL_FILE ../vhdl/lcd_message.vhd -set_global_assignment -name VHDL_FILE ../vhdl/lcd_controller.vhd -set_global_assignment -name VHDL_FILE ../vhdl/lcd.vhd -set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top -set_global_assignment -name BDF_FILE ../vhdl/LCD_message.bdf -set_location_assignment PIN_N25 -to alarm_user -set_location_assignment PIN_P25 -to speed_user[0] -set_location_assignment PIN_AE14 -to speed_user[1] -set_location_assignment PIN_N26 -to fan_auto_user -set_location_assignment PIN_AE23 -to alarm -set_location_assignment PIN_AF23 -to fan_auto -set_location_assignment PIN_AB21 -to speed[0] -set_location_assignment PIN_AC22 -to speed[1] -set_location_assignment PIN_N2 -to clk -set_location_assignment PIN_G26 -to resetn -set_location_assignment PIN_M23 -to hot -set_location_assignment PIN_K26 -to fan -set_location_assignment PIN_B4 -to aud_bclk -set_location_assignment PIN_A4 -to aud_dacdat -set_location_assignment PIN_C6 -to aud_daclrck -set_location_assignment PIN_A5 -to aud_xck -set_location_assignment PIN_A6 -to i2c_sclk -set_location_assignment PIN_B6 -to i2c_sdat -set_location_assignment PIN_M20 -to sound_high_level -set_location_assignment PIN_Y18 -to led_fan -set_location_assignment PIN_AE22 -to end_config -set_location_assignment PIN_M25 -to xti_mclk -set_location_assignment PIN_K1 -to LCD_RS -set_location_assignment PIN_K4 -to LCD_RW -set_location_assignment PIN_K3 -to LCD_EN -set_location_assignment PIN_K2 -to LCD_BLON -set_location_assignment PIN_L4 -to LCD_ON -set_location_assignment PIN_H3 -to LCD_DATA[7] -set_location_assignment PIN_H4 -to LCD_DATA[6] -set_location_assignment PIN_J3 -to LCD_DATA[5] -set_location_assignment PIN_J4 -to LCD_DATA[4] -set_location_assignment PIN_H2 -to LCD_DATA[3] -set_location_assignment PIN_H1 -to LCD_DATA[2] -set_location_assignment PIN_J2 -to LCD_DATA[1] -set_location_assignment PIN_J1 -to LCD_DATA[0] -set_location_assignment PIN_AF10 -to hex0[0] -set_location_assignment PIN_AB12 -to hex0[1] -set_location_assignment PIN_AC12 -to hex0[2] -set_location_assignment PIN_AD11 -to hex0[3] -set_location_assignment PIN_AE11 -to hex0[4] -set_location_assignment PIN_V14 -to hex0[5] -set_location_assignment PIN_V13 -to hex0[6] -set_location_assignment PIN_V20 -to hex1[0] -set_location_assignment PIN_V21 -to hex1[1] -set_location_assignment PIN_W21 -to hex1[2] -set_location_assignment PIN_Y22 -to hex1[3] -set_location_assignment PIN_AA24 -to hex1[4] -set_location_assignment PIN_AA23 -to hex1[5] -set_location_assignment PIN_AB24 -to hex1[6] -set_location_assignment PIN_AB23 -to hex2[0] -set_location_assignment PIN_V22 -to hex2[1] -set_location_assignment PIN_AC25 -to hex2[2] -set_location_assignment PIN_AC26 -to hex2[3] -set_location_assignment PIN_AB26 -to hex2[4] -set_location_assignment PIN_AB25 -to hex2[5] -set_location_assignment PIN_Y24 -to hex2[6] -set_location_assignment PIN_Y23 -to hex3[0] -set_location_assignment PIN_AA25 -to hex3[1] -set_location_assignment PIN_AA26 -to hex3[2] -set_location_assignment PIN_Y26 -to hex3[3] -set_location_assignment PIN_Y25 -to hex3[4] -set_location_assignment PIN_U22 -to hex3[5] -set_location_assignment PIN_W24 -to hex3[6] -set_location_assignment PIN_U9 -to hex4[0] -set_location_assignment PIN_U1 -to hex4[1] -set_location_assignment PIN_U2 -to hex4[2] -set_location_assignment PIN_T4 -to hex4[3] -set_location_assignment PIN_R7 -to hex4[4] -set_location_assignment PIN_R6 -to hex4[5] -set_location_assignment PIN_T3 -to hex4[6] -set_location_assignment PIN_T2 -to hex5[0] -set_location_assignment PIN_P6 -to hex5[1] -set_location_assignment PIN_P7 -to hex5[2] -set_location_assignment PIN_T9 -to hex5[3] -set_location_assignment PIN_R5 -to hex5[4] -set_location_assignment PIN_R4 -to hex5[5] -set_location_assignment PIN_R3 -to hex5[6] -set_location_assignment PIN_R2 -to hex6[0] -set_location_assignment PIN_P4 -to hex6[1] -set_location_assignment PIN_P3 -to hex6[2] -set_location_assignment PIN_M2 -to hex6[3] -set_location_assignment PIN_M3 -to hex6[4] -set_location_assignment PIN_M5 -to hex6[5] -set_location_assignment PIN_M4 -to hex6[6] -set_location_assignment PIN_L3 -to hex7[0] -set_location_assignment PIN_L2 -to hex7[1] -set_location_assignment PIN_L9 -to hex7[2] -set_location_assignment PIN_L6 -to hex7[3] -set_location_assignment PIN_L7 -to hex7[4] -set_location_assignment PIN_P9 -to hex7[5] -set_location_assignment PIN_N9 -to hex7[6] \ No newline at end of file diff --git a/FPGA/LCD_message/LCD_message.qws b/FPGA/LCD_message/LCD_message.qws deleted file mode 100644 index 8caa39c..0000000 Binary files a/FPGA/LCD_message/LCD_message.qws and /dev/null differ diff --git a/FPGA/LCD_message/lcd.bsf b/FPGA/LCD_message/lcd.bsf deleted file mode 100644 index a47d0f6..0000000 --- a/FPGA/LCD_message/lcd.bsf +++ /dev/null @@ -1,154 +0,0 @@ -/* -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.1")) -(symbol - (rect 16 16 224 224) - (text "lcd" (rect 5 0 15 12)(font "Arial" )) - (text "inst" (rect 8 192 20 204)(font "Arial" )) - (port - (pt 0 32) - (input) - (text "clk" (rect 0 0 10 12)(font "Arial" )) - (text "clk" (rect 21 27 31 39)(font "Arial" )) - (line (pt 0 32)(pt 16 32)(line_width 1)) - ) - (port - (pt 0 48) - (input) - (text "resetn" (rect 0 0 24 12)(font "Arial" )) - (text "resetn" (rect 21 43 45 55)(font "Arial" )) - (line (pt 0 48)(pt 16 48)(line_width 1)) - ) - (port - (pt 0 64) - (input) - (text "mode[1..0]" (rect 0 0 41 12)(font "Arial" )) - (text "mode[1..0]" (rect 21 59 62 71)(font "Arial" )) - (line (pt 0 64)(pt 16 64)(line_width 3)) - ) - (port - (pt 0 80) - (input) - (text "char[7..0]" (rect 0 0 37 12)(font "Arial" )) - (text "char[7..0]" (rect 21 75 58 87)(font "Arial" )) - (line (pt 0 80)(pt 16 80)(line_width 3)) - ) - (port - (pt 0 96) - (input) - (text "address[6..0]" (rect 0 0 51 12)(font "Arial" )) - (text "address[6..0]" (rect 21 91 72 103)(font "Arial" )) - (line (pt 0 96)(pt 16 96)(line_width 3)) - ) - (port - (pt 0 112) - (input) - (text "write_char" (rect 0 0 41 12)(font "Arial" )) - (text "write_char" (rect 21 107 62 119)(font "Arial" )) - (line (pt 0 112)(pt 16 112)(line_width 1)) - ) - (port - (pt 0 128) - (input) - (text "write_address" (rect 0 0 55 12)(font "Arial" )) - (text "write_address" (rect 21 123 76 135)(font "Arial" )) - (line (pt 0 128)(pt 16 128)(line_width 1)) - ) - (port - (pt 0 144) - (input) - (text "D" (rect 0 0 7 12)(font "Arial" )) - (text "D" (rect 21 139 28 151)(font "Arial" )) - (line (pt 0 144)(pt 16 144)(line_width 1)) - ) - (port - (pt 0 160) - (input) - (text "C" (rect 0 0 7 12)(font "Arial" )) - (text "C" (rect 21 155 28 167)(font "Arial" )) - (line (pt 0 160)(pt 16 160)(line_width 1)) - ) - (port - (pt 0 176) - (input) - (text "B" (rect 0 0 5 12)(font "Arial" )) - (text "B" (rect 21 171 26 183)(font "Arial" )) - (line (pt 0 176)(pt 16 176)(line_width 1)) - ) - (port - (pt 208 32) - (output) - (text "ready" (rect 0 0 23 12)(font "Arial" )) - (text "ready" (rect 164 27 187 39)(font "Arial" )) - (line (pt 208 32)(pt 192 32)(line_width 1)) - ) - (port - (pt 208 64) - (output) - (text "lcd_on" (rect 0 0 25 12)(font "Arial" )) - (text "lcd_on" (rect 162 59 187 71)(font "Arial" )) - (line (pt 208 64)(pt 192 64)(line_width 1)) - ) - (port - (pt 208 80) - (output) - (text "lcd_blon" (rect 0 0 31 12)(font "Arial" )) - (text "lcd_blon" (rect 156 75 187 87)(font "Arial" )) - (line (pt 208 80)(pt 192 80)(line_width 1)) - ) - (port - (pt 208 96) - (output) - (text "lcd_rs" (rect 0 0 24 12)(font "Arial" )) - (text "lcd_rs" (rect 163 91 187 103)(font "Arial" )) - (line (pt 208 96)(pt 192 96)(line_width 1)) - ) - (port - (pt 208 112) - (output) - (text "lcd_rw" (rect 0 0 25 12)(font "Arial" )) - (text "lcd_rw" (rect 162 107 187 119)(font "Arial" )) - (line (pt 208 112)(pt 192 112)(line_width 1)) - ) - (port - (pt 208 128) - (output) - (text "lcd_en" (rect 0 0 25 12)(font "Arial" )) - (text "lcd_en" (rect 162 123 187 135)(font "Arial" )) - (line (pt 208 128)(pt 192 128)(line_width 1)) - ) - (port - (pt 208 48) - (bidir) - (text "lcd_data[7..0]" (rect 0 0 53 12)(font "Arial" )) - (text "lcd_data[7..0]" (rect 134 43 187 55)(font "Arial" )) - (line (pt 208 48)(pt 192 48)(line_width 3)) - ) - (parameter - "board_frequency" - "50000000.0" - "" - (type "PARAMETER_SIGNED_FLOAT") ) - (drawing - (rectangle (rect 16 16 192 192)(line_width 1)) - ) - (annotation_block (parameter)(rect 224 -64 324 16)) -) diff --git a/FPGA/LCD_message/lcd_message.bsf b/FPGA/LCD_message/lcd_message.bsf deleted file mode 100644 index 946183f..0000000 --- a/FPGA/LCD_message/lcd_message.bsf +++ /dev/null @@ -1,85 +0,0 @@ -/* -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.1")) -(symbol - (rect 16 16 216 160) - (text "lcd_message" (rect 5 0 58 12)(font "Arial" )) - (text "inst" (rect 8 128 20 140)(font "Arial" )) - (port - (pt 0 32) - (input) - (text "clk" (rect 0 0 10 12)(font "Arial" )) - (text "clk" (rect 21 27 31 39)(font "Arial" )) - (line (pt 0 32)(pt 16 32)(line_width 1)) - ) - (port - (pt 0 48) - (input) - (text "resetn" (rect 0 0 24 12)(font "Arial" )) - (text "resetn" (rect 21 43 45 55)(font "Arial" )) - (line (pt 0 48)(pt 16 48)(line_width 1)) - ) - (port - (pt 200 48) - (output) - (text "LCD_ON" (rect 0 0 40 12)(font "Arial" )) - (text "LCD_ON" (rect 139 43 179 55)(font "Arial" )) - (line (pt 200 48)(pt 184 48)(line_width 1)) - ) - (port - (pt 200 64) - (output) - (text "LCD_BLON" (rect 0 0 51 12)(font "Arial" )) - (text "LCD_BLON" (rect 128 59 179 71)(font "Arial" )) - (line (pt 200 64)(pt 184 64)(line_width 1)) - ) - (port - (pt 200 80) - (output) - (text "LCD_RS" (rect 0 0 40 12)(font "Arial" )) - (text "LCD_RS" (rect 139 75 179 87)(font "Arial" )) - (line (pt 200 80)(pt 184 80)(line_width 1)) - ) - (port - (pt 200 96) - (output) - (text "LCD_RW" (rect 0 0 44 12)(font "Arial" )) - (text "LCD_RW" (rect 135 91 179 103)(font "Arial" )) - (line (pt 200 96)(pt 184 96)(line_width 1)) - ) - (port - (pt 200 112) - (output) - (text "LCD_EN" (rect 0 0 40 12)(font "Arial" )) - (text "LCD_EN" (rect 139 107 179 119)(font "Arial" )) - (line (pt 200 112)(pt 184 112)(line_width 1)) - ) - (port - (pt 200 32) - (bidir) - (text "LCD_DATA[7..0]" (rect 0 0 75 12)(font "Arial" )) - (text "LCD_DATA[7..0]" (rect 104 27 179 39)(font "Arial" )) - (line (pt 200 32)(pt 184 32)(line_width 3)) - ) - (drawing - (rectangle (rect 16 16 184 128)(line_width 1)) - ) -) diff --git a/FPGA/LCD_message/message.bsf b/FPGA/LCD_message/message.bsf deleted file mode 100644 index 9e08aba..0000000 --- a/FPGA/LCD_message/message.bsf +++ /dev/null @@ -1,43 +0,0 @@ -/* -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.1")) -(symbol - (rect 16 16 184 96) - (text "message" (rect 5 0 41 12)(font "Arial" )) - (text "inst" (rect 8 64 20 76)(font "Arial" )) - (port - (pt 0 32) - (input) - (text "adr[4..0]" (rect 0 0 34 12)(font "Arial" )) - (text "adr[4..0]" (rect 21 27 55 39)(font "Arial" )) - (line (pt 0 32)(pt 16 32)(line_width 3)) - ) - (port - (pt 168 32) - (output) - (text "do[7..0]" (rect 0 0 29 12)(font "Arial" )) - (text "do[7..0]" (rect 118 27 147 39)(font "Arial" )) - (line (pt 168 32)(pt 152 32)(line_width 3)) - ) - (drawing - (rectangle (rect 16 16 152 64)(line_width 1)) - ) -) -- cgit v1.2.3