Skip to content

Commit 656696f

Browse files
committed
如果採用,此提交將完成第六章第二節工作項目四
修改項目: 修正上一個commit所提出的問題,完成第六章第二節工作項目四。 重新佈線與整理。 另外修正測試電路的使用。 模組: 議題38
1 parent eee9487 commit 656696f

29 files changed

+6561
-804
lines changed

Digital_Logic_Practice/CH6/CH6-2/BCD_seven_seg_seven_four_two_four_eight_error.bdf

Lines changed: 771 additions & 408 deletions
Large diffs are not rendered by default.

Digital_Logic_Practice/CH6/CH6-2/BCD_seven_seg_seven_four_two_four_eight_error.vwf

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ SIGNAL("S4")
213213
PARENT = "";
214214
}
215215

216-
GROUP("Input")
217-
{
218-
MEMBERS = "D", "C", "B", "A";
219-
}
220-
221216
GROUP("TEST")
222217
{
223218
MEMBERS = "BI_RBO", "RBI", "LT";
@@ -233,16 +228,21 @@ GROUP("S")
233228
MEMBERS = "S1", "S2", "S3", "S4";
234229
}
235230

231+
GROUP("Input")
232+
{
233+
MEMBERS = "D", "C", "B", "A";
234+
}
235+
236236
TRANSITION_LIST("A")
237237
{
238238
NODE
239239
{
240240
REPEAT = 1;
241241
NODE
242242
{
243-
REPEAT = 1;
244-
LEVEL 0 FOR 8000.0;
245-
LEVEL 1 FOR 8000.0;
243+
REPEAT = 8;
244+
LEVEL 0 FOR 1000.0;
245+
LEVEL 1 FOR 1000.0;
246246
}
247247
LEVEL X FOR 2000.0;
248248
LEVEL 0 FOR 1000.0;
@@ -256,9 +256,9 @@ TRANSITION_LIST("B")
256256
REPEAT = 1;
257257
NODE
258258
{
259-
REPEAT = 2;
260-
LEVEL 0 FOR 4000.0;
261-
LEVEL 1 FOR 4000.0;
259+
REPEAT = 4;
260+
LEVEL 0 FOR 2000.0;
261+
LEVEL 1 FOR 2000.0;
262262
}
263263
LEVEL X FOR 2000.0;
264264
LEVEL 0 FOR 1000.0;
@@ -283,9 +283,9 @@ TRANSITION_LIST("C")
283283
REPEAT = 1;
284284
NODE
285285
{
286-
REPEAT = 4;
287-
LEVEL 0 FOR 2000.0;
288-
LEVEL 1 FOR 2000.0;
286+
REPEAT = 2;
287+
LEVEL 0 FOR 4000.0;
288+
LEVEL 1 FOR 4000.0;
289289
}
290290
LEVEL X FOR 2000.0;
291291
LEVEL 0 FOR 1000.0;
@@ -299,9 +299,9 @@ TRANSITION_LIST("D")
299299
REPEAT = 1;
300300
NODE
301301
{
302-
REPEAT = 8;
303-
LEVEL 0 FOR 1000.0;
304-
LEVEL 1 FOR 1000.0;
302+
REPEAT = 1;
303+
LEVEL 0 FOR 8000.0;
304+
LEVEL 1 FOR 8000.0;
305305
}
306306
LEVEL X FOR 2000.0;
307307
LEVEL 0 FOR 1000.0;

Digital_Logic_Practice/CH6/CH6-2/simulation/modelsim/BCD_seven_seg_seven_four_two_four_eight_error.vho

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
-- PROGRAM "Quartus II 64-Bit"
1818
-- VERSION "Version 15.0.2 Build 153 07/15/2015 SJ Web Edition"
1919

20-
-- DATE "10/22/2020 17:29:39"
20+
-- DATE "10/23/2020 15:45:45"
2121

2222
--
2323
-- Device: Altera 5CGXFC7C7F23C8 Package FBGA484
@@ -37,10 +37,10 @@ USE IEEE.STD_LOGIC_1164.ALL;
3737
ENTITY BCD_seven_seg_seven_four_two_four_eight_error IS
3838
PORT (
3939
OA : OUT std_logic;
40+
A : IN std_logic;
4041
B : IN std_logic;
41-
D : IN std_logic;
4242
C : IN std_logic;
43-
A : IN std_logic;
43+
D : IN std_logic;
4444
RBI : IN std_logic;
4545
LT : IN std_logic;
4646
BI_RBO : IN std_logic;
@@ -89,10 +89,10 @@ SIGNAL ww_devoe : std_logic;
8989
SIGNAL ww_devclrn : std_logic;
9090
SIGNAL ww_devpor : std_logic;
9191
SIGNAL ww_OA : std_logic;
92+
SIGNAL ww_A : std_logic;
9293
SIGNAL ww_B : std_logic;
93-
SIGNAL ww_D : std_logic;
9494
SIGNAL ww_C : std_logic;
95-
SIGNAL ww_A : std_logic;
95+
SIGNAL ww_D : std_logic;
9696
SIGNAL ww_RBI : std_logic;
9797
SIGNAL ww_LT : std_logic;
9898
SIGNAL ww_BI_RBO : std_logic;
@@ -115,31 +115,31 @@ SIGNAL \BI_RBO~input_o\ : std_logic;
115115
SIGNAL \RBI~input_o\ : std_logic;
116116
SIGNAL \inst|57~0_combout\ : std_logic;
117117
SIGNAL \LT~input_o\ : std_logic;
118-
SIGNAL \inst22~0_combout\ : std_logic;
119-
SIGNAL \inst|93~0_combout\ : std_logic;
120-
SIGNAL \inst|92~0_combout\ : std_logic;
121-
SIGNAL \inst23~0_combout\ : std_logic;
122-
SIGNAL \inst24~0_combout\ : std_logic;
123-
SIGNAL \inst25~0_combout\ : std_logic;
124-
SIGNAL \inst25~1_combout\ : std_logic;
125-
SIGNAL \inst26~0_combout\ : std_logic;
118+
SIGNAL \inst35~0_combout\ : std_logic;
119+
SIGNAL \inst13~0_combout\ : std_logic;
120+
SIGNAL \inst21~0_combout\ : std_logic;
121+
SIGNAL \inst9~0_combout\ : std_logic;
122+
SIGNAL \inst10~0_combout\ : std_logic;
123+
SIGNAL \inst11~0_combout\ : std_logic;
124+
SIGNAL \inst11~1_combout\ : std_logic;
125+
SIGNAL \inst12~0_combout\ : std_logic;
126126
SIGNAL \ALT_INV_LT~input_o\ : std_logic;
127127
SIGNAL \ALT_INV_RBI~input_o\ : std_logic;
128128
SIGNAL \ALT_INV_BI_RBO~input_o\ : std_logic;
129129
SIGNAL \ALT_INV_A~input_o\ : std_logic;
130130
SIGNAL \ALT_INV_C~input_o\ : std_logic;
131131
SIGNAL \ALT_INV_D~input_o\ : std_logic;
132132
SIGNAL \ALT_INV_B~input_o\ : std_logic;
133-
SIGNAL \ALT_INV_inst25~0_combout\ : std_logic;
133+
SIGNAL \ALT_INV_inst11~0_combout\ : std_logic;
134134
SIGNAL \inst|ALT_INV_57~0_combout\ : std_logic;
135135

136136
BEGIN
137137

138138
OA <= ww_OA;
139+
ww_A <= A;
139140
ww_B <= B;
140-
ww_D <= D;
141141
ww_C <= C;
142-
ww_A <= A;
142+
ww_D <= D;
143143
ww_RBI <= RBI;
144144
ww_LT <= LT;
145145
ww_BI_RBO <= BI_RBO;
@@ -163,7 +163,7 @@ ww_devpor <= devpor;
163163
\ALT_INV_C~input_o\ <= NOT \C~input_o\;
164164
\ALT_INV_D~input_o\ <= NOT \D~input_o\;
165165
\ALT_INV_B~input_o\ <= NOT \B~input_o\;
166-
\ALT_INV_inst25~0_combout\ <= NOT \inst25~0_combout\;
166+
\ALT_INV_inst11~0_combout\ <= NOT \inst11~0_combout\;
167167
\inst|ALT_INV_57~0_combout\ <= NOT \inst|57~0_combout\;
168168

169169
-- Location: IOOBUF_X89_Y38_N39
@@ -175,7 +175,7 @@ GENERIC MAP (
175175
shift_series_termination_control => "false")
176176
-- pragma translate_on
177177
PORT MAP (
178-
i => \inst22~0_combout\,
178+
i => \inst35~0_combout\,
179179
devoe => ww_devoe,
180180
o => ww_OA);
181181

@@ -188,7 +188,7 @@ GENERIC MAP (
188188
shift_series_termination_control => "false")
189189
-- pragma translate_on
190190
PORT MAP (
191-
i => \inst|93~0_combout\,
191+
i => \inst13~0_combout\,
192192
devoe => ww_devoe,
193193
o => ww_OB);
194194

@@ -201,7 +201,7 @@ GENERIC MAP (
201201
shift_series_termination_control => "false")
202202
-- pragma translate_on
203203
PORT MAP (
204-
i => \inst|92~0_combout\,
204+
i => \inst21~0_combout\,
205205
devoe => ww_devoe,
206206
o => ww_OC);
207207

@@ -214,7 +214,7 @@ GENERIC MAP (
214214
shift_series_termination_control => "false")
215215
-- pragma translate_on
216216
PORT MAP (
217-
i => \inst23~0_combout\,
217+
i => \inst9~0_combout\,
218218
devoe => ww_devoe,
219219
o => ww_OD);
220220

@@ -227,7 +227,7 @@ GENERIC MAP (
227227
shift_series_termination_control => "false")
228228
-- pragma translate_on
229229
PORT MAP (
230-
i => \inst24~0_combout\,
230+
i => \inst10~0_combout\,
231231
devoe => ww_devoe,
232232
o => ww_OE);
233233

@@ -240,7 +240,7 @@ GENERIC MAP (
240240
shift_series_termination_control => "false")
241241
-- pragma translate_on
242242
PORT MAP (
243-
i => \inst25~1_combout\,
243+
i => \inst11~1_combout\,
244244
devoe => ww_devoe,
245245
o => \ww_OF\);
246246

@@ -253,7 +253,7 @@ GENERIC MAP (
253253
shift_series_termination_control => "false")
254254
-- pragma translate_on
255255
PORT MAP (
256-
i => \inst26~0_combout\,
256+
i => \inst12~0_combout\,
257257
devoe => ww_devoe,
258258
o => ww_OG);
259259

@@ -408,9 +408,9 @@ PORT MAP (
408408
o => \LT~input_o\);
409409

410410
-- Location: LABCELL_X88_Y37_N36
411-
\inst22~0\ : cyclonev_lcell_comb
411+
\inst35~0\ : cyclonev_lcell_comb
412412
-- Equation(s):
413-
-- \inst22~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\inst|57~0_combout\)) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst|57~0_combout\) ) ) ) # ( !\B~input_o\
413+
-- \inst35~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\inst|57~0_combout\)) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst|57~0_combout\) ) ) ) # ( !\B~input_o\
414414
-- & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & (!\C~input_o\ $ (\A~input_o\)))) ) ) )
415415

