|
|
|
|
|
by int19h
4420 days ago
|
|
SystemC is the C++ equivalent that's been around for a long time. For a project I was working on, I used SystemC just for system-level modelling, it didn't bother me that I couldn't synthesize. To achieve decent clock-rates it would have been a good idea to reimplement the whole thing in "native" Verilog anyway (though my project didn't get that far). What SystemC provided me with is a way to sanity-check my model at the "transaction" level. Pretty cool to see this, and going forward as a roadmap there is much they could borrow from SystemC. |
|