|
|
|
|
|
by oflordal
3858 days ago
|
|
Its been 10 years since standardization and the eda vendors are still whining about SystemVerilog implementation... Interfaces was a great addition it serves more uses that simple structs (which were not available before SystemVerilog either). The primary use he doesn't seem to get is that it is a great place to put your interface assertions so all the intent of the interface end up in one place. The way this is typically done when SystemVerilog is only used for testbench/assertions is to put them in a separate file anyway so they don't have to be included in both the sender and receiver. |
|