Bit-accurate C simulation

  • Thread starter stephen.craven@gmail.com
  • Start date
S

stephen.craven@gmail.com

Guest
I am interested in bit-accurate C / C++ modeling of hardware. I have
only found two open source projects: Signal Processing Using C++
(http://spuc.sourceforge.net/) and C4Hardware (http://sigpromu.org/
c4hardware/).

Does anyone have experience with either of these, or other, projects?

Thanks in advance.

Stephen
 
Why not use SystemC?

Install Visual C++ Express 2010, compile the OSCI reference simulator and
you have a great development environment.

Just a thought,

Hans
www.ht-lab.com


wrote in message
news:963669a5-c3e3-4c80-86b6-b43d2af29437@u4g2000yqi.googlegroups.com...

I am interested in bit-accurate C / C++ modeling of hardware. I have
only found two open source projects: Signal Processing Using C++
(http://spuc.sourceforge.net/) and C4Hardware (http://sigpromu.org/
c4hardware/).

Does anyone have experience with either of these, or other, projects?

Thanks in advance.

Stephen
 
I am interested in bit-accurate C / C++ modeling of hardware.
snip

I agree, use SystemC (if C/C++ is a must). The language is standard, yo
will be much better off knowing SystemC vs. the other mentioned libs.

Side note, if you are more interested if fast development vs. fas
execution you can do bit-accurate (and cycle) in Python using MyHDL.

Chris Felton

---------------------------------------
Posted through http://www.FPGARelated.com
 

Welcome to EDABoard.com

Sponsor

Back
Top