vinay y.n
Published © GPL3+

Getting Started With Digilent Cmod S7 FPGA And Xilinx Vivado

Creating A simple Project Using Cmod S7 FPGA WIth Vivado

BeginnerFull instructions provided1 hour1,399
Getting Started With Digilent Cmod S7 FPGA And Xilinx Vivado

Things used in this project

Hardware components

Digilent Cmod S7: Breadboardable Spartan-7 FPGA Module
Digilent Cmod S7: Breadboardable Spartan-7 FPGA Module
×1
USB-A to Micro-USB Cable
USB-A to Micro-USB Cable
×1

Software apps and online services

Vivado Design Suite
AMD Vivado Design Suite

Story

Read more

Schematics

Sch

Code

CODE

Verilog
Verilog code can be compiled with Xilinx vivado
module ledexample(
    input btn,
    output led
    );
    assign led = btn;
endmodule

Credits

vinay y.n
27 projects • 48 followers
An electronic product engineer with 8 years of experience in the field. The passion for electronics began as a hobby 11 years ago.
Contact

Comments

Please log in or sign up to comment.