├── P8X32A_BeMicroCV ├── P8X32A_BeMicroCV.cof ├── P8X32A_BeMicroCV.jic ├── P8X32A_BeMicroCV.png ├── cog.v ├── cog_alu.v ├── cog_ctr.v ├── cog_ram.v ├── cog_vid.v ├── dig.inc ├── dig.v ├── gpl.txt ├── hub.v ├── hub_mem.v ├── hub_rom_high.hex ├── hub_rom_low.hex ├── readme.txt ├── tim.inc ├── tim.tdf ├── top.qpf ├── top.qsf └── top.tdf ├── P8X32A_DE0_Nano ├── P8X32A_DE0_Nano.cof ├── P8X32A_DE0_Nano.jic ├── P8X32A_DE0_Nano.png ├── Setup the Propeller 1 Design on a DE0-Nano.pdf ├── cog.v ├── cog_alu.v ├── cog_ctr.v ├── cog_ram.v ├── cog_vid.v ├── dig.inc ├── dig.v ├── gpl.txt ├── hub.v ├── hub_mem.v ├── hub_rom_high.hex ├── hub_rom_low.hex ├── readme.txt ├── tim.inc ├── tim.tdf ├── top.qpf ├── top.qsf └── top.tdf ├── P8X32A_DE2_115 ├── P8X32A_DE2_115.cof ├── P8X32A_DE2_115.png ├── P8X32A_DE2_115.pof ├── Setup the Propeller 1 Design on a DE2-115.pdf ├── cog.v ├── cog_alu.v ├── cog_ctr.v ├── cog_ram.v ├── cog_vid.v ├── dig.inc ├── dig.v ├── gpl.txt ├── hub.v ├── hub_mem.v ├── hub_rom_high.hex ├── hub_rom_low.hex ├── readme.txt ├── tim.inc ├── tim.tdf ├── top.qpf ├── top.qsf └── top.tdf ├── booter.src ├── interpreter.src ├── readme.md └── runner.src /P8X32A_BeMicroCV/P8X32A_BeMicroCV.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/P8X32A_BeMicroCV.cof -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/P8X32A_BeMicroCV.jic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/P8X32A_BeMicroCV.jic -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/P8X32A_BeMicroCV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/P8X32A_BeMicroCV.png -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/cog.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/cog.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/cog_alu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/cog_alu.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/cog_ctr.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/cog_ctr.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/cog_ram.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/cog_ram.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/cog_vid.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/cog_vid.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/dig.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/dig.inc -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/dig.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/dig.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/gpl.txt -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/hub.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/hub.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/hub_mem.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/hub_mem.v -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/hub_rom_high.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/hub_rom_high.hex -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/hub_rom_low.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/hub_rom_low.hex -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/readme.txt -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/tim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/tim.inc -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/tim.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/tim.tdf -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/top.qpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/top.qpf -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/top.qsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/top.qsf -------------------------------------------------------------------------------- /P8X32A_BeMicroCV/top.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_BeMicroCV/top.tdf -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/P8X32A_DE0_Nano.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/P8X32A_DE0_Nano.cof -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/P8X32A_DE0_Nano.jic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/P8X32A_DE0_Nano.jic -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/P8X32A_DE0_Nano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/P8X32A_DE0_Nano.png -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/Setup the Propeller 1 Design on a DE0-Nano.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/Setup the Propeller 1 Design on a DE0-Nano.pdf -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/cog.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/cog.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/cog_alu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/cog_alu.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/cog_ctr.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/cog_ctr.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/cog_ram.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/cog_ram.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/cog_vid.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/cog_vid.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/dig.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/dig.inc -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/dig.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/dig.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/gpl.txt -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/hub.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/hub.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/hub_mem.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/hub_mem.v -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/hub_rom_high.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/hub_rom_high.hex -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/hub_rom_low.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/hub_rom_low.hex -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/readme.txt -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/tim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/tim.inc -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/tim.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/tim.tdf -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/top.qpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/top.qpf -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/top.qsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/top.qsf -------------------------------------------------------------------------------- /P8X32A_DE0_Nano/top.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE0_Nano/top.tdf -------------------------------------------------------------------------------- /P8X32A_DE2_115/P8X32A_DE2_115.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/P8X32A_DE2_115.cof -------------------------------------------------------------------------------- /P8X32A_DE2_115/P8X32A_DE2_115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/P8X32A_DE2_115.png -------------------------------------------------------------------------------- /P8X32A_DE2_115/P8X32A_DE2_115.pof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/P8X32A_DE2_115.pof -------------------------------------------------------------------------------- /P8X32A_DE2_115/Setup the Propeller 1 Design on a DE2-115.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/Setup the Propeller 1 Design on a DE2-115.pdf -------------------------------------------------------------------------------- /P8X32A_DE2_115/cog.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/cog.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/cog_alu.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/cog_alu.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/cog_ctr.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/cog_ctr.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/cog_ram.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/cog_ram.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/cog_vid.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/cog_vid.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/dig.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/dig.inc -------------------------------------------------------------------------------- /P8X32A_DE2_115/dig.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/dig.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/gpl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/gpl.txt -------------------------------------------------------------------------------- /P8X32A_DE2_115/hub.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/hub.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/hub_mem.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/hub_mem.v -------------------------------------------------------------------------------- /P8X32A_DE2_115/hub_rom_high.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/hub_rom_high.hex -------------------------------------------------------------------------------- /P8X32A_DE2_115/hub_rom_low.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/hub_rom_low.hex -------------------------------------------------------------------------------- /P8X32A_DE2_115/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/readme.txt -------------------------------------------------------------------------------- /P8X32A_DE2_115/tim.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/tim.inc -------------------------------------------------------------------------------- /P8X32A_DE2_115/tim.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/tim.tdf -------------------------------------------------------------------------------- /P8X32A_DE2_115/top.qpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/top.qpf -------------------------------------------------------------------------------- /P8X32A_DE2_115/top.qsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/top.qsf -------------------------------------------------------------------------------- /P8X32A_DE2_115/top.tdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/P8X32A_DE2_115/top.tdf -------------------------------------------------------------------------------- /booter.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/booter.src -------------------------------------------------------------------------------- /interpreter.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/interpreter.src -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/readme.md -------------------------------------------------------------------------------- /runner.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Propeller_1_Design/HEAD/runner.src --------------------------------------------------------------------------------