update test ALU

This commit is contained in:
juzeon 2022-05-18 20:07:42 +08:00
父節點 195d784f6d
當前提交 4333eff1ca
共有 3 個檔案被更改,包括 459 行新增341 行删除

檔案差異因為檔案過大而無法顯示 載入差異

查看文件

@ -4,7 +4,7 @@ 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
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
@ -82,21 +82,21 @@ applicable agreement for further details.
(port
(pt 232 32)
(input)
(text "LM" (rect -56 0 -40 14)(font "Arial" (font_size 8)))
(text "LM" (rect -24 0 -8 14)(font "Arial" (font_size 8)))
(text "LM" (rect 192 24 208 38)(font "Arial" (font_size 8)))
(line (pt 216 32)(pt 232 32)(line_width 1))
)
(port
(pt 232 48)
(input)
(text "DM" (rect -56 0 -39 14)(font "Arial" (font_size 8)))
(text "DM" (rect -24 0 -7 14)(font "Arial" (font_size 8)))
(text "DM" (rect 191 40 208 54)(font "Arial" (font_size 8)))
(line (pt 216 48)(pt 232 48)(line_width 1))
)
(port
(pt 232 64)
(input)
(text "RM" (rect -56 0 -39 14)(font "Arial" (font_size 8)))
(text "RM" (rect -24 0 -7 14)(font "Arial" (font_size 8)))
(text "RM" (rect 191 56 208 70)(font "Arial" (font_size 8)))
(line (pt 216 64)(pt 232 64)(line_width 1))
)
@ -111,69 +111,69 @@ applicable agreement for further details.
(pt 32 96)
(input)
(text "L_in" (rect 0 -160 23 -146)(font "Arial" (font_size 8)))
(text "L_in" (rect 24 48 38 71)(font "Arial" (font_size 8))(vertical))
(text "L_in" (rect 24 49 38 72)(font "Arial" (font_size 8))(vertical))
(line (pt 32 96)(pt 32 80)(line_width 1))
)
(port
(pt 48 0)
(output)
(text "Y7" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y7" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y7" (rect 40 24 54 40)(font "Arial" (font_size 8))(vertical))
(line (pt 48 0)(pt 48 16)(line_width 1))
)
(port
(pt 64 0)
(output)
(text "Y6" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y6" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y6" (rect 56 24 70 40)(font "Arial" (font_size 8))(vertical))
(line (pt 64 0)(pt 64 16)(line_width 1))
)
(port
(pt 80 0)
(output)
(text "Y5" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y5" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y5" (rect 72 24 86 40)(font "Arial" (font_size 8))(vertical))
(line (pt 80 0)(pt 80 16)(line_width 1))
)
(port
(pt 96 0)
(output)
(text "Y4" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y4" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y4" (rect 88 24 102 40)(font "Arial" (font_size 8))(vertical))
(line (pt 96 0)(pt 96 16)(line_width 1))
)
(port
(pt 112 0)
(output)
(text "Y3" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y3" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y3" (rect 104 24 118 40)(font "Arial" (font_size 8))(vertical))
(line (pt 112 0)(pt 112 16)(line_width 1))
)
(port
(pt 128 0)
(output)
(text "Y2" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y2" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y2" (rect 120 24 134 40)(font "Arial" (font_size 8))(vertical))
(line (pt 128 0)(pt 128 16)(line_width 1))
)
(port
(pt 144 0)
(output)
(text "Y1" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y1" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y1" (rect 136 24 150 40)(font "Arial" (font_size 8))(vertical))
(line (pt 144 0)(pt 144 16)(line_width 1))
)
(port
(pt 160 0)
(output)
(text "Y0" (rect 192 0 208 14)(font "Arial" (font_size 8)))
(text "Y0" (rect 160 0 176 14)(font "Arial" (font_size 8)))
(text "Y0" (rect 152 24 166 40)(font "Arial" (font_size 8))(vertical))
(line (pt 160 0)(pt 160 16)(line_width 1))
)
(port
(pt 32 0)
(output)
(text "C8" (rect 192 0 207 14)(font "Arial" (font_size 8)))
(text "C8" (rect 160 0 175 14)(font "Arial" (font_size 8)))
(text "C8" (rect 24 24 38 39)(font "Arial" (font_size 8))(vertical))
(line (pt 32 0)(pt 32 16)(line_width 1))
)

查看文件

@ -41,7 +41,7 @@ set_global_assignment -name DEVICE EP2C8Q208C8
set_global_assignment -name TOP_LEVEL_ENTITY test_ALU
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "9.0 SP2"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "16:09:17 MAY 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 MIN_CORE_JUNCTION_TEMP 0
set_global_assignment -name MAX_CORE_JUNCTION_TEMP 85
@ -91,4 +91,6 @@ set_location_assignment PIN_86 -to S1
set_location_assignment PIN_87 -to S2
set_global_assignment -name MISC_FILE "D:/projects/quartus/test_ALU/test_ALU.dpf"
set_location_assignment PIN_88 -to test_in
set_location_assignment PIN_34 -to test_out
set_location_assignment PIN_34 -to test_out
set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
set_global_assignment -name MISC_FILE "C:/Users/dell/Documents/quartusProj/test_ALU/test_ALU.dpf"