exe file in modelsim

Hi all,

Can anyone suggest me how to run an exe file in modelsim...I have tried using sccom -g basedes.cpp baseDesc.cpp -Wno-deprecated.Compilation and linking was successful but i dont know the command to run an exe file

Thanks in advance, fazal

Reply to
fazulu deen
Loading thread data ...

I assume you mean in command line mode like OSCI, if that is the case then create a top level sc_main (note the limitations in the manual) and run Modelsim as:

vsim -c sc_main -sc_arg "arguments to sc_main"

Hans

formatting link

Reply to
HT-Lab

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.