416416
-- pragma translate_off
@@ -426,18 +426,18 @@ PORT MAP (
426426
datad => \ALT_INV_LT~input_o\,
427427
datae => \ALT_INV_B~input_o\,
428428
dataf => \ALT_INV_D~input_o\,
429-
combout => \inst22~0_combout\);
429+
combout => \inst35~0_combout\);
430430

431431
-- Location: LABCELL_X88_Y37_N12
432-
\inst|93~0\ : cyclonev_lcell_comb
432+
\inst13~0\ : cyclonev_lcell_comb
433433
-- Equation(s):
434-
-- \inst|93~0_combout\ = ( !\B~input_o\ & ( \D~input_o\ & ( (!\C~input_o\ & (((!\LT~input_o\)) # (\inst|57~0_combout\))) # (\C~input_o\ & (\inst|57~0_combout\ & (!\A~input_o\))) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) #
435-
-- ((\inst|57~0_combout\ & ((!\C~input_o\) # (\A~input_o\)))) ) ) ) # ( !\B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((!\C~input_o\) # (!\A~input_o\)))) ) ) )
434+
-- \inst13~0_combout\ = ( !\B~input_o\ & ( \D~input_o\ & ( (!\C~input_o\ & ((!\LT~input_o\) # (\inst|57~0_combout\))) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((!\C~input_o\) # (\A~input_o\)))) ) ) ) # (
435+
-- !\B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((!\C~input_o\) # (!\A~input_o\)))) ) ) )
436436

437437
-- pragma translate_off
438438
GENERIC MAP (
439439
extended_lut => "off",
440-
lut_mask => "1111111100110010111111110010001110111010001100100000000000000000",
440+
lut_mask => "1111111100110010111111110010001110101010001000100000000000000000",
441441
shared_arith => "off")
442442
-- pragma translate_on
443443
PORT MAP (
@@ -447,18 +447,18 @@ PORT MAP (
447447
datad => \ALT_INV_LT~input_o\,
448448
datae => \ALT_INV_B~input_o\,
449449
dataf => \ALT_INV_D~input_o\,
450-
combout => \inst|93~0_combout\);
450+
combout => \inst13~0_combout\);
451451

452452
-- Location: LABCELL_X88_Y37_N48
453-
\inst|92~0\ : cyclonev_lcell_comb
453+
\inst21~0\ : cyclonev_lcell_comb
454454
-- Equation(s):
455-
-- \inst|92~0_combout\ = ( \B~input_o\ & ( \D~input_o\ & ( (!\C~input_o\ & (\inst|57~0_combout\ & \A~input_o\)) ) ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( (!\C~input_o\ & ((!\LT~input_o\) # (\inst|57~0_combout\))) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & (
456-
-- (!\LT~input_o\) # ((\inst|57~0_combout\ & ((\A~input_o\) # (\C~input_o\)))) ) ) ) # ( !\B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst|57~0_combout\) ) ) )
455+
-- \inst21~0_combout\ = ( !\B~input_o\ & ( \D~input_o\ & ( (!\C~input_o\ & ((!\LT~input_o\) # (\inst|57~0_combout\))) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((\A~input_o\) # (\C~input_o\)))) ) ) ) # (
456+
-- !\B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst|57~0_combout\) ) ) )
457457

458458
-- pragma translate_off
459459
GENERIC MAP (
460460
extended_lut => "off",
461-
lut_mask => "1111111100110011111111110001001110101010001000100000001000000010",
461+
lut_mask => "1111111100110011111111110001001110101010001000100000000000000000",
462462
shared_arith => "off")
463463
-- pragma translate_on
464464
PORT MAP (
@@ -468,12 +468,12 @@ PORT MAP (
468468
datad => \ALT_INV_LT~input_o\,
469469
datae => \ALT_INV_B~input_o\,
470470
dataf => \ALT_INV_D~input_o\,
471-
combout => \inst|92~0_combout\);
471+
combout => \inst21~0_combout\);
472472

473473
-- Location: LABCELL_X88_Y37_N24
474-
\inst23~0\ : cyclonev_lcell_comb
474+
\inst9~0\ : cyclonev_lcell_comb
475475
-- Equation(s):
476-
-- \inst23~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\inst|57~0_combout\)) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((!\C~input_o\) #
476+
-- \inst9~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\inst|57~0_combout\)) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((!\C~input_o\) #
477477
-- (!\A~input_o\)))) ) ) ) # ( !\B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & (!\C~input_o\ $ (\A~input_o\)))) ) ) )
478478

479479
-- pragma translate_off
@@ -489,12 +489,12 @@ PORT MAP (
489489
datad => \ALT_INV_LT~input_o\,
490490
datae => \ALT_INV_B~input_o\,
491491
dataf => \ALT_INV_D~input_o\,
492-
combout => \inst23~0_combout\);
492+
combout => \inst9~0_combout\);
493493

494494
-- Location: LABCELL_X88_Y37_N0
495-
\inst24~0\ : cyclonev_lcell_comb
495+
\inst10~0\ : cyclonev_lcell_comb
496496
-- Equation(s):
497-
-- \inst24~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # ((\inst|57~0_combout\ & !\A~input_o\))) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ &
497+
-- \inst10~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # ((\inst|57~0_combout\ & !\A~input_o\))) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ &
498498
-- !\A~input_o\)) ) ) ) # ( !\B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((!\C~input_o\ & (\inst|57~0_combout\ & !\A~input_o\))) ) ) )
499499

500500
-- pragma translate_off
@@ -510,12 +510,12 @@ PORT MAP (
510510
datad => \ALT_INV_LT~input_o\,
511511
datae => \ALT_INV_B~input_o\,
512512
dataf => \ALT_INV_D~input_o\,
513-
combout => \inst24~0_combout\);
513+
combout => \inst10~0_combout\);
514514

515515
-- Location: LABCELL_X88_Y37_N6
516-
\inst25~0\ : cyclonev_lcell_comb
516+
\inst11~0\ : cyclonev_lcell_comb
517517
-- Equation(s):
518-
-- \inst25~0_combout\ = ( \BI_RBO~input_o\ & ( \RBI~input_o\ & ( (!\C~input_o\ & (!\B~input_o\ & ((!\A~input_o\) # (\D~input_o\)))) # (\C~input_o\ & (!\D~input_o\ & ((!\A~input_o\) # (!\B~input_o\)))) ) ) ) # ( !\BI_RBO~input_o\ & ( \RBI~input_o\ & (
518+
-- \inst11~0_combout\ = ( \BI_RBO~input_o\ & ( \RBI~input_o\ & ( (!\C~input_o\ & (!\B~input_o\ & ((!\A~input_o\) # (\D~input_o\)))) # (\C~input_o\ & (!\D~input_o\ & ((!\A~input_o\) # (!\B~input_o\)))) ) ) ) # ( !\BI_RBO~input_o\ & ( \RBI~input_o\ & (
519519
-- (\C~input_o\ & (\D~input_o\ & ((!\A~input_o\) # (!\B~input_o\)))) ) ) ) # ( \BI_RBO~input_o\ & ( !\RBI~input_o\ & ( (!\C~input_o\ & (\D~input_o\ & ((!\B~input_o\)))) # (\C~input_o\ & (!\D~input_o\ & ((!\A~input_o\) # (!\B~input_o\)))) ) ) ) # (
520520
-- !\BI_RBO~input_o\ & ( !\RBI~input_o\ & ( (\C~input_o\ & (\D~input_o\ & ((!\A~input_o\) # (!\B~input_o\)))) ) ) )
521521

@@ -532,13 +532,13 @@ PORT MAP (
532532
datad => \ALT_INV_B~input_o\,
533533
datae => \ALT_INV_BI_RBO~input_o\,
534534
dataf => \ALT_INV_RBI~input_o\,
535-
combout => \inst25~0_combout\);
535+
combout => \inst11~0_combout\);
536536

537537
-- Location: LABCELL_X88_Y37_N42
538-
\inst25~1\ : cyclonev_lcell_comb
538+
\inst11~1\ : cyclonev_lcell_comb
539539
-- Equation(s):
540-
-- \inst25~1_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\C~input_o\)) # (\inst25~0_combout\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst25~0_combout\) ) ) ) # ( !\B~input_o\ &
541-
-- ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst25~0_combout\) ) ) )
540+
-- \inst11~1_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\C~input_o\)) # (\inst11~0_combout\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst11~0_combout\) ) ) ) # ( !\B~input_o\ &
541+
-- ( !\D~input_o\ & ( (!\LT~input_o\) # (\inst11~0_combout\) ) ) )
542542

543543
-- pragma translate_off
544544
GENERIC MAP (
@@ -547,17 +547,17 @@ GENERIC MAP (
547547
shared_arith => "off")
548548
-- pragma translate_on
549549
PORT MAP (
550-
datab => \ALT_INV_inst25~0_combout\,
550+
datab => \ALT_INV_inst11~0_combout\,
551551
datac => \ALT_INV_C~input_o\,
552552
datad => \ALT_INV_LT~input_o\,
553553
datae => \ALT_INV_B~input_o\,
554554
dataf => \ALT_INV_D~input_o\,
555-
combout => \inst25~1_combout\);
555+
combout => \inst11~1_combout\);
556556

557557
-- Location: LABCELL_X88_Y37_N18
558-
\inst26~0\ : cyclonev_lcell_comb
558+
\inst12~0\ : cyclonev_lcell_comb
559559
-- Equation(s):
560-
-- \inst26~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\inst|57~0_combout\)) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((!\C~input_o\) #
560+
-- \inst12~0_combout\ = ( \B~input_o\ & ( \D~input_o\ ) ) # ( !\B~input_o\ & ( \D~input_o\ & ( ((!\LT~input_o\) # (\inst|57~0_combout\)) # (\C~input_o\) ) ) ) # ( \B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\inst|57~0_combout\ & ((!\C~input_o\) #
561561
-- (!\A~input_o\)))) ) ) ) # ( !\B~input_o\ & ( !\D~input_o\ & ( (!\LT~input_o\) # ((\C~input_o\ & \inst|57~0_combout\)) ) ) )
562562

563563
-- pragma translate_off
@@ -573,7 +573,7 @@ PORT MAP (
573573
datad => \ALT_INV_LT~input_o\,
574574
datae => \ALT_INV_B~input_o\,
575575
dataf => \ALT_INV_D~input_o\,
576-
combout => \inst26~0_combout\);
576+
combout => \inst12~0_combout\);
577577

578578
-- Location: LABCELL_X10_Y68_N3
579579
\~QUARTUS_CREATED_GND~I\ : cyclonev_lcell_comb

0 commit comments

Comments
 (0)