Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17123 Discussions

Quartus : error in compilation

kikoss
New Contributor II
702 Views

Hello 

 

I receive the following error in compilation : 

 

Error(16812): Verilog HDL error at safety_top_level.sv(178): port connections cannot be mixed ordered and named. Or there might be a trailing comma in named port connection.

 

what can be wrong here ?

kikoss_0-1716908695681.png

 

Thx

Kikoss

 

Labels (1)
0 Kudos
1 Solution
sstrell
Honored Contributor III
688 Views

You don't say which line is line 178, but you're missing a dot in front of rx_in_p.

View solution in original post

0 Kudos
2 Replies
sstrell
Honored Contributor III
689 Views

You don't say which line is line 178, but you're missing a dot in front of rx_in_p.

0 Kudos
kikoss
New Contributor II
685 Views

THX!

0 Kudos
Reply