URL
https://opencores.org/ocsvn/diogenes/diogenes/trunk
[/] [diogenes/] [trunk/] [vhdl/] [cpu/] [install.bat] - Blame information for rev 154
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
154 |
fellnhofer |
REM ##########################################################################
|
2 |
|
|
REM # This will create the iMPACT CMD file and then run iMPACT to program #
|
3 |
|
|
REM # the Spartan-3E device on the Starter Kit board. #
|
4 |
|
|
REM ##########################################################################
|
5 |
|
|
@echo setMode -bscan > impact_batch_commands.cmd
|
6 |
|
|
@echo setCable -p auto >> impact_batch_commands.cmd
|
7 |
|
|
@echo addDevice -position 1 -file .\first.bit >> impact_batch_commands.cmd
|
8 |
|
|
@echo addDevice -position 2 -part "xcf04s" >> impact_batch_commands.cmd
|
9 |
|
|
@echo addDevice -position 2 -part "xcf04s" >> impact_batch_commands.cmd
|
10 |
|
|
@echo ReadIdcode -p 1 >> impact_batch_commands.cmd
|
11 |
|
|
@echo program -p 1 >> impact_batch_commands.cmd
|
12 |
|
|
@echo quit >> impact_batch_commands.cmd
|
13 |
|
|
impact -batch impact_batch_commands.cmd
|
14 |
|
|
pause
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.