Altera_Forum
Honored Contributor
17 years agoQII 8.0SP1 gives Error 10028 with SystemVerilog using modport
Hi All,
I am trying to synthesize several SystemVerilog modules that declare interfaces and then use them to connect to each other. One interface module shows Error 10028 : Can't resolve multiple constant drivers for net reset In the interface module somebody declares: logic reset; and then in the same interface modules two modports are declared that use reset as output: modport drive (output reset...) modport bus_drive (output reset...) I am including the interface module as part of the SystemVerilog files to compile in the Project Navigator Files. Is this a true SystemVerilog syntax error or is Quartus II 8.0SP1 getting confused with good SystemVerilog coding? Thanks, RAUL