imarz1
New Contributor
6 years agoI have simple code question
Hi: I am very beginner. I wrote very simple code for DE10-Nano board to turn on one LED, but it is not working. Maybe someone could help: module LED ( CLK_50, LED1 ); input CLK_50; output r...