Search This Blog

Sunday, May 16, 2021

Gate level Netlist (.V)

Gate level Netlist (.V)

Synthesis team will provide the Gate level Netlist (.V) file

It is the combination of the sequential and combinational cells and its connectivity

it contains 

  • Module

  • Module Information

  • Cell & Instance name

  • Drive strength

  • Inputs

  • Outputs

  • Wire Information

  • Hierarchy Information

  • Sub-Module Names

Example :
Module andGate (a b c);
input a , b;
output c;
and2x1 g1 (c,a,b) ;
endmodule

No comments:

Post a Comment

What is the sanity checks you have done for STA?

 Sanity checks for STA: Linking Checks: We need to check., is there any missing modules or missing pins in a library. this is done by link c...