set up project of start_circuit and copy it to ram project
This commit is contained in:
父節點
978edd39d6
當前提交
eceb1b13d4
@ -41,7 +41,7 @@ set_global_assignment -name DEVICE EP2C8Q208C8
|
|||||||
set_global_assignment -name TOP_LEVEL_ENTITY microprogram_ram
|
set_global_assignment -name TOP_LEVEL_ENTITY microprogram_ram
|
||||||
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "9.0 SP2"
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "9.0 SP2"
|
||||||
set_global_assignment -name PROJECT_CREATION_TIME_DATE "19:35:41 MARCH 17, 2022"
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "19:35:41 MARCH 17, 2022"
|
||||||
set_global_assignment -name LAST_QUARTUS_VERSION "9.0 SP2"
|
set_global_assignment -name LAST_QUARTUS_VERSION 8.1
|
||||||
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
|
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
|
||||||
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
||||||
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
451
microprogram_ram/start_circuit.bdf
Normal file
451
microprogram_ram/start_circuit.bdf
Normal file
@ -0,0 +1,451 @@
|
|||||||
|
/*
|
||||||
|
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-2009 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.
|
||||||
|
*/
|
||||||
|
//#pragma file_not_in_maxplusii_format
|
||||||
|
(header "graphic" (version "1.3"))
|
||||||
|
(pin
|
||||||
|
(input)
|
||||||
|
(rect 112 280 280 296)
|
||||||
|
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "CLR" (rect 5 0 27 12)(font "Arial" ))
|
||||||
|
(pt 168 8)
|
||||||
|
(drawing
|
||||||
|
(line (pt 92 12)(pt 117 12)(line_width 1))
|
||||||
|
(line (pt 92 4)(pt 117 4)(line_width 1))
|
||||||
|
(line (pt 121 8)(pt 168 8)(line_width 1))
|
||||||
|
(line (pt 92 12)(pt 92 4)(line_width 1))
|
||||||
|
(line (pt 117 4)(pt 121 8)(line_width 1))
|
||||||
|
(line (pt 117 12)(pt 121 8)(line_width 1))
|
||||||
|
)
|
||||||
|
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(input)
|
||||||
|
(rect 112 72 280 88)
|
||||||
|
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "HALT" (rect 5 0 32 12)(font "Arial" ))
|
||||||
|
(pt 168 8)
|
||||||
|
(drawing
|
||||||
|
(line (pt 92 12)(pt 117 12)(line_width 1))
|
||||||
|
(line (pt 92 4)(pt 117 4)(line_width 1))
|
||||||
|
(line (pt 121 8)(pt 168 8)(line_width 1))
|
||||||
|
(line (pt 92 12)(pt 92 4)(line_width 1))
|
||||||
|
(line (pt 117 4)(pt 121 8)(line_width 1))
|
||||||
|
(line (pt 117 12)(pt 121 8)(line_width 1))
|
||||||
|
)
|
||||||
|
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(input)
|
||||||
|
(rect 112 128 280 144)
|
||||||
|
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "CK_C" (rect 5 0 34 12)(font "Arial" ))
|
||||||
|
(pt 168 8)
|
||||||
|
(drawing
|
||||||
|
(line (pt 92 12)(pt 117 12)(line_width 1))
|
||||||
|
(line (pt 92 4)(pt 117 4)(line_width 1))
|
||||||
|
(line (pt 121 8)(pt 168 8)(line_width 1))
|
||||||
|
(line (pt 92 12)(pt 92 4)(line_width 1))
|
||||||
|
(line (pt 117 4)(pt 121 8)(line_width 1))
|
||||||
|
(line (pt 117 12)(pt 121 8)(line_width 1))
|
||||||
|
)
|
||||||
|
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(input)
|
||||||
|
(rect 112 216 280 232)
|
||||||
|
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "CK" (rect 5 0 20 12)(font "Arial" ))
|
||||||
|
(pt 168 8)
|
||||||
|
(drawing
|
||||||
|
(line (pt 92 12)(pt 117 12)(line_width 1))
|
||||||
|
(line (pt 92 4)(pt 117 4)(line_width 1))
|
||||||
|
(line (pt 121 8)(pt 168 8)(line_width 1))
|
||||||
|
(line (pt 92 12)(pt 92 4)(line_width 1))
|
||||||
|
(line (pt 117 4)(pt 121 8)(line_width 1))
|
||||||
|
(line (pt 117 12)(pt 121 8)(line_width 1))
|
||||||
|
)
|
||||||
|
(text "VCC" (rect 136 7 156 17)(font "Arial" (font_size 6)))
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 736 80 912 96)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "CP" (rect 90 0 105 12)(font "Arial" ))
|
||||||
|
(pt 0 8)
|
||||||
|
(drawing
|
||||||
|
(line (pt 0 8)(pt 52 8)(line_width 1))
|
||||||
|
(line (pt 52 4)(pt 78 4)(line_width 1))
|
||||||
|
(line (pt 52 12)(pt 78 12)(line_width 1))
|
||||||
|
(line (pt 52 12)(pt 52 4)(line_width 1))
|
||||||
|
(line (pt 78 4)(pt 82 8)(line_width 1))
|
||||||
|
(line (pt 82 8)(pt 78 12)(line_width 1))
|
||||||
|
(line (pt 78 12)(pt 82 8)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 392 64 440 96)
|
||||||
|
(text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "inst" (rect 3 21 20 33)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 0 16)
|
||||||
|
(input)
|
||||||
|
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 16)(pt 13 16)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 48 16)
|
||||||
|
(output)
|
||||||
|
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 39 16)(pt 48 16)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(line (pt 13 25)(pt 13 7)(line_width 1))
|
||||||
|
(line (pt 13 7)(pt 31 16)(line_width 1))
|
||||||
|
(line (pt 13 25)(pt 31 16)(line_width 1))
|
||||||
|
(circle (rect 31 12 39 20)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 408 176 472 224)
|
||||||
|
(text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "inst2" (rect 3 37 26 49)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 0 16)
|
||||||
|
(input)
|
||||||
|
(text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 16)(pt 14 16)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 32)(pt 14 32)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 64 24)
|
||||||
|
(output)
|
||||||
|
(text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 42 24)(pt 64 24)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(line (pt 14 12)(pt 30 12)(line_width 1))
|
||||||
|
(line (pt 14 37)(pt 31 37)(line_width 1))
|
||||||
|
(line (pt 14 12)(pt 14 37)(line_width 1))
|
||||||
|
(arc (pt 31 37)(pt 30 12)(rect 18 12 43 37)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 312 184 376 264)
|
||||||
|
(text "DFF" (rect 1 0 19 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "inst3" (rect 3 68 26 80)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 32 80)
|
||||||
|
(input)
|
||||||
|
(text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
|
||||||
|
(text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
|
||||||
|
(line (pt 32 80)(pt 32 76)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 40)
|
||||||
|
(input)
|
||||||
|
(text "CLK" (rect 3 29 20 41)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "CLK" (rect 3 29 20 41)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 40)(pt 12 40)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 24)
|
||||||
|
(input)
|
||||||
|
(text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
|
||||||
|
(text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
|
||||||
|
(line (pt 0 24)(pt 12 24)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 32 0)
|
||||||
|
(input)
|
||||||
|
(text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
|
||||||
|
(text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
|
||||||
|
(line (pt 32 4)(pt 32 0)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 64 24)
|
||||||
|
(output)
|
||||||
|
(text "Q" (rect 45 20 50 32)(font "Courier New" (bold)))
|
||||||
|
(text "Q" (rect 45 20 50 32)(font "Courier New" (bold)))
|
||||||
|
(line (pt 52 24)(pt 64 24)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(line (pt 12 12)(pt 52 12)(line_width 1))
|
||||||
|
(line (pt 12 68)(pt 52 68)(line_width 1))
|
||||||
|
(line (pt 52 68)(pt 52 12)(line_width 1))
|
||||||
|
(line (pt 12 68)(pt 12 12)(line_width 1))
|
||||||
|
(line (pt 19 40)(pt 12 47)(line_width 1))
|
||||||
|
(line (pt 12 32)(pt 20 40)(line_width 1))
|
||||||
|
(circle (rect 28 4 36 12)(line_width 1))
|
||||||
|
(circle (rect 28 68 36 76)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 264 184 296 200)
|
||||||
|
(text "VCC" (rect 7 0 27 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "inst4" (rect 3 5 26 17)(font "Arial" )(invisible))
|
||||||
|
(port
|
||||||
|
(pt 16 16)
|
||||||
|
(output)
|
||||||
|
(text "1" (rect 19 7 24 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "1" (rect 19 7 24 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 16 16)(pt 16 8)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(line (pt 8 8)(pt 24 8)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 504 160 568 240)
|
||||||
|
(text "DFF" (rect 1 0 19 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "inst5" (rect 3 68 26 80)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 32 80)
|
||||||
|
(input)
|
||||||
|
(text "CLRN" (rect 21 59 44 71)(font "Courier New" (bold)))
|
||||||
|
(text "CLRN" (rect 21 58 44 70)(font "Courier New" (bold)))
|
||||||
|
(line (pt 32 80)(pt 32 76)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 40)
|
||||||
|
(input)
|
||||||
|
(text "CLK" (rect 3 29 20 41)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "CLK" (rect 3 29 20 41)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 40)(pt 12 40)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 24)
|
||||||
|
(input)
|
||||||
|
(text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
|
||||||
|
(text "D" (rect 14 20 19 32)(font "Courier New" (bold)))
|
||||||
|
(line (pt 0 24)(pt 12 24)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 32 0)
|
||||||
|
(input)
|
||||||
|
(text "PRN" (rect 24 13 41 25)(font "Courier New" (bold)))
|
||||||
|
(text "PRN" (rect 24 11 41 23)(font "Courier New" (bold)))
|
||||||
|
(line (pt 32 4)(pt 32 0)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 64 24)
|
||||||
|
(output)
|
||||||
|
(text "Q" (rect 45 20 50 32)(font "Courier New" (bold)))
|
||||||
|
(text "Q" (rect 45 20 50 32)(font "Courier New" (bold)))
|
||||||
|
(line (pt 52 24)(pt 64 24)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(line (pt 12 12)(pt 52 12)(line_width 1))
|
||||||
|
(line (pt 12 68)(pt 52 68)(line_width 1))
|
||||||
|
(line (pt 52 68)(pt 52 12)(line_width 1))
|
||||||
|
(line (pt 12 68)(pt 12 12)(line_width 1))
|
||||||
|
(line (pt 19 40)(pt 12 47)(line_width 1))
|
||||||
|
(line (pt 12 32)(pt 20 40)(line_width 1))
|
||||||
|
(circle (rect 28 4 36 12)(line_width 1))
|
||||||
|
(circle (rect 28 68 36 76)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 640 64 704 112)
|
||||||
|
(text "AND2" (rect 1 0 25 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "inst7" (rect 3 37 26 49)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 0 16)
|
||||||
|
(input)
|
||||||
|
(text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "IN1" (rect 2 7 19 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 16)(pt 14 16)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "IN2" (rect 2 23 19 35)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 32)(pt 14 32)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 64 24)
|
||||||
|
(output)
|
||||||
|
(text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "OUT" (rect 48 15 65 27)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 42 24)(pt 64 24)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(line (pt 14 12)(pt 30 12)(line_width 1))
|
||||||
|
(line (pt 14 37)(pt 31 37)(line_width 1))
|
||||||
|
(line (pt 14 12)(pt 14 37)(line_width 1))
|
||||||
|
(arc (pt 31 37)(pt 30 12)(rect 18 12 43 37)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 576 168 624 200)
|
||||||
|
(text "NOT" (rect 1 0 21 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "inst8" (rect 3 21 26 33)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 0 16)
|
||||||
|
(input)
|
||||||
|
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "IN" (rect 2 7 13 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 0 16)(pt 13 16)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 48 16)
|
||||||
|
(output)
|
||||||
|
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(text "OUT" (rect 32 7 49 19)(font "Courier New" (bold))(invisible))
|
||||||
|
(line (pt 39 16)(pt 48 16)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(line (pt 13 25)(pt 13 7)(line_width 1))
|
||||||
|
(line (pt 13 7)(pt 31 16)(line_width 1))
|
||||||
|
(line (pt 13 25)(pt 31 16)(line_width 1))
|
||||||
|
(circle (rect 31 12 39 20)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 536 160)
|
||||||
|
(pt 536 144)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 504 184)
|
||||||
|
(pt 472 184)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 568 184)
|
||||||
|
(pt 576 184)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 624 96)
|
||||||
|
(pt 624 184)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 640 80)
|
||||||
|
(pt 440 80)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 472 184)
|
||||||
|
(pt 472 96)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 472 96)
|
||||||
|
(pt 624 96)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 624 96)
|
||||||
|
(pt 640 96)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 280 208)
|
||||||
|
(pt 280 200)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 344 184)
|
||||||
|
(pt 344 168)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 280 208)
|
||||||
|
(pt 312 208)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 504 200)
|
||||||
|
(pt 472 200)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 384 192)
|
||||||
|
(pt 408 192)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 376 208)
|
||||||
|
(pt 408 208)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 384 192)
|
||||||
|
(pt 384 136)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 280 136)
|
||||||
|
(pt 384 136)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 280 80)
|
||||||
|
(pt 392 80)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 312 224)
|
||||||
|
(pt 280 224)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 536 240)
|
||||||
|
(pt 536 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 536 144)
|
||||||
|
(pt 488 144)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 488 144)
|
||||||
|
(pt 488 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 344 264)
|
||||||
|
(pt 344 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 296 168)
|
||||||
|
(pt 296 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 344 168)
|
||||||
|
(pt 296 168)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 488 288)
|
||||||
|
(pt 536 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 280 288)
|
||||||
|
(pt 296 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 296 288)
|
||||||
|
(pt 344 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 344 288)
|
||||||
|
(pt 488 288)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 704 88)
|
||||||
|
(pt 736 88)
|
||||||
|
)
|
||||||
|
(junction (pt 624 96))
|
||||||
|
(junction (pt 488 288))
|
||||||
|
(junction (pt 344 288))
|
||||||
|
(junction (pt 296 288))
|
64
microprogram_ram/start_circuit.bsf
Normal file
64
microprogram_ram/start_circuit.bsf
Normal file
@ -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-2009 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 112 144)
|
||||||
|
(text "start_circuit" (rect 5 0 72 14)(font "Arial" (font_size 8)))
|
||||||
|
(text "inst" (rect 8 112 25 124)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "HALT" (rect 0 0 31 14)(font "Arial" (font_size 8)))
|
||||||
|
(text "HALT" (rect 21 27 52 41)(font "Arial" (font_size 8)))
|
||||||
|
(line (pt 0 32)(pt 16 32)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 48)
|
||||||
|
(input)
|
||||||
|
(text "CK_C" (rect 0 0 31 14)(font "Arial" (font_size 8)))
|
||||||
|
(text "CK_C" (rect 21 43 52 57)(font "Arial" (font_size 8)))
|
||||||
|
(line (pt 0 48)(pt 16 48)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 64)
|
||||||
|
(input)
|
||||||
|
(text "CK" (rect 0 0 16 14)(font "Arial" (font_size 8)))
|
||||||
|
(text "CK" (rect 21 59 37 73)(font "Arial" (font_size 8)))
|
||||||
|
(line (pt 0 64)(pt 16 64)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 80)
|
||||||
|
(input)
|
||||||
|
(text "CLR" (rect 0 0 23 14)(font "Arial" (font_size 8)))
|
||||||
|
(text "CLR" (rect 21 75 44 89)(font "Arial" (font_size 8)))
|
||||||
|
(line (pt 0 80)(pt 16 80)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 96 32)
|
||||||
|
(output)
|
||||||
|
(text "CP" (rect 0 0 15 14)(font "Arial" (font_size 8)))
|
||||||
|
(text "CP" (rect 60 27 75 41)(font "Arial" (font_size 8)))
|
||||||
|
(line (pt 96 32)(pt 80 32)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(rectangle (rect 16 16 80 112)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
23
start_circuit/start_circuit.qpf
Normal file
23
start_circuit/start_circuit.qpf
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Copyright (C) 1991-2008 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_VERSION = "8.1"
|
||||||
|
DATE = "20:24:57 March 17, 2022"
|
||||||
|
|
||||||
|
|
||||||
|
# Revisions
|
||||||
|
|
||||||
|
PROJECT_REVISION = "start_circuit"
|
37
start_circuit/start_circuit.qsf
Normal file
37
start_circuit/start_circuit.qsf
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Copyright (C) 1991-2008 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.
|
||||||
|
|
||||||
|
|
||||||
|
# The default values for assignments are stored in the file
|
||||||
|
# start_circuit_assignment_defaults.qdf
|
||||||
|
# If this file doesn't exist, and for assignments not listed, see file
|
||||||
|
# assignment_defaults.qdf
|
||||||
|
|
||||||
|
# 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 EP2C8Q208C7
|
||||||
|
set_global_assignment -name TOP_LEVEL_ENTITY start_circuit
|
||||||
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 8.1
|
||||||
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "20:24:57 MARCH 17, 2022"
|
||||||
|
set_global_assignment -name LAST_QUARTUS_VERSION 8.1
|
||||||
|
set_global_assignment -name USE_GENERATED_PHYSICAL_CONSTRAINTS OFF -section_id eda_blast_fpga
|
||||||
|
set_global_assignment -name DEVICE_FILTER_SPEED_GRADE FASTEST
|
||||||
|
set_global_assignment -name MIN_CORE_JUNCTION_TEMP 0
|
||||||
|
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
|
||||||
|
set_global_assignment -name BDF_FILE start_circuit.bdf
|
||||||
|
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
|
載入中…
x
新增問題並參考
Block a user