specman cant connect multiple ports to a single port

29 Views Asked by At

I found out that Specman has a limitations when connecting multiple ports to a single port: only method port broadcast is supported. Is the only way to overcome it is to write a dedicated unit that splits each port to several ports?

1

There are 1 best solutions below

1
user3467290 On

some ports are one-to-many. for example - simple port. you can connect one instance of out_simple port, to many instance of simple_port.

what kind of ports do you try to use? and do you want e-to-e or e to another language?