Donmar001

Results 10 comments of Donmar001

@r2com @tgingold @r2com Shall we communicate in the email,i want to ask some question about the vpi port meaasage.My email address is [email protected]

@mkhazraee Asking help,How to identify the DFF in the code by the VPI,use the vpi_get_str to map the name?

@mkhazraee i have a netlist in the attachment,and i want to extract the logic cone by the PLI/VPI,how can i do that,and how to identify the DFF in the netlist,bro...

> @Donmar001 Stop spamming people with unrelated things. sorry,bro,i just want to ask a question.sorry,sorry!

@cmarqu @eric-wieser @mballance @imphil @themperek Asking help,How to identify the DFF in the code by the VPI,use the vpi_get_str to map the name?

@alaindargelas How to identify the DFF in the code by the VPI,use the vpi_get_str to map the name?

> If the dff is instantiated in the input file, then you need to consider it as a blackbox , it has to go through synthesis unaltered, for that you...

[tmp.zip](https://github.com/chipsalliance/UHDM/files/13680170/tmp.zip) @ > If the dff is instantiated in the input file, then you need to consider it as a blackbox , it has to go through synthesis unaltered, for...

> It looks like you can use a simpler solution with hardcoded names of dffs. Traverse all the modules recursively (Write a UHDM executable like the example hellouhdm in Surelog)....

For example,I want to get the Driver of the reg in the always block.If u use the vpiDriver,you cannt get the driver,it will return the null.