Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Try this way:
nios_system nios_system_inst
(
.clk_0 (clk_0),
.in_port_to_the_Switches (in_port_to_the_Switches),
.out_port_from_the_LEDs (out_port_from_the_LEDs),
.reset_n (reset_n);
);(semicolon after .reset_n(reset_n) line) --- Quote End --- Thanks for the reply. I gave it a try, but I still got the same error. -Jorden