diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 16:31:09 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-13 16:31:09 -0400 |
commit | 48d0e230c56be8a2722851556b2b1e039c4847c4 (patch) | |
tree | 51d6a088fff0a6cc69dc0c462b37637bb96c21d4 /Makefile | |
parent | 29be352330757421c52695f88ba8d3ebfafc4725 (diff) | |
download | basic-hdl-template-48d0e230c56be8a2722851556b2b1e039c4847c4.tar.gz basic-hdl-template-48d0e230c56be8a2722851556b2b1e039c4847c4.zip |
move stuff around; backup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ project = project -vendor = xilinx -family = spartan3s -part = xc3s1000-4ft256 top_module = project +vendor = xilinx + +# This is the chipset from the Xilinx SP605 dev board +family = spartan6 +part = xc6slx45t-3-fgg484 iseenvfile = /opt/Xilinx/14.3/ISE_DS/settings64.sh |