# Edit project-specific variables in this file. project = project top_module = main vendor = xilinx # This is the chipset from the Xilinx SP605 dev board family = spartan6 device = xc6slx45t speedgrade = -3 device_package = fgg484 part = $(device)$(speedgrade)-$(device_package) # is this build host 64 or 32 bits? hostbits = 64 iseenv= /opt/Xilinx/14.3/ISE_DS/ vfiles = hdl/project.v tbfiles = tb/tb.v # list of .xco files, eg "cores/bram.xco". do not include DCM files. #xilinx_cores = cores/bram.xco xilinx_cores = # Bulk of the actual Makefile is in a different file. include ./contrib/xilinx.mk