Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

(BsystemC contraint random

Status
Not open for further replies.

anant

Member level 2
Member level 2
Joined
Sep 20, 2004
Messages
49
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,288
Activity points
283
I want to run the system c constraint random simulation with different seeds how can I do that?
 

use scv::set_global_seed(100);

this function has argument to be given. I have given 100 as a seed. by default it has 1 as a seed.

Remember that the sam seed will cause same randomization. So use diffeernt seeds at different simulation times
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top