Project

General

Profile

« Previous | Next » 

Revision 22

Added by markw over 11 years ago

Connected up SDRAM. Make 800XL core wait for SDRAM reset to complete. Also had to adjust phase offset to make it work - need to get a proper setup for mist

View differences:

build.sh
rm -rf build
mkdir build
cp atari800core_mist.vhd build
cp sdram_statemachine.vhdl build
cp pll.* build
cp atari800core.sdc build
cp data_io.vhdl build
cp user_io.v build
cp mist_sector_buffer.* build
mkdir build/common
mkdir build/common/a8core
mkdir build/common/components
cp ../common/a8core/* ./build/common/a8core
cp ../common/components/* ./build/common/components
cd build
../makeqsf ../atari800core.qsf ../../common/a8core ../../common/components
../makeqsf ../atari800core.qsf ./common/a8core ./common/components
quartus_sh --flow compile atari800core

Also available in: Unified diff