binary division

  • Thread starter Thread starter ayviht
  • Start date Start date
A

ayviht

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
 
ayviht said:
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
 
ayviht said:
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?
 
its due on end of december. but the texts here are in japanese and its a
little difficult to understand them. what do u suggest I do?

thivya
 
Back
Top