In
Polymorphism in System Verilog
class packet;virtual function display();$display(“inside the base class”);endfunctionendclassclass small_packet extends packet;function display();$display(“inside the child class”);endfunctionendclass module tb;packet p;small_packet p1;initial begin; endendmodule
Read out all
In
We are dedicated to make our people and country as technical leader
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Read out all
In
Polymorphism in System Verilog
class packet;virtual function display();$display(“inside the base class”);endfunctionendclassclass small_packet extends packet;function display();$display(“inside the child class”);endfunctionendclass module tb;packet p;small_packet p1;initial begin; endendmodule
Read out all
In
We are dedicated to make our people and country as technical leader
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Read out all