-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbus_combine.bdf
executable file
·96 lines (96 loc) · 3.05 KB
/
bus_combine.bdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
/*
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-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.
*/
(header "graphic" (version "1.3"))
(pin
(input)
(rect 112 64 280 80)
(text "INPUT" (rect 133 0 161 10)(font "Arial" (font_size 6)))
(text "old_data_in[0..4]" (rect 5 0 86 12)(font "Arial" ))
(pt 168 8)
(connected_pin (pt 0 0))
(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 24 288 40)
(text "INPUT" (rect 141 0 169 10)(font "Arial" (font_size 6)))
(text "new_data_in[0..3]" (rect 5 0 91 12)(font "Arial" ))
(pt 176 8)
(connected_pin (pt 0 0))
(drawing
(line (pt 100 12)(pt 125 12)(line_width 1))
(line (pt 100 4)(pt 125 4)(line_width 1))
(line (pt 129 8)(pt 176 8)(line_width 1))
(line (pt 100 12)(pt 100 4)(line_width 1))
(line (pt 125 4)(pt 129 8)(line_width 1))
(line (pt 125 12)(pt 129 8)(line_width 1))
)
(text "VCC" (rect 144 7 164 17)(font "Arial" (font_size 6)))
)
(pin
(output)
(rect 688 248 704 424)
(text "OUTPUT" (rect 0 1 10 39)(font "Arial" (font_size 6))(vertical))
(text "data_out[0..8]" (rect 0 90 12 158)(font "Arial" )(vertical))
(pt 8 0)
(connected_pin (pt 0 0))
(drawing
(line (pt 8 0)(pt 8 52)(line_width 1))
(line (pt 4 52)(pt 4 78)(line_width 1))
(line (pt 12 52)(pt 12 78)(line_width 1))
(line (pt 12 52)(pt 4 52)(line_width 1))
(line (pt 4 78)(pt 8 82)(line_width 1))
(line (pt 8 82)(pt 12 78)(line_width 1))
(line (pt 12 78)(pt 8 82)(line_width 1))
)
(flipy_rotate90)
)
(connector
(pt 696 176)
(pt 696 248)
(bus)
)
(connector
(text "old_data[1..4],new_data[3..0],new_data[0]" (rect 664 160 869 172)(font "Arial" ))
(pt 664 176)
(pt 696 176)
(bus)
)
(connector
(text "new_data[0..3]" (rect 298 16 369 28)(font "Arial" ))
(pt 288 32)
(pt 384 32)
(bus)
)
(connector
(text "old_data[0..4]" (rect 290 56 357 68)(font "Arial" ))
(pt 280 72)
(pt 344 72)
(bus)
)