Skip to content

daviddhas/FPGA-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPGA-stuff

The script can be run using

  1. Copy the design.sv, fhw.sv, timing.tcl and run_fpga.tcl to a new folder
  2. Now run quartus_sh -t run_fpga.tcl -project (design_name) -board sockit

design_name is the name of the verilog design without the .sv extension For example. Tuples.sv is compiled as

quartus_sh -t run_fpga.tcl -project Tuples -board sockit

The resources used are also displayed To get the detailedresources used, Check output_files/(Design name).fit.summary

  1. To get the fmax values, quartus_sta -t timing.tcl (design_name)

To Recompile with new Verilog Files

  1. Replace the verilog files in the project
  2. quartus_sh -t recompile.tcl (design name)

Note: This script does both and execute the full flow and run timing.tcl ~
~

About

A bunch of TCL scripts that keep you away from the Quartus GUI and make file easier :)

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages