SPECC: Specification Language and Methodology 2000
DOI: 10.1007/978-1-4615-4515-6_4
|View full text |Cite
|
Sign up to set email alerts
|

The Specc Methodology

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
22
0

Year Published

2002
2002
2009
2009

Publication Types

Select...
3
3
1

Relationship

0
7

Authors

Journals

citations
Cited by 24 publications
(22 citation statements)
references
References 0 publications
0
22
0
Order By: Relevance
“…Although there are differences in their details, the ways to describe hardware parts in C and C++ languages share common features. In this paper we target SpecC language 1) when presenting the verification methods as a representative of C based hardware design descriptions. SpecC is an extension over C language in the following ways:…”
Section: Based Design Languagementioning
confidence: 99%
See 1 more Smart Citation
“…Although there are differences in their details, the ways to describe hardware parts in C and C++ languages share common features. In this paper we target SpecC language 1) when presenting the verification methods as a representative of C based hardware design descriptions. SpecC is an extension over C language in the following ways:…”
Section: Based Design Languagementioning
confidence: 99%
“…It starts with a rather algorithmic description of the target design and tries to refine it into a high-level synthesizable model. Here it is assumed that algorithmic design descriptions written in C/C++ or their extended counterparts such as SpecC 1) and SystemC 2) language are given as specifications. In some cases these algorithmic descriptions can be found in the definitions of standards for image compression/decompression techniques, communication protocols and encryption methods.…”
Section: Introductionmentioning
confidence: 99%
“…C or C++ based design languages such as SpecC [1] or SystemC [2] are uniformly used to describe both hardware and software parts.…”
Section: Introductionmentioning
confidence: 99%
“…//Lowest data channel (lower communication method) interface I_xbus_EB_0 { void xbus_write_word_burst(unsigned int data [4]); void xbus_read_word_burst(unsigned int data [4]); }; channel xbus_EB_0(void) implements I_xbus_EB_0 { //definition of bus protocol note protocol = "Gen_svhhtLIDCT10_HWEB"; unsigned int buff_word_burst [4]; // buffer bool status_word_burst = false; // status event ready_word_burst, done_word_burst; // event for sync void xbus_write_word_burst(unsigned int data [4] In this experiment, we only designed the MPEG-4 decoder and used a simple model (reduced function model) of MPEG-4 algorithms. All the function of this example was specified using functional VCores.…”
Section: Architecture Design Experimentsmentioning
confidence: 99%
“…Functional VCores, software VCores and hardware VCores were designed using SpecC language [4] beforehand. Firstly, an initial architecture of the W -Com, which has 32-bit MIPS-Lite processor (almost equivalent to the MIPS R3000 microprocessor [6]) and W -Com 32-bit read and write buses (almost equivalent to the EC bus [5]) was configured using the W -Com architecture template.…”
Section: Architecture Design Experimentsmentioning
confidence: 99%