mirror of
https://github.com/supleed2/ELEC40006-P1-CW.git
synced 2024-11-10 02:05:48 +00:00
CPU completed
This commit is contained in:
parent
12bd671c00
commit
4318a5b70b
409
ALU_top.bdf
Normal file
409
ALU_top.bdf
Normal file
|
@ -0,0 +1,409 @@
|
||||||
|
/*
|
||||||
|
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) 2018 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 360 240 528 256)
|
||||||
|
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "ALU_en" (rect 5 0 44 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 360 256 528 272)
|
||||||
|
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "Rs1[15..0]" (rect 5 0 53 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 360 272 528 288)
|
||||||
|
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "Rs2[15..0]" (rect 5 0 53 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 360 288 528 304)
|
||||||
|
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "Rd[15..0]" (rect 5 0 48 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 360 304 528 320)
|
||||||
|
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "op[5..0]" (rect 5 0 41 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 360 336 528 352)
|
||||||
|
(text "INPUT" (rect 125 0 153 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "EXEC2" (rect 5 0 37 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
|
||||||
|
(output)
|
||||||
|
(rect 776 272 952 288)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "Rout[15..0]" (rect 90 0 141 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 776 288 952 304)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "COND" (rect 90 0 123 12)(font "Arial" ))
|
||||||
|
(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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 776 304 952 320)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "CARRY" (rect 90 0 130 12)(font "Arial" ))
|
||||||
|
(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 544 424 744 520)
|
||||||
|
(text "mul16" (rect 5 0 43 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "MULTIPLIER" (rect 8 75 67 92)(font "Intel Clear" ))
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "CLOCK" (rect 0 0 41 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "CLOCK" (rect 21 27 62 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 32)(pt 16 32))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 48)
|
||||||
|
(input)
|
||||||
|
(text "A[15..0]" (rect 0 0 47 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "A[15..0]" (rect 21 43 68 62)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 48)(pt 16 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 64)
|
||||||
|
(input)
|
||||||
|
(text "B[15..0]" (rect 0 0 47 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "B[15..0]" (rect 21 59 68 78)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 64)(pt 16 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 200 32)
|
||||||
|
(output)
|
||||||
|
(text "PRODUCT[31..0]" (rect 0 0 100 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "PRODUCT[31..0]" (rect 79 27 179 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 200 32)(pt 184 32)(line_width 3))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(rectangle (rect 16 16 184 80))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 544 216 752 392)
|
||||||
|
(text "alu" (rect 5 0 19 12)(font "Arial" ))
|
||||||
|
(text "ALU_in" (rect 8 160 43 172)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "enable" (rect 0 0 31 12)(font "Arial" ))
|
||||||
|
(text "enable" (rect 21 27 52 39)(font "Arial" ))
|
||||||
|
(line (pt 0 32)(pt 16 32))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 48)
|
||||||
|
(input)
|
||||||
|
(text "Rs1[15..0]" (rect 0 0 51 12)(font "Arial" ))
|
||||||
|
(text "Rs1[15..0]" (rect 21 43 72 55)(font "Arial" ))
|
||||||
|
(line (pt 0 48)(pt 16 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 64)
|
||||||
|
(input)
|
||||||
|
(text "Rs2[15..0]" (rect 0 0 51 12)(font "Arial" ))
|
||||||
|
(text "Rs2[15..0]" (rect 21 59 72 71)(font "Arial" ))
|
||||||
|
(line (pt 0 64)(pt 16 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 80)
|
||||||
|
(input)
|
||||||
|
(text "Rd[15..0]" (rect 0 0 46 12)(font "Arial" ))
|
||||||
|
(text "Rd[15..0]" (rect 21 75 67 87)(font "Arial" ))
|
||||||
|
(line (pt 0 80)(pt 16 80)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 96)
|
||||||
|
(input)
|
||||||
|
(text "opcode[5..0]" (rect 0 0 61 12)(font "Arial" ))
|
||||||
|
(text "opcode[5..0]" (rect 21 91 82 103)(font "Arial" ))
|
||||||
|
(line (pt 0 96)(pt 16 96)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 112)
|
||||||
|
(input)
|
||||||
|
(text "mulresult[31..0]" (rect 0 0 76 12)(font "Arial" ))
|
||||||
|
(text "mulresult[31..0]" (rect 21 107 97 119)(font "Arial" ))
|
||||||
|
(line (pt 0 112)(pt 16 112)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 128)
|
||||||
|
(input)
|
||||||
|
(text "exec2" (rect 0 0 29 12)(font "Arial" ))
|
||||||
|
(text "exec2" (rect 21 123 50 135)(font "Arial" ))
|
||||||
|
(line (pt 0 128)(pt 16 128))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 32)
|
||||||
|
(output)
|
||||||
|
(text "mul1[15..0]" (rect 0 0 55 12)(font "Arial" ))
|
||||||
|
(text "mul1[15..0]" (rect 141 27 187 39)(font "Arial" ))
|
||||||
|
(line (pt 208 32)(pt 192 32)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 48)
|
||||||
|
(output)
|
||||||
|
(text "mul2[15..0]" (rect 0 0 55 12)(font "Arial" ))
|
||||||
|
(text "mul2[15..0]" (rect 141 43 187 55)(font "Arial" ))
|
||||||
|
(line (pt 208 48)(pt 192 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 64)
|
||||||
|
(output)
|
||||||
|
(text "Rout[15..0]" (rect 0 0 55 12)(font "Arial" ))
|
||||||
|
(text "Rout[15..0]" (rect 141 59 187 71)(font "Arial" ))
|
||||||
|
(line (pt 208 64)(pt 192 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 80)
|
||||||
|
(output)
|
||||||
|
(text "jump" (rect 0 0 23 12)(font "Arial" ))
|
||||||
|
(text "jump" (rect 168 75 187 87)(font "Arial" ))
|
||||||
|
(line (pt 208 80)(pt 192 80))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 96)
|
||||||
|
(output)
|
||||||
|
(text "carry" (rect 0 0 25 12)(font "Arial" ))
|
||||||
|
(text "carry" (rect 166 91 187 103)(font "Arial" ))
|
||||||
|
(line (pt 208 96)(pt 192 96))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(rectangle (rect 16 16 192 160))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 752 400)
|
||||||
|
(pt 752 456)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 752 456)
|
||||||
|
(pt 744 456)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 472)
|
||||||
|
(pt 536 472)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 488)
|
||||||
|
(pt 528 488)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 528 408)
|
||||||
|
(pt 528 488)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 536 416)
|
||||||
|
(pt 536 472)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 536 416)
|
||||||
|
(pt 768 416)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 248)
|
||||||
|
(pt 528 248)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 264)
|
||||||
|
(pt 528 264)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 280)
|
||||||
|
(pt 528 280)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 296)
|
||||||
|
(pt 528 296)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 312)
|
||||||
|
(pt 528 312)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 536 400)
|
||||||
|
(pt 536 328)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 752 400)
|
||||||
|
(pt 536 400)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 536 328)
|
||||||
|
(pt 544 328)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 544 344)
|
||||||
|
(pt 528 344)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 752 264)
|
||||||
|
(pt 760 264)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 760 408)
|
||||||
|
(pt 760 264)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 528 408)
|
||||||
|
(pt 760 408)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 768 248)
|
||||||
|
(pt 752 248)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 768 416)
|
||||||
|
(pt 768 248)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 752 280)
|
||||||
|
(pt 776 280)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 752 296)
|
||||||
|
(pt 776 296)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 752 312)
|
||||||
|
(pt 776 312)
|
||||||
|
)
|
92
ALU_top.bsf
Normal file
92
ALU_top.bsf
Normal file
|
@ -0,0 +1,92 @@
|
||||||
|
/*
|
||||||
|
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) 2018 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 "symbol" (version "1.2"))
|
||||||
|
(symbol
|
||||||
|
(rect 16 16 200 176)
|
||||||
|
(text "ALU_top" (rect 5 0 56 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "inst" (rect 8 139 24 156)(font "Intel Clear" ))
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "ALU_en" (rect 0 0 46 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "ALU_en" (rect 21 27 67 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 32)(pt 16 32))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 48)
|
||||||
|
(input)
|
||||||
|
(text "Rs1[15..0]" (rect 0 0 61 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rs1[15..0]" (rect 21 43 82 62)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 48)(pt 16 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 64)
|
||||||
|
(input)
|
||||||
|
(text "Rs2[15..0]" (rect 0 0 61 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rs2[15..0]" (rect 21 59 82 78)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 64)(pt 16 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 80)
|
||||||
|
(input)
|
||||||
|
(text "Rd[15..0]" (rect 0 0 55 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rd[15..0]" (rect 21 75 76 94)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 80)(pt 16 80)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 96)
|
||||||
|
(input)
|
||||||
|
(text "op[5..0]" (rect 0 0 46 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "op[5..0]" (rect 21 91 67 110)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 96)(pt 16 96)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 112)
|
||||||
|
(input)
|
||||||
|
(text "EXEC2" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "EXEC2" (rect 21 107 59 126)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 112)(pt 16 112))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 184 32)
|
||||||
|
(output)
|
||||||
|
(text "Rout[15..0]" (rect 0 0 66 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rout[15..0]" (rect 97 27 163 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 184 32)(pt 168 32)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 184 48)
|
||||||
|
(output)
|
||||||
|
(text "COND" (rect 0 0 36 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "COND" (rect 127 43 163 62)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 184 48)(pt 168 48))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 184 64)
|
||||||
|
(output)
|
||||||
|
(text "CARRY" (rect 0 0 41 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "CARRY" (rect 122 59 163 78)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 184 64)(pt 168 64))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(rectangle (rect 16 16 168 144))
|
||||||
|
)
|
||||||
|
)
|
526
CPUProject.bdf
526
CPUProject.bdf
|
@ -35,6 +35,150 @@ refer to the applicable agreement for further details.
|
||||||
)
|
)
|
||||||
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
|
(text "VCC" (rect 128 7 148 17)(font "Arial" (font_size 6)))
|
||||||
)
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 512 1272 528)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "ALU_carry" (rect 90 0 139 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 544 1272 560)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "Rs1[15..0]" (rect 90 0 137 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 560 1272 576)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "Rs2[15..0]" (rect 90 0 137 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 528 1272 544)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "Rd[15..0]" (rect 90 0 136 12)(font "Arial" ))
|
||||||
|
(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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 576 1272 592)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "instr[15..0]" (rect 90 0 139 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 592 1272 608)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "FETCH" (rect 90 0 121 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 608 1272 624)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "EXEC1" (rect 90 0 121 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 624 1272 640)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "EXEC2" (rect 90 0 121 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))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
(pin
|
||||||
|
(output)
|
||||||
|
(rect 1096 496 1272 512)
|
||||||
|
(text "OUTPUT" (rect 1 0 39 10)(font "Arial" (font_size 6)))
|
||||||
|
(text "reg_in[15..0]" (rect 90 0 151 12)(font "Arial" ))
|
||||||
|
(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
|
(symbol
|
||||||
(rect 632 112 816 336)
|
(rect 632 112 816 336)
|
||||||
(text "mux_8x16" (rect 5 0 67 19)(font "Intel Clear" (font_size 8)))
|
(text "mux_8x16" (rect 5 0 67 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
@ -800,54 +944,6 @@ refer to the applicable agreement for further details.
|
||||||
(line (pt 0 0)(pt 0 0))
|
(line (pt 0 0)(pt 0 0))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(symbol
|
|
||||||
(rect 1024 304 1136 352)
|
|
||||||
(text "LPM_CONSTANT" (rect 4 0 125 16)(font "Arial" (font_size 10)))
|
|
||||||
(text "PLACEHOLDER" (rect 3 37 90 51)(font "Arial" (font_size 8)))
|
|
||||||
(port
|
|
||||||
(pt 112 32)
|
|
||||||
(output)
|
|
||||||
(text "result[LPM_WIDTH-1..0]" (rect 75 19 208 33)(font "Arial" (font_size 8)))
|
|
||||||
(text "result[]" (rect 75 19 113 33)(font "Arial" (font_size 8)))
|
|
||||||
(line (pt 64 32)(pt 112 32)(line_width 3))
|
|
||||||
)
|
|
||||||
(parameter
|
|
||||||
"LPM_CVALUE"
|
|
||||||
"0"
|
|
||||||
"Unsigned value to which outputs will be set"
|
|
||||||
(type "PARAMETER_UNSIGNED_DEC") )
|
|
||||||
(parameter
|
|
||||||
"LPM_WIDTH"
|
|
||||||
"16"
|
|
||||||
"Width of output, any integer > 0"
|
|
||||||
" 1" " 2" " 3" " 4" " 5" " 6" " 7" " 8" " 9" "10" "11" "12" "13" "14" "15" "16" "20" "24" "28" "32"
|
|
||||||
)
|
|
||||||
(drawing
|
|
||||||
(text "(cvalue)" (rect 21 26 68 40)(font "Arial" (font_size 8)))
|
|
||||||
(line (pt 16 24)(pt 64 24))
|
|
||||||
(line (pt 16 40)(pt 64 40))
|
|
||||||
(line (pt 64 40)(pt 64 24))
|
|
||||||
(line (pt 16 40)(pt 16 24))
|
|
||||||
)
|
|
||||||
(annotation_block (parameter)(rect 1136 304 1152 312))
|
|
||||||
)
|
|
||||||
(symbol
|
|
||||||
(rect 1008 504 1040 536)
|
|
||||||
(text "GND" (rect 8 16 29 26)(font "Arial" (font_size 6)))
|
|
||||||
(text "inst" (rect 3 21 20 33)(font "Arial" )(invisible))
|
|
||||||
(port
|
|
||||||
(pt 16 0)
|
|
||||||
(output)
|
|
||||||
(text "1" (rect 18 0 23 12)(font "Courier New" (bold))(invisible))
|
|
||||||
(text "1" (rect 18 0 23 12)(font "Courier New" (bold))(invisible))
|
|
||||||
(line (pt 16 8)(pt 16 0))
|
|
||||||
)
|
|
||||||
(drawing
|
|
||||||
(line (pt 8 8)(pt 16 16))
|
|
||||||
(line (pt 16 16)(pt 24 8))
|
|
||||||
(line (pt 8 8)(pt 24 8))
|
|
||||||
)
|
|
||||||
)
|
|
||||||
(symbol
|
(symbol
|
||||||
(rect 936 160 1152 304)
|
(rect 936 160 1152 304)
|
||||||
(text "ram_data" (rect 81 0 144 16)(font "Arial" (font_size 10)))
|
(text "ram_data" (rect 81 0 144 16)(font "Arial" (font_size 10)))
|
||||||
|
@ -1018,132 +1114,203 @@ refer to the applicable agreement for further details.
|
||||||
(pt 208 32)
|
(pt 208 32)
|
||||||
(output)
|
(output)
|
||||||
(text "R0_count" (rect 0 0 47 12)(font "Arial" ))
|
(text "R0_count" (rect 0 0 47 12)(font "Arial" ))
|
||||||
(text "R0_count" (rect 148 27 187 39)(font "Arial" ))
|
(text "R0_count" (rect 148 27 195 39)(font "Arial" ))
|
||||||
(line (pt 208 32)(pt 192 32))
|
(line (pt 208 32)(pt 192 32))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 48)
|
(pt 208 48)
|
||||||
(output)
|
(output)
|
||||||
(text "R0_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R0_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R0_en" (rect 161 43 187 55)(font "Arial" ))
|
(text "R0_en" (rect 161 43 192 55)(font "Arial" ))
|
||||||
(line (pt 208 48)(pt 192 48))
|
(line (pt 208 48)(pt 192 48))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 64)
|
(pt 208 64)
|
||||||
(output)
|
(output)
|
||||||
(text "R1_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R1_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R1_en" (rect 161 59 187 71)(font "Arial" ))
|
(text "R1_en" (rect 161 59 192 71)(font "Arial" ))
|
||||||
(line (pt 208 64)(pt 192 64))
|
(line (pt 208 64)(pt 192 64))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 80)
|
(pt 208 80)
|
||||||
(output)
|
(output)
|
||||||
(text "R2_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R2_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R2_en" (rect 161 75 187 87)(font "Arial" ))
|
(text "R2_en" (rect 161 75 192 87)(font "Arial" ))
|
||||||
(line (pt 208 80)(pt 192 80))
|
(line (pt 208 80)(pt 192 80))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 96)
|
(pt 208 96)
|
||||||
(output)
|
(output)
|
||||||
(text "R3_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R3_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R3_en" (rect 161 91 187 103)(font "Arial" ))
|
(text "R3_en" (rect 161 91 192 103)(font "Arial" ))
|
||||||
(line (pt 208 96)(pt 192 96))
|
(line (pt 208 96)(pt 192 96))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 112)
|
(pt 208 112)
|
||||||
(output)
|
(output)
|
||||||
(text "R4_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R4_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R4_en" (rect 161 107 187 119)(font "Arial" ))
|
(text "R4_en" (rect 161 107 192 119)(font "Arial" ))
|
||||||
(line (pt 208 112)(pt 192 112))
|
(line (pt 208 112)(pt 192 112))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 128)
|
(pt 208 128)
|
||||||
(output)
|
(output)
|
||||||
(text "R5_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R5_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R5_en" (rect 161 123 187 135)(font "Arial" ))
|
(text "R5_en" (rect 161 123 192 135)(font "Arial" ))
|
||||||
(line (pt 208 128)(pt 192 128))
|
(line (pt 208 128)(pt 192 128))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 144)
|
(pt 208 144)
|
||||||
(output)
|
(output)
|
||||||
(text "R6_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R6_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R6_en" (rect 161 139 187 151)(font "Arial" ))
|
(text "R6_en" (rect 161 139 192 151)(font "Arial" ))
|
||||||
(line (pt 208 144)(pt 192 144))
|
(line (pt 208 144)(pt 192 144))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 160)
|
(pt 208 160)
|
||||||
(output)
|
(output)
|
||||||
(text "R7_en" (rect 0 0 31 12)(font "Arial" ))
|
(text "R7_en" (rect 0 0 31 12)(font "Arial" ))
|
||||||
(text "R7_en" (rect 161 155 187 167)(font "Arial" ))
|
(text "R7_en" (rect 161 155 192 167)(font "Arial" ))
|
||||||
(line (pt 208 160)(pt 192 160))
|
(line (pt 208 160)(pt 192 160))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 176)
|
(pt 208 176)
|
||||||
(output)
|
(output)
|
||||||
(text "s1[2..0]" (rect 0 0 37 12)(font "Arial" ))
|
(text "s1[2..0]" (rect 0 0 37 12)(font "Arial" ))
|
||||||
(text "s1[2..0]" (rect 156 171 187 183)(font "Arial" ))
|
(text "s1[2..0]" (rect 156 171 193 183)(font "Arial" ))
|
||||||
(line (pt 208 176)(pt 192 176)(line_width 3))
|
(line (pt 208 176)(pt 192 176)(line_width 3))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 192)
|
(pt 208 192)
|
||||||
(output)
|
(output)
|
||||||
(text "s2[2..0]" (rect 0 0 37 12)(font "Arial" ))
|
(text "s2[2..0]" (rect 0 0 37 12)(font "Arial" ))
|
||||||
(text "s2[2..0]" (rect 156 187 187 199)(font "Arial" ))
|
(text "s2[2..0]" (rect 156 187 193 199)(font "Arial" ))
|
||||||
(line (pt 208 192)(pt 192 192)(line_width 3))
|
(line (pt 208 192)(pt 192 192)(line_width 3))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 208)
|
(pt 208 208)
|
||||||
(output)
|
(output)
|
||||||
(text "s3[2..0]" (rect 0 0 37 12)(font "Arial" ))
|
(text "s3[2..0]" (rect 0 0 37 12)(font "Arial" ))
|
||||||
(text "s3[2..0]" (rect 156 203 187 215)(font "Arial" ))
|
(text "s3[2..0]" (rect 156 203 193 215)(font "Arial" ))
|
||||||
(line (pt 208 208)(pt 192 208)(line_width 3))
|
(line (pt 208 208)(pt 192 208)(line_width 3))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 224)
|
(pt 208 224)
|
||||||
(output)
|
(output)
|
||||||
(text "s4" (rect 0 0 11 12)(font "Arial" ))
|
(text "s4" (rect 0 0 11 12)(font "Arial" ))
|
||||||
(text "s4" (rect 178 219 187 231)(font "Arial" ))
|
(text "s4" (rect 178 219 189 231)(font "Arial" ))
|
||||||
(line (pt 208 224)(pt 192 224))
|
(line (pt 208 224)(pt 192 224))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 240)
|
(pt 208 240)
|
||||||
(output)
|
(output)
|
||||||
(text "RAMd_wren" (rect 0 0 57 12)(font "Arial" ))
|
(text "RAMd_wren" (rect 0 0 57 12)(font "Arial" ))
|
||||||
(text "RAMd_wren" (rect 139 235 187 247)(font "Arial" ))
|
(text "RAMd_wren" (rect 139 235 196 247)(font "Arial" ))
|
||||||
(line (pt 208 240)(pt 192 240))
|
(line (pt 208 240)(pt 192 240))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 256)
|
(pt 208 256)
|
||||||
(output)
|
(output)
|
||||||
(text "RAMd_en" (rect 0 0 47 12)(font "Arial" ))
|
(text "RAMd_en" (rect 0 0 47 12)(font "Arial" ))
|
||||||
(text "RAMd_en" (rect 148 251 187 263)(font "Arial" ))
|
(text "RAMd_en" (rect 148 251 195 263)(font "Arial" ))
|
||||||
(line (pt 208 256)(pt 192 256))
|
(line (pt 208 256)(pt 192 256))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 272)
|
(pt 208 272)
|
||||||
(output)
|
(output)
|
||||||
(text "RAMi_en" (rect 0 0 43 12)(font "Arial" ))
|
(text "RAMi_en" (rect 0 0 43 12)(font "Arial" ))
|
||||||
(text "RAMi_en" (rect 151 267 187 279)(font "Arial" ))
|
(text "RAMi_en" (rect 151 267 194 279)(font "Arial" ))
|
||||||
(line (pt 208 272)(pt 192 272))
|
(line (pt 208 272)(pt 192 272))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 288)
|
(pt 208 288)
|
||||||
(output)
|
(output)
|
||||||
(text "ALU_en" (rect 0 0 38 12)(font "Arial" ))
|
(text "ALU_en" (rect 0 0 38 12)(font "Arial" ))
|
||||||
(text "ALU_en" (rect 155 283 187 295)(font "Arial" ))
|
(text "ALU_en" (rect 155 283 193 295)(font "Arial" ))
|
||||||
(line (pt 208 288)(pt 192 288))
|
(line (pt 208 288)(pt 192 288))
|
||||||
)
|
)
|
||||||
(port
|
(port
|
||||||
(pt 208 304)
|
(pt 208 304)
|
||||||
(output)
|
(output)
|
||||||
(text "E2" (rect 0 0 12 12)(font "Arial" ))
|
(text "E2" (rect 0 0 12 12)(font "Arial" ))
|
||||||
(text "E2" (rect 177 299 187 311)(font "Arial" ))
|
(text "E2" (rect 177 299 189 311)(font "Arial" ))
|
||||||
(line (pt 208 304)(pt 192 304))
|
(line (pt 208 304)(pt 192 304))
|
||||||
)
|
)
|
||||||
(drawing
|
(drawing
|
||||||
(rectangle (rect 16 16 192 320))
|
(rectangle (rect 16 16 192 320))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(symbol
|
||||||
|
(rect 936 304 1120 464)
|
||||||
|
(text "ALU_top" (rect 5 0 56 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "ALU" (rect 8 139 28 156)(font "Intel Clear" ))
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "ALU_en" (rect 0 0 46 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "ALU_en" (rect 21 27 67 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 32)(pt 16 32))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 48)
|
||||||
|
(input)
|
||||||
|
(text "Rs1[15..0]" (rect 0 0 61 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rs1[15..0]" (rect 21 43 82 62)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 48)(pt 16 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 64)
|
||||||
|
(input)
|
||||||
|
(text "Rs2[15..0]" (rect 0 0 61 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rs2[15..0]" (rect 21 59 82 78)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 64)(pt 16 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 80)
|
||||||
|
(input)
|
||||||
|
(text "Rd[15..0]" (rect 0 0 55 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rd[15..0]" (rect 21 75 76 94)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 80)(pt 16 80)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 96)
|
||||||
|
(input)
|
||||||
|
(text "op[5..0]" (rect 0 0 46 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "op[5..0]" (rect 21 91 67 110)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 96)(pt 16 96)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 112)
|
||||||
|
(input)
|
||||||
|
(text "EXEC2" (rect 0 0 38 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "EXEC2" (rect 21 107 59 126)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 112)(pt 16 112))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 184 32)
|
||||||
|
(output)
|
||||||
|
(text "Rout[15..0]" (rect 0 0 66 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "Rout[15..0]" (rect 97 27 163 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 184 32)(pt 168 32)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 184 48)
|
||||||
|
(output)
|
||||||
|
(text "COND" (rect 0 0 36 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "COND" (rect 127 43 163 62)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 184 48)(pt 168 48))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 184 64)
|
||||||
|
(output)
|
||||||
|
(text "CARRY" (rect 0 0 41 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "CARRY" (rect 122 59 163 78)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 184 64)(pt 168 64))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(rectangle (rect 16 16 168 144))
|
||||||
|
)
|
||||||
|
)
|
||||||
(connector
|
(connector
|
||||||
(pt 504 416)
|
(pt 504 416)
|
||||||
(pt 632 416)
|
(pt 632 416)
|
||||||
|
@ -1299,28 +1466,6 @@ refer to the applicable agreement for further details.
|
||||||
(pt 464 400)
|
(pt 464 400)
|
||||||
(bus)
|
(bus)
|
||||||
)
|
)
|
||||||
(connector
|
|
||||||
(text "Rs2[15..0]" (rect 826 352 873 369)(font "Intel Clear" ))
|
|
||||||
(pt 816 368)
|
|
||||||
(pt 896 368)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(text "Rd[15..0]" (rect 826 576 868 593)(font "Intel Clear" ))
|
|
||||||
(pt 816 592)
|
|
||||||
(pt 864 592)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(pt 864 592)
|
|
||||||
(pt 864 392)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(pt 896 392)
|
|
||||||
(pt 864 392)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
(connector
|
||||||
(text "s3[2]" (rect 474 608 497 625)(font "Intel Clear" ))
|
(text "s3[2]" (rect 474 608 497 625)(font "Intel Clear" ))
|
||||||
(pt 632 624)
|
(pt 632 624)
|
||||||
|
@ -1366,21 +1511,11 @@ refer to the applicable agreement for further details.
|
||||||
(pt 728 16)
|
(pt 728 16)
|
||||||
(bus)
|
(bus)
|
||||||
)
|
)
|
||||||
(connector
|
|
||||||
(text "CLK" (rect 514 -72 534 -55)(font "Intel Clear" ))
|
|
||||||
(pt 504 -56)
|
|
||||||
(pt 536 -56)
|
|
||||||
)
|
|
||||||
(connector
|
(connector
|
||||||
(pt 488 -72)
|
(pt 488 -72)
|
||||||
(pt 536 -72)
|
(pt 536 -72)
|
||||||
(bus)
|
(bus)
|
||||||
)
|
)
|
||||||
(connector
|
|
||||||
(text "EXEC" (rect 514 -104 539 -87)(font "Intel Clear" ))
|
|
||||||
(pt 504 -88)
|
|
||||||
(pt 536 -88)
|
|
||||||
)
|
|
||||||
(connector
|
(connector
|
||||||
(pt 728 -88)
|
(pt 728 -88)
|
||||||
(pt 744 -88)
|
(pt 744 -88)
|
||||||
|
@ -1686,17 +1821,6 @@ refer to the applicable agreement for further details.
|
||||||
(pt 256 -16)
|
(pt 256 -16)
|
||||||
(pt 216 -16)
|
(pt 216 -16)
|
||||||
)
|
)
|
||||||
(connector
|
|
||||||
(text "Rs1[15..0]" (rect 826 128 873 145)(font "Intel Clear" ))
|
|
||||||
(pt 816 144)
|
|
||||||
(pt 856 144)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(pt 896 344)
|
|
||||||
(pt 856 344)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
(connector
|
||||||
(pt 1168 304)
|
(pt 1168 304)
|
||||||
(pt 1160 304)
|
(pt 1160 304)
|
||||||
|
@ -1738,16 +1862,6 @@ refer to the applicable agreement for further details.
|
||||||
(pt 872 224)
|
(pt 872 224)
|
||||||
(bus)
|
(bus)
|
||||||
)
|
)
|
||||||
(connector
|
|
||||||
(pt 856 144)
|
|
||||||
(pt 856 192)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(pt 856 192)
|
|
||||||
(pt 856 344)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
(connector
|
||||||
(pt 1160 192)
|
(pt 1160 192)
|
||||||
(pt 1160 304)
|
(pt 1160 304)
|
||||||
|
@ -1770,12 +1884,6 @@ refer to the applicable agreement for further details.
|
||||||
(bus)
|
(bus)
|
||||||
)
|
)
|
||||||
(connector
|
(connector
|
||||||
(pt 1288 792)
|
|
||||||
(pt 1288 320)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(text "<<__$DEF_ALIAS361>>" (rect 549 288 661 305)(font "Intel Clear" )(invisible))
|
|
||||||
(pt 432 304)
|
(pt 432 304)
|
||||||
(pt 616 304)
|
(pt 616 304)
|
||||||
(bus)
|
(bus)
|
||||||
|
@ -1825,20 +1933,6 @@ refer to the applicable agreement for further details.
|
||||||
(pt 504 192)
|
(pt 504 192)
|
||||||
(bus)
|
(bus)
|
||||||
)
|
)
|
||||||
(connector
|
|
||||||
(pt 1168 336)
|
|
||||||
(pt 1136 336)
|
|
||||||
(bus)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(pt 1024 504)
|
|
||||||
(pt 1024 488)
|
|
||||||
)
|
|
||||||
(connector
|
|
||||||
(text "COND" (rect 1024 472 1053 489)(font "Intel Clear" ))
|
|
||||||
(pt 1024 488)
|
|
||||||
(pt 1048 488)
|
|
||||||
)
|
|
||||||
(connector
|
(connector
|
||||||
(text "FETCH" (rect 418 32 449 49)(font "Intel Clear" ))
|
(text "FETCH" (rect 418 32 449 49)(font "Intel Clear" ))
|
||||||
(pt 408 48)
|
(pt 408 48)
|
||||||
|
@ -1994,6 +2088,159 @@ refer to the applicable agreement for further details.
|
||||||
(pt 1176 120)
|
(pt 1176 120)
|
||||||
(pt 1224 120)
|
(pt 1224 120)
|
||||||
)
|
)
|
||||||
|
(connector
|
||||||
|
(text "Rs1[15..0]" (rect 818 128 865 145)(font "Intel Clear" ))
|
||||||
|
(pt 816 144)
|
||||||
|
(pt 856 144)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "Rd[15..0]" (rect 818 576 860 593)(font "Intel Clear" ))
|
||||||
|
(pt 816 592)
|
||||||
|
(pt 856 592)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 1120 336)
|
||||||
|
(pt 1168 336)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "COND" (rect 1122 336 1151 353)(font "Intel Clear" ))
|
||||||
|
(pt 1120 352)
|
||||||
|
(pt 1152 352)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 856 352)
|
||||||
|
(pt 936 352)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 856 144)
|
||||||
|
(pt 856 192)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 856 192)
|
||||||
|
(pt 856 352)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "Rs2[15..0]" (rect 816 352 863 369)(font "Intel Clear" ))
|
||||||
|
(pt 816 368)
|
||||||
|
(pt 936 368)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 856 592)
|
||||||
|
(pt 856 384)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 856 384)
|
||||||
|
(pt 936 384)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "ALU_en" (rect 890 320 927 337)(font "Intel Clear" ))
|
||||||
|
(pt 936 336)
|
||||||
|
(pt 880 336)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "EXEC2" (rect 890 400 921 417)(font "Intel Clear" ))
|
||||||
|
(pt 936 416)
|
||||||
|
(pt 880 416)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "instr[15..10]" (rect 890 384 945 401)(font "Intel Clear" ))
|
||||||
|
(pt 936 400)
|
||||||
|
(pt 880 400)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "EXEC1" (rect 506 -104 537 -87)(font "Intel Clear" ))
|
||||||
|
(pt 536 -88)
|
||||||
|
(pt 496 -88)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "CLK" (rect 506 -72 526 -55)(font "Intel Clear" ))
|
||||||
|
(pt 536 -56)
|
||||||
|
(pt 496 -56)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "CARRY" (rect 1122 352 1157 369)(font "Intel Clear" ))
|
||||||
|
(pt 1120 368)
|
||||||
|
(pt 1152 368)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "CARRY" (rect 1050 504 1085 521)(font "Intel Clear" ))
|
||||||
|
(pt 1096 520)
|
||||||
|
(pt 1040 520)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "Rd[15..0]" (rect 1050 520 1092 537)(font "Intel Clear" ))
|
||||||
|
(pt 1096 536)
|
||||||
|
(pt 1040 536)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "Rs1[15..0]" (rect 1050 536 1097 553)(font "Intel Clear" ))
|
||||||
|
(pt 1096 552)
|
||||||
|
(pt 1040 552)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "Rs2[15..0]" (rect 1050 552 1097 569)(font "Intel Clear" ))
|
||||||
|
(pt 1096 568)
|
||||||
|
(pt 1040 568)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "instr[15..0]" (rect 1048 568 1097 585)(font "Intel Clear" ))
|
||||||
|
(pt 1096 584)
|
||||||
|
(pt 1040 584)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "FETCH" (rect 1050 584 1081 601)(font "Intel Clear" ))
|
||||||
|
(pt 1096 600)
|
||||||
|
(pt 1040 600)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "EXEC1" (rect 1050 600 1081 617)(font "Intel Clear" ))
|
||||||
|
(pt 1096 616)
|
||||||
|
(pt 1040 616)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(text "EXEC2" (rect 1050 616 1081 633)(font "Intel Clear" ))
|
||||||
|
(pt 1096 632)
|
||||||
|
(pt 1040 632)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 1288 480)
|
||||||
|
(pt 1088 480)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 1096 504)
|
||||||
|
(pt 1088 504)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 1088 504)
|
||||||
|
(pt 1088 480)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 1288 320)
|
||||||
|
(pt 1288 480)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
|
(connector
|
||||||
|
(pt 1288 480)
|
||||||
|
(pt 1288 792)
|
||||||
|
(bus)
|
||||||
|
)
|
||||||
(junction (pt 504 416))
|
(junction (pt 504 416))
|
||||||
(junction (pt 504 192))
|
(junction (pt 504 192))
|
||||||
(junction (pt 520 432))
|
(junction (pt 520 432))
|
||||||
|
@ -2027,3 +2274,4 @@ refer to the applicable agreement for further details.
|
||||||
(junction (pt 856 192))
|
(junction (pt 856 192))
|
||||||
(junction (pt 872 -72))
|
(junction (pt 872 -72))
|
||||||
(junction (pt 912 -72))
|
(junction (pt 912 -72))
|
||||||
|
(junction (pt 1288 480))
|
||||||
|
|
|
@ -41,14 +41,13 @@ set_global_assignment -name DEVICE AUTO
|
||||||
set_global_assignment -name TOP_LEVEL_ENTITY CPUProject
|
set_global_assignment -name TOP_LEVEL_ENTITY CPUProject
|
||||||
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 18.1.0
|
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 18.1.0
|
||||||
set_global_assignment -name PROJECT_CREATION_TIME_DATE "12:38:11 MAY 20, 2020"
|
set_global_assignment -name PROJECT_CREATION_TIME_DATE "12:38:11 MAY 20, 2020"
|
||||||
set_global_assignment -name LAST_QUARTUS_VERSION "18.1.0 Lite Edition"
|
set_global_assignment -name LAST_QUARTUS_VERSION "18.1.0 Standard Edition"
|
||||||
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
set_global_assignment -name PROJECT_OUTPUT_DIRECTORY output_files
|
||||||
set_global_assignment -name TIMING_ANALYZER_MULTICORNER_ANALYSIS ON
|
set_global_assignment -name TIMING_ANALYZER_MULTICORNER_ANALYSIS ON
|
||||||
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
|
set_global_assignment -name NUM_PARALLEL_PROCESSORS ALL
|
||||||
set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top
|
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_FITTER_PRESERVATION_LEVEL PLACEMENT_AND_ROUTING -section_id Top
|
||||||
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
|
set_global_assignment -name PARTITION_COLOR 16764057 -section_id Top
|
||||||
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|
|
||||||
set_global_assignment -name VERILOG_FILE alu.v
|
set_global_assignment -name VERILOG_FILE alu.v
|
||||||
set_global_assignment -name MIF_FILE LUTSquares.mif
|
set_global_assignment -name MIF_FILE LUTSquares.mif
|
||||||
set_global_assignment -name BDF_FILE mul8.bdf
|
set_global_assignment -name BDF_FILE mul8.bdf
|
||||||
|
@ -66,3 +65,5 @@ set_global_assignment -name QIP_FILE LUT.qip
|
||||||
set_global_assignment -name VERILOG_FILE min.v
|
set_global_assignment -name VERILOG_FILE min.v
|
||||||
set_global_assignment -name VERILOG_FILE SM.v
|
set_global_assignment -name VERILOG_FILE SM.v
|
||||||
set_global_assignment -name VECTOR_WAVEFORM_FILE Waveform.vwf
|
set_global_assignment -name VECTOR_WAVEFORM_FILE Waveform.vwf
|
||||||
|
set_global_assignment -name BDF_FILE ALU_top.bdf
|
||||||
|
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
|
113
alu.bsf
Normal file
113
alu.bsf
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
/*
|
||||||
|
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) 2018 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 "symbol" (version "1.1"))
|
||||||
|
(symbol
|
||||||
|
(rect 16 16 224 192)
|
||||||
|
(text "alu" (rect 5 0 15 12)(font "Arial" ))
|
||||||
|
(text "inst" (rect 8 160 20 172)(font "Arial" ))
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "enable" (rect 0 0 24 12)(font "Arial" ))
|
||||||
|
(text "enable" (rect 21 27 45 39)(font "Arial" ))
|
||||||
|
(line (pt 0 32)(pt 16 32)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 48)
|
||||||
|
(input)
|
||||||
|
(text "Rs1[15..0]" (rect 0 0 40 12)(font "Arial" ))
|
||||||
|
(text "Rs1[15..0]" (rect 21 43 61 55)(font "Arial" ))
|
||||||
|
(line (pt 0 48)(pt 16 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 64)
|
||||||
|
(input)
|
||||||
|
(text "Rs2[15..0]" (rect 0 0 41 12)(font "Arial" ))
|
||||||
|
(text "Rs2[15..0]" (rect 21 59 62 71)(font "Arial" ))
|
||||||
|
(line (pt 0 64)(pt 16 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 80)
|
||||||
|
(input)
|
||||||
|
(text "Rd[15..0]" (rect 0 0 36 12)(font "Arial" ))
|
||||||
|
(text "Rd[15..0]" (rect 21 75 57 87)(font "Arial" ))
|
||||||
|
(line (pt 0 80)(pt 16 80)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 96)
|
||||||
|
(input)
|
||||||
|
(text "opcode[5..0]" (rect 0 0 48 12)(font "Arial" ))
|
||||||
|
(text "opcode[5..0]" (rect 21 91 69 103)(font "Arial" ))
|
||||||
|
(line (pt 0 96)(pt 16 96)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 112)
|
||||||
|
(input)
|
||||||
|
(text "mulresult[31..0]" (rect 0 0 59 12)(font "Arial" ))
|
||||||
|
(text "mulresult[31..0]" (rect 21 107 80 119)(font "Arial" ))
|
||||||
|
(line (pt 0 112)(pt 16 112)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 128)
|
||||||
|
(input)
|
||||||
|
(text "exec2" (rect 0 0 23 12)(font "Arial" ))
|
||||||
|
(text "exec2" (rect 21 123 44 135)(font "Arial" ))
|
||||||
|
(line (pt 0 128)(pt 16 128)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 32)
|
||||||
|
(output)
|
||||||
|
(text "mul1[15..0]" (rect 0 0 41 12)(font "Arial" ))
|
||||||
|
(text "mul1[15..0]" (rect 146 27 187 39)(font "Arial" ))
|
||||||
|
(line (pt 208 32)(pt 192 32)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 48)
|
||||||
|
(output)
|
||||||
|
(text "mul2[15..0]" (rect 0 0 42 12)(font "Arial" ))
|
||||||
|
(text "mul2[15..0]" (rect 145 43 187 55)(font "Arial" ))
|
||||||
|
(line (pt 208 48)(pt 192 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 64)
|
||||||
|
(output)
|
||||||
|
(text "Rout[15..0]" (rect 0 0 43 12)(font "Arial" ))
|
||||||
|
(text "Rout[15..0]" (rect 144 59 187 71)(font "Arial" ))
|
||||||
|
(line (pt 208 64)(pt 192 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 80)
|
||||||
|
(output)
|
||||||
|
(text "jump" (rect 0 0 18 12)(font "Arial" ))
|
||||||
|
(text "jump" (rect 169 75 187 87)(font "Arial" ))
|
||||||
|
(line (pt 208 80)(pt 192 80)(line_width 1))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 208 96)
|
||||||
|
(output)
|
||||||
|
(text "carry" (rect 0 0 22 12)(font "Arial" ))
|
||||||
|
(text "carry" (rect 165 91 187 103)(font "Arial" ))
|
||||||
|
(line (pt 208 96)(pt 192 96)(line_width 1))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(rectangle (rect 16 16 192 160)(line_width 1))
|
||||||
|
)
|
||||||
|
)
|
4
alu.v
4
alu.v
|
@ -1,4 +1,4 @@
|
||||||
module alu (enable, Rd, Rs1, Rs2, opcode, mulresult, exec2, mul1, mul2, Rout, jump, carry);
|
module alu (enable, Rs1, Rs2, Rd, opcode, mulresult, exec2, mul1, mul2, Rout, jump, carry);
|
||||||
|
|
||||||
input enable; // active LOW, disables the ALU during load/store operations so that undefined behaviour does not occur
|
input enable; // active LOW, disables the ALU during load/store operations so that undefined behaviour does not occur
|
||||||
input signed [15:0] Rd; // input destination register
|
input signed [15:0] Rd; // input destination register
|
||||||
|
@ -76,7 +76,7 @@ always @(*)
|
||||||
end
|
end
|
||||||
6'b011001: begin
|
6'b011001: begin
|
||||||
alusum = {1'b0, Rs1} - {1'b0, Rs2} + carry - {17'b00000000000000001}; // SBC Subtract w/ Carry (Rd = Rs1 - Rs2 + C - 1)
|
alusum = {1'b0, Rs1} - {1'b0, Rs2} + carry - {17'b00000000000000001}; // SBC Subtract w/ Carry (Rd = Rs1 - Rs2 + C - 1)
|
||||||
carry = slusum[16];
|
carry = alusum[16];
|
||||||
end
|
end
|
||||||
6'b011010: begin
|
6'b011010: begin
|
||||||
alusum = {1'b0, Rs1} - {17'b00000000000000001}; // SBO Subtract 1 (Rd = Rd - 1)
|
alusum = {1'b0, Rs1} - {17'b00000000000000001}; // SBO Subtract 1 (Rd = Rd - 1)
|
||||||
|
|
57
mul16.bsf
Normal file
57
mul16.bsf
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
/*
|
||||||
|
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) 2018 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 "symbol" (version "1.2"))
|
||||||
|
(symbol
|
||||||
|
(rect 16 16 216 112)
|
||||||
|
(text "mul16" (rect 5 0 43 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "inst" (rect 8 75 24 92)(font "Intel Clear" ))
|
||||||
|
(port
|
||||||
|
(pt 0 32)
|
||||||
|
(input)
|
||||||
|
(text "CLOCK" (rect 0 0 41 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "CLOCK" (rect 21 27 62 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 32)(pt 16 32))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 48)
|
||||||
|
(input)
|
||||||
|
(text "A[15..0]" (rect 0 0 47 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "A[15..0]" (rect 21 43 68 62)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 48)(pt 16 48)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 0 64)
|
||||||
|
(input)
|
||||||
|
(text "B[15..0]" (rect 0 0 47 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "B[15..0]" (rect 21 59 68 78)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 0 64)(pt 16 64)(line_width 3))
|
||||||
|
)
|
||||||
|
(port
|
||||||
|
(pt 200 32)
|
||||||
|
(output)
|
||||||
|
(text "PRODUCT[31..0]" (rect 0 0 100 19)(font "Intel Clear" (font_size 8)))
|
||||||
|
(text "PRODUCT[31..0]" (rect 79 27 179 46)(font "Intel Clear" (font_size 8)))
|
||||||
|
(line (pt 200 32)(pt 184 32)(line_width 3))
|
||||||
|
)
|
||||||
|
(drawing
|
||||||
|
(rectangle (rect 16 16 184 80))
|
||||||
|
)
|
||||||
|
)
|
Loading…
Reference in a new issue