Ryan White
Ryan White
Hmm, frustrated to see a 'wont fix' label on this. I'd love it if multiple MPNs per ref could be handled somehow.
Is the suggestion to use 'variants' or 'subparts' to handle this? Does anyone have a suggested workflow for this?
Tried reverting to revision 4f6ece5, that builds from scratch OK. Maybe it's something to do with the PLL implementation?
1e8708f works as well.
05cad81 and a956fe0 both won't build, failed to place...
Thanks for getting back to me. Arachne-pnr was up to date, yosys wasn't, I was on ba4cce9. Did a pull then ``` make -j$(nproc) sudo make install ``` Cloned a...
``` robotarmy@ubuntu:~/swapforth/j1a$ uname -a Linux ubuntu 3.19.0-30-generic #34-Ubuntu SMP Fri Oct 2 22:08:41 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux ``` 64 Bit looks like to me. Admittedly, I'm running in...
Yep! ``` robotarmy@ubuntu:~/swapforth/j1a/build$ sha1sum nuc.hex b3370dea361fd65155a2bb5e2d764fb5065895cd nuc.hex ``` hmm....
Just to be sure, for a test, I've just cloned again, programmed the icestick and run the python shell. Here's what I get: ``` robotarmy@ubuntu:~/swapforth_2/j1a$ sudo iceprog icestorm/j1a.bin[sudo] password for...
There's a difference in the bin files? ``` robotarmy@ubuntu:~/swapforth_2/j1a/icestorm$ sha1sum j1a.bin a28aa8e405829742fc328cf4a3f100c21799f5c3 j1a.bin robotarmy@ubuntu:~/swapforth_2/j1a/icestorm$ sha1sum ~/swapforth/j1a/icestorm/j1a.bin 3d630cde741fe74127b100da2bea0a416a024997 /home/robotarmy/swapforth/j1a/icestorm/j1a.bin ```