/* 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) 2017 Intel Corporation. All rights reserved. Your use of Intel 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 Intel Program License Subscription Agreement, the Intel Quartus Prime License Agreement, the Intel FPGA IP License Agreement, or other applicable license agreement, including, without limitation, that your use is for the sole purpose of programming logic devices manufactured by Intel and sold by Intel or its authorized distributors. Please refer to the applicable agreement for further details. */ (header "graphic" (version "1.4")) (pin (input) (rect 184 392 352 408) (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) (text "data[7..0]" (rect 5 0 53 12)(font "Arial" )) (pt 168 8) (drawing (line (pt 84 12)(pt 109 12)) (line (pt 84 4)(pt 109 4)) (line (pt 113 8)(pt 168 8)) (line (pt 84 12)(pt 84 4)) (line (pt 109 4)(pt 113 8)) (line (pt 109 12)(pt 113 8)) ) (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) ) (pin (input) (rect 184 408 352 424) (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) (text "address[7..0]" (rect 5 0 66 17)(font "Intel Clear" )) (pt 168 8) (drawing (line (pt 84 12)(pt 109 12)) (line (pt 84 4)(pt 109 4)) (line (pt 113 8)(pt 168 8)) (line (pt 84 12)(pt 84 4)) (line (pt 109 4)(pt 113 8)) (line (pt 109 12)(pt 113 8)) ) (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) ) (pin (input) (rect 184 424 352 440) (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) (text "clock" (rect 5 0 30 17)(font "Intel Clear" )) (pt 168 8) (drawing (line (pt 84 12)(pt 109 12)) (line (pt 84 4)(pt 109 4)) (line (pt 113 8)(pt 168 8)) (line (pt 84 12)(pt 84 4)) (line (pt 109 4)(pt 113 8)) (line (pt 109 12)(pt 113 8)) ) (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) ) (pin (input) (rect 184 456 352 472) (text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6))) (text "we" (rect 5 0 18 12)(font "Arial" )) (pt 168 8) (drawing (line (pt 84 12)(pt 109 12)) (line (pt 84 4)(pt 109 4)) (line (pt 113 8)(pt 168 8)) (line (pt 84 12)(pt 84 4)) (line (pt 109 4)(pt 113 8)) (line (pt 109 12)(pt 113 8)) ) (text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6))) ) (pin (output) (rect 576 424 752 440) (text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6))) (text "q[7..0]" (rect 90 0 119 17)(font "Intel Clear" )) (pt 0 8) (drawing (line (pt 0 8)(pt 52 8)) (line (pt 52 4)(pt 78 4)) (line (pt 52 12)(pt 78 12)) (line (pt 52 12)(pt 52 4)) (line (pt 78 4)(pt 82 8)) (line (pt 82 8)(pt 78 12)) (line (pt 78 12)(pt 82 8)) ) ) (symbol (rect 408 376 528 488) (text "LPM_RAM_DQ" (rect 16 0 121 16)(font "Arial" (font_size 10))) (text "inst" (rect 3 101 23 115)(font "Arial" (font_size 8))) (port (pt 0 56) (input) (text "inclock" (rect 20 49 58 63)(font "Arial" (font_size 8))) (text "inclock" (rect 20 49 58 63)(font "Arial" (font_size 8))) (line (pt 0 56)(pt 16 56)) ) (port (pt 0 24) (input) (text "data[LPM_WIDTH-1..0]" (rect 20 17 146 31)(font "Arial" (font_size 8))) (text "data[]" (rect 20 17 51 31)(font "Arial" (font_size 8))) (line (pt 0 24)(pt 16 24)(line_width 3)) ) (port (pt 0 40) (input) (text "address[LPM_WIDTHAD-1..0]" (rect 20 33 186 47)(font "Arial" (font_size 8))) (text "address[]" (rect 20 33 74 47)(font "Arial" (font_size 8))) (line (pt 0 40)(pt 16 40)(line_width 3)) ) (port (pt 0 88) (input) (text "we" (rect 20 81 38 95)(font "Arial" (font_size 8))) (text "we" (rect 20 81 38 95)(font "Arial" (font_size 8))) (line (pt 0 88)(pt 16 88)) ) (port (pt 0 72) (input) (text "outclock" (rect 20 65 67 79)(font "Arial" (font_size 8))) (text "outclock" (rect 20 65 67 79)(font "Arial" (font_size 8))) (line (pt 0 72)(pt 16 72)) ) (port (pt 120 56) (output) (text "q[LPM_WIDTH-1..0]" (rect 88 49 196 63)(font "Arial" (font_size 8))) (text "q[]" (rect 88 49 102 63)(font "Arial" (font_size 8))) (line (pt 104 56)(pt 120 56)(line_width 3)) ) (parameter "LPM_ADDRESS_CONTROL" "" "Should the address and control ports be registered?" "\"REGISTERED\"" "\"UNREGISTERED\"" ) (parameter "LPM_FILE" "" "File containing initial contents of memory array" ) (parameter "LPM_INDATA" "" "Should the write data be registered?" "\"REGISTERED\"" "\"UNREGISTERED\"" ) (parameter "LPM_NUMWORDS" "" "Number of memory words, default is 2^LPM_WIDTHAD" ) (parameter "LPM_OUTDATA" "\"UNREGISTERED\"" "Should the output data be registered?" "\"REGISTERED\"" "\"UNREGISTERED\"" ) (parameter "LPM_WIDTH" "8" "Data width in bits, any integer > 0" " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" " 9" "10" "11" "12" "13" "14" "15" "16" "20" "24" "28" "32" "40" "48" "56" "64" ) (parameter "LPM_WIDTHAD" "8" "Number of address lines, any integer > 0" " 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" " 9" "10" "11" "12" ) (drawing (line (pt 16 16)(pt 104 16)) (line (pt 16 96)(pt 104 96)) (line (pt 104 96)(pt 104 16)) (line (pt 16 96)(pt 16 16)) ) (annotation_block (parameter)(rect 528 224 796 376)) ) (connector (pt 352 400) (pt 408 400) (bus) ) (connector (pt 352 416) (pt 408 416) (bus) ) (connector (pt 528 432) (pt 576 432) (bus) ) (connector (pt 352 432) (pt 408 432) ) (connector (pt 352 464) (pt 408 464) )