A task level programmable processor:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Abschlussarbeit Buch |
Sprache: | English |
Veröffentlicht: |
Duisburg
WiKu-Verl.
2006
|
Schlagworte: | |
Online-Zugang: | A task level programmable processor Inhaltsverzeichnis |
Beschreibung: | XI, 127 S. graph. Darst. 210 mm x 138 mm |
ISBN: | 9783865531704 3865531709 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022757491 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 070912s2006 d||| m||| 00||| eng d | ||
015 | |a 06,N48,0018 |2 dnb | ||
020 | |a 9783865531704 |c Pb. : EUR 32.65 |9 978-3-86553-170-4 | ||
020 | |a 3865531709 |c Pb. : EUR 32.65 |9 3-86553-170-9 | ||
024 | 3 | |a 9783865531704 | |
035 | |a (OCoLC)180959194 | ||
035 | |a (DE-599)BVBBV022757491 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-29T |a DE-188 | ||
082 | 0 | |a 621.392028543 |2 22/ger | |
084 | |a 620 |2 sdnb | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Seidel, Hendrik |e Verfasser |0 (DE-588)132363445 |4 aut | |
245 | 1 | 0 | |a A task level programmable processor |c Hendrik Seidel |
246 | 1 | 0 | |a task-level programmable processor |
264 | 1 | |a Duisburg |b WiKu-Verl. |c 2006 | |
300 | |a XI, 127 S. |b graph. Darst. |c 210 mm x 138 mm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
502 | |a Dresden, Techn. Univ., Diss., 2006 | ||
650 | 0 | 7 | |a Task |0 (DE-588)4135913-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mikroprozessor |0 (DE-588)4039232-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Mehrprozessorsystem |0 (DE-588)4038397-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmierung |0 (DE-588)4076370-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a HDTV |0 (DE-588)4191818-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computerarchitektur |0 (DE-588)4048717-9 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4113937-9 |a Hochschulschrift |2 gnd-content | |
689 | 0 | 0 | |a Computerarchitektur |0 (DE-588)4048717-9 |D s |
689 | 0 | 1 | |a Mikroprozessor |0 (DE-588)4039232-6 |D s |
689 | 0 | 2 | |a Task |0 (DE-588)4135913-6 |D s |
689 | 0 | 3 | |a Programmierung |0 (DE-588)4076370-5 |D s |
689 | 0 | 4 | |a Mehrprozessorsystem |0 (DE-588)4038397-0 |D s |
689 | 0 | 5 | |a HDTV |0 (DE-588)4191818-6 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | |u http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1770186&custom_att_2=simple_viewer |y A task level programmable processor |3 Inhaltsverzeichnis | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015963125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015963125 |
Datensatz im Suchindex
_version_ | 1804137005118914560 |
---|---|
adam_text | Contents
List of Figures vi
List of Tables viii
List of Listings ix
1 Introduction 1
1.1 Low Power Parameters 2
1.2 Data level Parallelism 3
1.3 Instruction level Parallelism 4
1.4 Task level Parallelism 5
1.5 Application Domain: Video G
1.6 Contributions of this thesis 7
1.7 Thesis Overview 8
2 Background 9
2.1 Processor Architecture Evolution 9
2.1.1 ISA 10
2.1.2 Pipelining 12
2.1.3 Parallelism 15
2.1.4 Dependeneies 18
2.2 Memory Allocation 19
2.3 Related Work 20
2.3.1 Stream Processors 21
2.3.2 Media Processing Engines 23
2.4 Motivation for a new DSP Architecture 24
3 Streamlined Compute Modules 26
3.1 Overview 26
3.2 Levels of Parallelism 28
3.3 Pipelining 30
3.4 Explicit Bypass Network Control 31
3.5 Power Saving 33
3.6 Summary 34
4 8BFT: Processor Architecture 35
4.1 Hardware 35
4.1.1 Requirements 36
4.1.2 Architecture Overview 40
4.1.3 Building Blocks 42
4.1.4 Summary 51
4.2 Programming Model 51
4.2.1 Task level Programming Single Issue 54
4.2.2 Task level Programming Multiple Issues 64
4.3 Real Time Scheduling Engine 78
4.3.1 Levels of Parallelism 78
4.3.2 Task Issuing Pipeline 83
4.3.3 Summary 84
5 Results 86
5.1 Power and Area 86
5.1.1 OFDM DSP 87
5.1.2 SAMIRA DSP 88
5.1.3 Fixed Point 93
5.2 8BFT: Processor Architecture 98
5.2.1 Speed up 99
5.3 Putting It Together 103
6 Summary 110
Bibliography 112
A Appendix 121
A.l Moving JPEG 121
A.2 Pipelined Task Execution 122
A.3 Design Flow 125
List of Figures
1.1 H.264 decoder 6
2.1 MOS6502 architecture 14
2.2 MIPS pipeline 14
2.3 Instruction issuing algorithm 17
2.4 RAW,WAR and WAW data dependencies 18
3.1 Compute module design template 28
3.2 RISC like datapath using design template 29
3.3 Simple RISC datapath 32
4.1 Example for parallel execution of multiple macroblocks ... 39
4.2 8BFT processor architecture 41
4.3 Compute module 44
4.4 Task description packet 45
4.5 Communication resource 46
4.6 Block diagram of a DDR SDRAM 48
4.7 DDR2 SDRAM Timing diagram 49
4.8 Simplified model of the processor hardware 52
4.9 Tasks mapped on the 8BFT 53
4.10 Simple FFT execution 55
4.11 FFT execution on the 8BFT processor 55
4.12 Unpipelined execution of tasks 57
4.14 Tree representation of simple video pipeline 58
4.13 Simple video pipeline 58
4.15 Overview of the Real Time Scheduling Engine 77
4.16 Two sets of three data dependent tasks 79
4.17 Acyclic directed dependency graph of tasks 81
5.1 OFDM DSP: Block diagram 87
5.2 OFDM DSP: Layout 88
5.3 SAMIRA DSP: GDSII plot 89
5.4 SAMIRA DSP: packaged in a PQFP120 89
5.5 SAMIRA DSP: Block diagram 90
5.6 SAMIRA DSP: Area consumption pie diagram 96
5.7 SAMIRA DSP: Power consumption pie diagram 96
5.8 SAMIRA DSP (fixed point, 4 way): Area consumption pie
diagram 97
5.9 SAMIRA DSP (fixed point, 4 way): Power consumption pie
diagram 97
5.10 Run time scheduler Simulation (1) 104
5.11 Run time scheduler Simulation (2) 105
5.12 Run time scheduler Simulation (3) 106
5.13 Run time scheduler Simulation (4) 107
5.14 H.264 decoder Simulation (1) 108
5.15 H.264 decoder Simulation (2) 109
A.l block diagram of moving jpeg decoder 121
A.2 Design Flow for the 8BFT processor 127
List of Tables
4.1 A pipelined implementation of the task tree 60
4.2 A pipelined implementation of the task tree using bypassing 61
4.3 Data dependencies of memory blocks (1) 65
4.4 Data dependencies of memory blocks (2) 66
4.5 Linked lists stored in the memory 73
5.1 Samira DSP: Description of Functional Units 91
5.2 SAMIRA DSP: area and power consumption 92
5.3 SAMIRA DSP (floating point, 4 way): Area and Power . . 95
5.4 SAMIRA DSP (fixed point, 4 way): Area and Power .... 98
List of Listings
2.1 KernelC example 22
4.1 Small assembly program 56
4.2 Example for data dependencies between meinory Blocks ... 75
4.3 Example for data dependencies between meinory blocks, 8BFT
implementation 76
4.4 Control code for a task set 82
5.1 Run time scheduler Simulation (1) 100
5.2 Run time scheduler Simulation (2) 102
5.3 Run time scheduler Simulation (3) 102
|
adam_txt |
Contents
List of Figures vi
List of Tables viii
List of Listings ix
1 Introduction 1
1.1 Low Power Parameters 2
1.2 Data level Parallelism 3
1.3 Instruction level Parallelism 4
1.4 Task level Parallelism 5
1.5 Application Domain: Video G
1.6 Contributions of this thesis 7
1.7 Thesis Overview 8
2 Background 9
2.1 Processor Architecture Evolution 9
2.1.1 ISA 10
2.1.2 Pipelining 12
2.1.3 Parallelism 15
2.1.4 Dependeneies 18
2.2 Memory Allocation 19
2.3 Related Work 20
2.3.1 Stream Processors 21
2.3.2 Media Processing Engines 23
2.4 Motivation for a new DSP Architecture 24
3 Streamlined Compute Modules 26
3.1 Overview 26
3.2 Levels of Parallelism 28
3.3 Pipelining 30
3.4 Explicit Bypass Network Control 31
3.5 Power Saving 33
3.6 Summary 34
4 8BFT: Processor Architecture 35
4.1 Hardware 35
4.1.1 Requirements 36
4.1.2 Architecture Overview 40
4.1.3 Building Blocks 42
4.1.4 Summary 51
4.2 Programming Model 51
4.2.1 Task level Programming Single Issue 54
4.2.2 Task level Programming Multiple Issues 64
4.3 Real Time Scheduling Engine 78
4.3.1 Levels of Parallelism 78
4.3.2 Task Issuing Pipeline 83
4.3.3 Summary 84
5 Results 86
5.1 Power and Area 86
5.1.1 OFDM DSP 87
5.1.2 SAMIRA DSP 88
5.1.3 Fixed Point 93
5.2 8BFT: Processor Architecture 98
5.2.1 Speed up 99
5.3 Putting It Together 103
6 Summary 110
Bibliography 112
A Appendix 121
A.l Moving JPEG 121
A.2 Pipelined Task Execution 122
A.3 Design Flow 125
List of Figures
1.1 H.264 decoder 6
2.1 MOS6502 architecture 14
2.2 MIPS pipeline 14
2.3 Instruction issuing algorithm 17
2.4 RAW,WAR and WAW data dependencies 18
3.1 Compute module design template 28
3.2 RISC like datapath using design template 29
3.3 Simple RISC datapath 32
4.1 Example for parallel execution of multiple macroblocks . 39
4.2 8BFT processor architecture 41
4.3 Compute module 44
4.4 Task description packet 45
4.5 Communication resource 46
4.6 Block diagram of a DDR SDRAM 48
4.7 DDR2 SDRAM Timing diagram 49
4.8 Simplified model of the processor hardware 52
4.9 Tasks mapped on the 8BFT 53
4.10 Simple FFT execution 55
4.11 FFT execution on the 8BFT processor 55
4.12 Unpipelined execution of tasks 57
4.14 Tree representation of simple video pipeline 58
4.13 Simple video pipeline 58
4.15 Overview of the Real Time Scheduling Engine 77
4.16 Two sets of three data dependent tasks 79
4.17 Acyclic directed dependency graph of tasks 81
5.1 OFDM DSP: Block diagram 87
5.2 OFDM DSP: Layout 88
5.3 SAMIRA DSP: GDSII plot 89
5.4 SAMIRA DSP: packaged in a PQFP120 89
5.5 SAMIRA DSP: Block diagram 90
5.6 SAMIRA DSP: Area consumption pie diagram 96
5.7 SAMIRA DSP: Power consumption pie diagram 96
5.8 SAMIRA DSP (fixed point, 4 way): Area consumption pie
diagram 97
5.9 SAMIRA DSP (fixed point, 4 way): Power consumption pie
diagram 97
5.10 Run time scheduler Simulation (1) 104
5.11 Run time scheduler Simulation (2) 105
5.12 Run time scheduler Simulation (3) 106
5.13 Run time scheduler Simulation (4) 107
5.14 H.264 decoder Simulation (1) 108
5.15 H.264 decoder Simulation (2) 109
A.l block diagram of moving jpeg decoder 121
A.2 Design Flow for the 8BFT processor 127
List of Tables
4.1 A pipelined implementation of the task tree 60
4.2 A pipelined implementation of the task tree using bypassing 61
4.3 Data dependencies of memory blocks (1) 65
4.4 Data dependencies of memory blocks (2) 66
4.5 Linked lists stored in the memory 73
5.1 Samira DSP: Description of Functional Units 91
5.2 SAMIRA DSP: area and power consumption 92
5.3 SAMIRA DSP (floating point, 4 way): Area and Power . . 95
5.4 SAMIRA DSP (fixed point, 4 way): Area and Power . 98
List of Listings
2.1 KernelC example 22
4.1 Small assembly program 56
4.2 Example for data dependencies between meinory Blocks . 75
4.3 Example for data dependencies between meinory blocks, 8BFT
implementation 76
4.4 Control code for a task set 82
5.1 Run time scheduler Simulation (1) 100
5.2 Run time scheduler Simulation (2) 102
5.3 Run time scheduler Simulation (3) 102 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Seidel, Hendrik |
author_GND | (DE-588)132363445 |
author_facet | Seidel, Hendrik |
author_role | aut |
author_sort | Seidel, Hendrik |
author_variant | h s hs |
building | Verbundindex |
bvnumber | BV022757491 |
ctrlnum | (OCoLC)180959194 (DE-599)BVBBV022757491 |
dewey-full | 621.392028543 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 621 - Applied physics |
dewey-raw | 621.392028543 |
dewey-search | 621.392028543 |
dewey-sort | 3621.392028543 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Maschinenbau / Maschinenwesen Informatik Elektrotechnik / Elektronik / Nachrichtentechnik |
discipline_str_mv | Maschinenbau / Maschinenwesen Informatik Elektrotechnik / Elektronik / Nachrichtentechnik |
format | Thesis Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02279nam a2200541 c 4500</leader><controlfield tag="001">BV022757491</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070912s2006 d||| m||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">06,N48,0018</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783865531704</subfield><subfield code="c">Pb. : EUR 32.65</subfield><subfield code="9">978-3-86553-170-4</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3865531709</subfield><subfield code="c">Pb. : EUR 32.65</subfield><subfield code="9">3-86553-170-9</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783865531704</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)180959194</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022757491</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">621.392028543</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">620</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Seidel, Hendrik</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)132363445</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">A task level programmable processor</subfield><subfield code="c">Hendrik Seidel</subfield></datafield><datafield tag="246" ind1="1" ind2="0"><subfield code="a">task-level programmable processor</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Duisburg</subfield><subfield code="b">WiKu-Verl.</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 127 S.</subfield><subfield code="b">graph. Darst.</subfield><subfield code="c">210 mm x 138 mm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="502" ind1=" " ind2=" "><subfield code="a">Dresden, Techn. Univ., Diss., 2006</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Task</subfield><subfield code="0">(DE-588)4135913-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mikroprozessor</subfield><subfield code="0">(DE-588)4039232-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Mehrprozessorsystem</subfield><subfield code="0">(DE-588)4038397-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">HDTV</subfield><subfield code="0">(DE-588)4191818-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computerarchitektur</subfield><subfield code="0">(DE-588)4048717-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4113937-9</subfield><subfield code="a">Hochschulschrift</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Computerarchitektur</subfield><subfield code="0">(DE-588)4048717-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Mikroprozessor</subfield><subfield code="0">(DE-588)4039232-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Task</subfield><subfield code="0">(DE-588)4135913-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Programmierung</subfield><subfield code="0">(DE-588)4076370-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="4"><subfield code="a">Mehrprozessorsystem</subfield><subfield code="0">(DE-588)4038397-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="5"><subfield code="a">HDTV</subfield><subfield code="0">(DE-588)4191818-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1770186&custom_att_2=simple_viewer</subfield><subfield code="y">A task level programmable processor</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015963125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015963125</subfield></datafield></record></collection> |
genre | (DE-588)4113937-9 Hochschulschrift gnd-content |
genre_facet | Hochschulschrift |
id | DE-604.BV022757491 |
illustrated | Illustrated |
index_date | 2024-07-02T18:33:04Z |
indexdate | 2024-07-09T21:05:25Z |
institution | BVB |
isbn | 9783865531704 3865531709 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015963125 |
oclc_num | 180959194 |
open_access_boolean | |
owner | DE-29T DE-188 |
owner_facet | DE-29T DE-188 |
physical | XI, 127 S. graph. Darst. 210 mm x 138 mm |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | WiKu-Verl. |
record_format | marc |
spelling | Seidel, Hendrik Verfasser (DE-588)132363445 aut A task level programmable processor Hendrik Seidel task-level programmable processor Duisburg WiKu-Verl. 2006 XI, 127 S. graph. Darst. 210 mm x 138 mm txt rdacontent n rdamedia nc rdacarrier Dresden, Techn. Univ., Diss., 2006 Task (DE-588)4135913-6 gnd rswk-swf Mikroprozessor (DE-588)4039232-6 gnd rswk-swf Mehrprozessorsystem (DE-588)4038397-0 gnd rswk-swf Programmierung (DE-588)4076370-5 gnd rswk-swf HDTV (DE-588)4191818-6 gnd rswk-swf Computerarchitektur (DE-588)4048717-9 gnd rswk-swf (DE-588)4113937-9 Hochschulschrift gnd-content Computerarchitektur (DE-588)4048717-9 s Mikroprozessor (DE-588)4039232-6 s Task (DE-588)4135913-6 s Programmierung (DE-588)4076370-5 s Mehrprozessorsystem (DE-588)4038397-0 s HDTV (DE-588)4191818-6 s DE-604 http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1770186&custom_att_2=simple_viewer A task level programmable processor Inhaltsverzeichnis HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015963125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Seidel, Hendrik A task level programmable processor Task (DE-588)4135913-6 gnd Mikroprozessor (DE-588)4039232-6 gnd Mehrprozessorsystem (DE-588)4038397-0 gnd Programmierung (DE-588)4076370-5 gnd HDTV (DE-588)4191818-6 gnd Computerarchitektur (DE-588)4048717-9 gnd |
subject_GND | (DE-588)4135913-6 (DE-588)4039232-6 (DE-588)4038397-0 (DE-588)4076370-5 (DE-588)4191818-6 (DE-588)4048717-9 (DE-588)4113937-9 |
title | A task level programmable processor |
title_alt | task-level programmable processor |
title_auth | A task level programmable processor |
title_exact_search | A task level programmable processor |
title_exact_search_txtP | A task level programmable processor |
title_full | A task level programmable processor Hendrik Seidel |
title_fullStr | A task level programmable processor Hendrik Seidel |
title_full_unstemmed | A task level programmable processor Hendrik Seidel |
title_short | A task level programmable processor |
title_sort | a task level programmable processor |
topic | Task (DE-588)4135913-6 gnd Mikroprozessor (DE-588)4039232-6 gnd Mehrprozessorsystem (DE-588)4038397-0 gnd Programmierung (DE-588)4076370-5 gnd HDTV (DE-588)4191818-6 gnd Computerarchitektur (DE-588)4048717-9 gnd |
topic_facet | Task Mikroprozessor Mehrprozessorsystem Programmierung HDTV Computerarchitektur Hochschulschrift |
url | http://digitool.hbz-nrw.de:1801/webclient/DeliveryManager?pid=1770186&custom_att_2=simple_viewer http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015963125&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT seidelhendrik atasklevelprogrammableprocessor AT seidelhendrik tasklevelprogrammableprocessor |