| Author |
Message |
ayviht
Guest
|
Posted:
Thu Nov 10, 2005 8:25 am Post subject:
binary division |
|
|
hello everyone.
im new at programming and ive been given a project to create a cpu using
SystemC hardware description language. ive heard alot about Verilog HDL
,but systemC is so difficult to find anywhere.
i need somebody to help me write a program in SystemC for binary division.
ive got the layout for the algorithm but not the program itself. sinc it
has 3 files, main.cpp, - .cpp,- .h, i would appreciat it a lot if anyone
can help me in writing the different files, so i can use it as reference
to crate a cpu. please help.
sincerely,
thivya |
|
| Back to top |
|
 |
Paul
Guest
|
Posted:
Thu Nov 10, 2005 2:58 pm Post subject:
Re: binary division |
|
|
In article
<895c07153fcb87b86b20d829dba2b1f8@localhost.talkaboutcomputing.com>,
"ayviht" <ayviht@yahoo.com> wrote:
| Quote: | hello everyone.
im new at programming and ive been given a project to create a cpu using
SystemC hardware description language. ive heard alot about Verilog HDL
,but systemC is so difficult to find anywhere.
i need somebody to help me write a program in SystemC for binary division.
ive got the layout for the algorithm but not the program itself. sinc it
has 3 files, main.cpp, - .cpp,- .h, i would appreciat it a lot if anyone
can help me in writing the different files, so i can use it as reference
to crate a cpu. please help.
sincerely,
thivya
|
Go here:
http://www.opencores.org/search.shtml
and search for "systemC". Perhaps you'll find some
sample files.
For example, there is an implementation of DES here:
http://www.opencores.org/cvsweb.shtml/systemcdes/rtl/systemc/
Paul |
|
| Back to top |
|
 |
Grinder
Guest
|
Posted:
Fri Nov 11, 2005 6:11 am Post subject:
Re: binary division |
|
|
ayviht wrote:
| Quote: | hello everyone.
im new at programming and ive been given a project to create a cpu using
SystemC hardware description language. ive heard alot about Verilog HDL
,but systemC is so difficult to find anywhere.
i need somebody to help me write a program in SystemC for binary division.
ive got the layout for the algorithm but not the program itself. sinc it
has 3 files, main.cpp, - .cpp,- .h, i would appreciat it a lot if anyone
can help me in writing the different files, so i can use it as reference
to crate a cpu. please help.
|
When did your instructor say it was due? |
|
| Back to top |
|
 |
|
|
|
|