Project

General

Profile

« Previous | Next » 

Revision 8

Added by markw over 11 years ago

Renamed poly_* to pokey_poly_* since it is part of pokey

View differences:

simulate_zpu.sh
cp "../../a8core/pokey_keyboard_scanner.vhdl" .
cp "../../a8core/pokey_countdown_timer.vhdl" .
cp "../../a8core/pokey_noise_filter.vhdl" .
cp "../../a8core/poly_4.vhdl" .
cp "../../a8core/poly_5.vhdl" .
cp "../../a8core/poly_17_9.vhdl" .
cp "../../a8core/pokey_poly_4.vhdl" .
cp "../../a8core/pokey_poly_5.vhdl" .
cp "../../a8core/pokey_poly_17_9.vhdl" .
# set up project definition file
ls *.vhd* | perl -e 'while (<>){s/(.*)/vhdl work $1/;print $_;}' | cat > $name.prj

Also available in: Unified diff