P1v on a Prop123-A9?
David Betz
Posts: 14,516
in Propeller 1
Has anyone used the Prop123-A9 board for playing with P1v?
Comments
A while back I made a P123-A9 test image based on P1V
See here
The P123-A9 board is a great board for P1V with tons of IO and the big FPGA gives you 1MB hub.
Where you originally posted the question.
If your source code is in Github or in a Git repository that I can reach from the internet, that would be even better.
===Jac
Oops, sorry. I realized after I posted that that it was hijacking an unrelated thread so I created a new one. Thanks for the pointer!
I also did a lot of other maintenance lately so all the targets are now based on this hierarchy:
Top level module (different for each target)
Clock module (different between Altera, Xilinx and future platforms
"Dig" module by Chip
"Cog_ram" RAM
"Cog_ctr" counters, instantiated twice
"Cog_vid" video
The documentation has also been reorganized a little, and I have some more reorganization in mind. For example I want to "break out" the hub memory to the top module because that's where most of the interesting customizations have happened and will happen. I'm thinking of things like:
Meanwhile, Andy Silverman has been doing a lot of work on adding some cool features to the Digilent Nexys4 target, and I'll be adding the DE2 (Cyclone 2) target "real soon now".
===Jac