A low logic level turn on LEDs and high logic level turn off LEDs in quartus with Altera Cyclone FPGA

前端 未结 0 1978
走了就别回头了
走了就别回头了 2020-12-10 05:32

I have a development board with an EP4CE6E22C8 FPGA. And I have the following verilog code in Quartus Prime:

module Test(out);

output [7:0] out;
assign out =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题