S
Samiran
Guest
Dear all,
I am trying to instantiate a verilog-A module (e.g. module-1) inside
another verilog-A code (e.g. module-2). I know that if module-1 is
defined in the same verilog-A file the I can instantiate using the
following syntax:
module-1 #(.var(var_value)) INSTANCE_NAME(port#1, port#2,...);
But, if Module-1 is defined in a separate verilog-A file, how I can
implement this?
Regards,
Samiran
I am trying to instantiate a verilog-A module (e.g. module-1) inside
another verilog-A code (e.g. module-2). I know that if module-1 is
defined in the same verilog-A file the I can instantiate using the
following syntax:
module-1 #(.var(var_value)) INSTANCE_NAME(port#1, port#2,...);
But, if Module-1 is defined in a separate verilog-A file, how I can
implement this?
Regards,
Samiran