OpenCores
URL https://opencores.org/ocsvn/diogenes/diogenes/trunk

Subversion Repositories diogenes

[/] [diogenes/] [trunk/] [vhdl/] [cpu/] [install.bat] - Rev 154

Go to most recent revision | Compare with Previous | Blame | View Log

REM ##########################################################################
REM # This will create the iMPACT CMD file and then run iMPACT to program    #    
REM #    the Spartan-3E device on the Starter Kit board.                     #
REM ##########################################################################
@echo setMode -bscan                                    > impact_batch_commands.cmd
@echo setCable -p auto                                 >> impact_batch_commands.cmd
@echo addDevice -position 1 -file .\first.bit  >> impact_batch_commands.cmd
@echo addDevice -position 2 -part "xcf04s"             >> impact_batch_commands.cmd
@echo addDevice -position 2 -part "xcf04s"             >> impact_batch_commands.cmd
@echo ReadIdcode -p 1                                  >> impact_batch_commands.cmd
@echo program -p 1                                     >> impact_batch_commands.cmd
@echo quit                                             >> impact_batch_commands.cmd
impact -batch impact_batch_commands.cmd
pause

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.