nozone
Joined: 16 Jun 2003 Posts: 64 Helped: 1
|
03 Sep 2003 22:50 the difference of algorithm and architecture in css |
|
|
|
newbie on this, seems I can only use algorithm to generate the RTL, right?should I use the architecture to generate the test bench, I mean how to use them properly?
no thanks in this forum, so thanks in advance
|
|
petert
Joined: 04 Sep 2003 Posts: 5
|
05 Sep 2003 19:09 |
|
|
|
>the difference of algorithm and architecture in css
algorithm : untime function model
(data flow, control flow, floating to fixed)
Only samples be calculated.
architecture : SystemC model
(Time model, TL model, Cycle accuracy model, or RTL model)
Code by yourself.
|
|