/SystemVerilog

Primary LanguageSystemVerilog

SystemVerilog

SystemVerilog Repository on GitHub: Explore our collection of SystemVerilog code snippets, modules, and projects. This repository showcases a variety of SystemVerilog implementations for digital design, verification, and FPGA programming. Whether you're a beginner or an experienced engineer, find valuable resources, examples, and tools to enhance your SystemVerilog skills and accelerate your projects.

➡️ #DigitalSystems #DigitalElectronic #DigitalCircuits #FPGA

  • Repository technical specifications

  • IDE: Vivado ML Edition - 2023.2 Full Product Installation
  • DEVICE: FPGA part - XC7A35TICSG324-1L
  • Hardware DIGILENT: Arty A7-100T: Artix-7 FPGA Development Board

Keynote

Clone

Switched to Branch

  • git branch -a
  • git checkout NameBranch

New Branch

  • git checkout -b NameBranch

Push

  • git pull origin NameBranch
  • git status
  • git add .
  • git status
  • git commit -m "message"
  • git push origin NameBrach