URL
https://opencores.org/ocsvn/minsoc/minsoc/trunk
Subversion Repositories minsoc
Compare Revisions
- This comparison shows the changes necessary to convert path
/minsoc/trunk/backend
- from Rev 66 to Rev 65
- ↔ Reverse comparison
Rev 66 → Rev 65
/spartan3e_starter_kit/or1200_defines.v
File deleted
/spartan3e_starter_kit/configure
1,7 → 1,5
#!/bin/bash |
|
#NON STANDARD SCRIPT, USE ANOTHER AS TEMPLATE, NON STANDARD PART IS MARKED AS COMMENT |
|
#new boards have to udpate this |
BOARD=spartan3e_starter_kit #this has to have the name of the directory this file is in |
DEVICE_PART='xc3s500e-4-fg320' |
34,23 → 32,7
exit 1 |
fi |
|
#NON STANDARD SCRIPT PART |
echo "THIS SCRIPT HAS A NON-STANDARD BEGINNING." |
echo "__________________________________________________________________________" |
echo "Spartan3E Starter Kit requires another configuration for or1200_r3." |
echo "or1200_r1 should work fine, roll back this for minsoc release-1.0." |
|
echo "" |
echo "Copying or1200_defines.v, to or1200 implementation directory..." |
echo "(minsoc/rtl/verilog/or1200/rtl/verilog)" |
echo "__________________________________________________________________________" |
cp $BOARD_DIR/or1200_defines.v $MINSOC_DIR/rtl/verilog/or1200/rtl/verilog |
echo "" |
echo "REGULAR SCRIPT STARTS NOW" |
echo "__________________________________________________________________________" |
#~NON STANDARD SCRIPT PART |
|
echo "" |
echo "Configuring SoC board's specific files for firmware compilation, " |
echo "testbench generation and synthesis." |
echo "Firmware and testbench looks for board specific files under minsoc/backend." |