Hi,
I would like to ask if there is a way of filtering uvm_info messages output during simulations.
I am interested in messages coming from one particular uvm_component.
Does SimVIsion have a feature like that?
Thanks,
vito
Hi,
I would like to ask if there is a way of filtering uvm_info messages output during simulations.
I am interested in messages coming from one particular uvm_component.
Does SimVIsion have a feature like that?
Thanks,
vito
Hi,
While running simulation , i am getting the below mentioned error .
Can anyone help me to fix this error.
ncsim: *E,IMPDLL: Unable to load the implicit shared object.
OSDLERROR: /prj/.../v/_sv_export.so: failed to map segment from shared object: Operation not permitted.
ncsim: *W,LIBRUN: Could not load the dynamic library: ./INCA_libs/irun.lnx86.13.10.nc/librun
System ERROR: ./INCA_libs/irun.lnx86.13.10.nc/librun.so: failed to map segment from shared object: Operation not permitted.
ncsim: *F,NOFDPI: Function main not found in any of the shared object specified with -SV_LIB switchncsim: *E,IMPDLL: Unable to load the implicit shared object.
Is this related to DPI.
In my environment some c-code is included throgh dpi.
Thanks
Sidharth
Hi,
Does any one know how to change the name of waves.trn located in waves.shm directory during simulation ?
Is there a command-line option that can be passed to irun to do this ?
This is because every time I run a simulation using irun, the old waves.shm/waves.trn file is overwritten by the new one.
Thank you
Hi,
What is the best way to add one hot assertion on a bus in verilog?
Ex: Wire [9:0] one_hot_wire; Only one of the bit of this wire is supposed to go high in the simulation otherwise it should fail.
Regards,
Abhishek
Hi,
During gate level simulation i am getting below mentioned warning.
ncelab: *W,MXWARN: Reached maximum warning limit for 'CUVWSP'(1000)
After this ncelab: *F, INTERR EXCEPTION is coming.
How to ignor the warning and continue the simulation ?
Thanks,
Sidharth
Hi,
I am new to gate level simulation.
Can anyone guide me for steps involving gate level simulation using incisive simulator.
I am using irun insted of ncsim and i have a netlist and a sdf file.
Please guide me.
Thanks,
Sidharth
Hi,
In my top level environment there are several modules are instantiated and one of the module is replaced by netlist.
i am facing *F,INTERR: INTERNAL EXCEPTION.
Netlist should be top file or it can be instantiated inside other module.
Pls help me.
Thanks
Sidharth
Hi,
I met some issue to exclude signal in IMC.
In fact, I'm using the syntaxe given in the help example of IMC HELP as follow:
exclude -inst lib.inst_a(rtl):inst_b:inst_c (WORKING THE INSTANCE IS EXCLUDE)
exclude -inst lib.inst_a(rtl):inst_b:inst_c -toggle rst (NOT WORKING: *W,NOMATCH: No matching entities found for argument 'lib.inst_a(rtl):inst_b:inst_c/rst)
I have try several write of the command line whitout succes.
Thank for your help,
BR,
Julien
Assertion detect *WORNG* fell of line due to gated clock
Simulation assume line was high and on the posedge of clock the line is constant low and detect it as FELL and assertion is active due to that and cycle after fail!
assert property ( @(posedge TxByteClkHS) disable iff(!rst_sys_n)
$fell(TxRequestHS) |=> $fell(TxReadyHS) );
Tought to add ##1 cycle delay before every assertion, but the solution is not very good.
[url=http://poshgalleryfurniture.com]Tempat Tidur Minimalis[/url] sekarang mendominasi masyarakat untuk mengisi livingroom yang bergayakan minimalis modern. Dengan menyelaraskan desain [url=http://poshgalleryfurniture.com]tempat tidur minimalis[/url] dengan ruang tidur akan menambah keharmonisan dan estetika kamar anda. Silahkan kunjungi poshgalleryfurniture.com untuk mengkonsultasikan segala kebutuhan [url=http://poshgalleryfurniture.com]mebel minimalis[/url], [url=http://poshgalleryfurniture.com]tempat tidur minimalis[/url], [url=http://poshgalleryfurniture.com]tempat tidur murah[/url] dan [url=http://poshgalleryfurniture.com]tempat tidur mewah[/url] dengan harga yang kompetitif.
Hi,
Has anyone encounter this before? Any advice how to identify the culprit?
Thanks,
EYEY
Hi,
While running simulation , i am getting the below mentioned error .
Can anyone help me to fix this error.
ncsim: *E,IMPDLL: Unable to load the implicit shared object.
OSDLERROR: /prj/.../v/_sv_export.so: failed to map segment from shared object: Operation not permitted.
ncsim: *W,LIBRUN: Could not load the dynamic library: ./INCA_libs/irun.lnx86.13.10.nc/librun
System ERROR: ./INCA_libs/irun.lnx86.13.10.nc/librun.so: failed to map segment from shared object: Operation not permitted.
ncsim: *F,NOFDPI: Function main not found in any of the shared object specified with -SV_LIB switchncsim: *E,IMPDLL: Unable to load the implicit shared object.
Is this related to DPI.
In my environment some c-code is included throgh dpi.
Thanks
Sidharth
Hi,
I am new to Vmanager tool. Can Vmanager Desktop be used to prepare Testplan or do we need Enterprise version of Vmanager
Thanks
There is a irun command:
irun -64 -mess -sv...
I can't find out any information with both irun -helpall and cdnshelp, what is the meaning of it?
Thank you!
Hello all,
I am getting following error "Currently type parameter override is not supported for this datatype." for the code given below
In the tb_top.sv we are setting this mailbox
uvm_config_db#(usbpd_prot_pkt_mailbox_t) :: set(null, "*","dut_prot2pe_mbx_0" , dut_prot2pe_mbx[0]);
In lower layer component
if(!uvm_config_db #(usbpd_prot_pkt_mailbox_t) :: get(this, "", "dut_prot2pe_mbx_0", this.prot2pe_mbx))
`uvm_error("USB_PD", $psprintf("TB_DRIVER :GET_CONFIG_FAILED STATUS:dut_prot2pe_mbx"))
During compilation this error is comming.
ncvlog: *E,SVTPCO (../../uvm_tb/driver/usb_pd_prot_driver.sv,52|52): Currently type parameter override is not supported for this datatype.
Hi,
I am intending to use a MATLAB predictor model in the system verilog verification frame work.
Can I get some help as to how I can simulate MATLAB concurrently with the SV frame work so that i can input the same random stimulus to the DUT as well as the MATLAB predictor module.
Thank you in advance
Hi,
I used to have "SVSEED set from command line: <number>" appear in log file when i run a simulation with "-svseed <number>" command line option but am not seeing this line in log file after some updates to run script, so would like to know if there is any option that i need to run to see this line in the log file?
Thanks
Does Incisive support the "checker" construct introduced in SV-2009? I could not find it in the list of supported constructs in <install>/doc/sysverilog/constructs.html. Thanks!
Hello all,
I need Information about how to check class Variable in Simvision[Recording] Options...
Thanks,
selvavinayakam.na