Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oran Garrity
vlsilab21_garrity_mikschl
Commits
17fba0a5
Commit
17fba0a5
authored
Mar 22, 2021
by
Oran Garrity
Browse files
binto7segment_truthtable modify
parent
69670945
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/binto7segment_truthtable.vhd
View file @
17fba0a5
...
...
@@ -42,17 +42,17 @@ BEGIN
-- index | number displayed
-- 6543210 |
--------------------------------------------
"1
00000
0"
WHEN
"0000"
,
-- 0
"
11
1100
1
"
WHEN
"0001"
,
-- 1
"
0100100
"
WHEN
"0010"
,
-- 2
"
0
1100
00
"
WHEN
"0011"
,
-- 3
"0001
00
1"
WHEN
"0100"
,
-- 4
"
0010010
"
WHEN
"0101"
,
-- 5
"
00000
10"
WHEN
"0110"
,
-- 6
"
0
111000"
WHEN
"0111"
,
-- 7
"
0000000
"
WHEN
"1000"
,
-- 8
"
0010000
"
WHEN
"1001"
,
-- 9
"
00
001
1
0"
WHEN
OTHERS
;
-- displays Symbol 'E' for ERROR
"1
11111
0"
WHEN
"0000"
,
-- 0
"
0
1100
00
"
WHEN
"0001"
,
-- 1
"
1101101
"
WHEN
"0010"
,
-- 2
"
11
1100
1
"
WHEN
"0011"
,
-- 3
"0
11
0011"
WHEN
"0100"
,
-- 4
"
1011011
"
WHEN
"0101"
,
-- 5
"
1111
10
1
"
WHEN
"0110"
,
-- 6
"111000
0
"
WHEN
"0111"
,
-- 7
"
1111111
"
WHEN
"1000"
,
-- 8
"
1111011
"
WHEN
"1001"
,
-- 9
"
1
001
00
0"
WHEN
OTHERS
;
-- displays Symbol 'E' for ERROR
END
truthtable
;
-------------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment