whitequark[cis] changed the topic of #prjunnamed to: FPGA toolchain project · rule #0 of prjunnamed: no one should ever burn out building software · https://prjunnamed.org · https://github.com/prjunnamed/prjunnamed · logs: https://libera.catirclogs.org/prjunnamed
_whitelogger has joined #prjunnamed
_whitelogger has joined #prjunnamed
<vancz> i got serv seemingly hooked up to my thing yesterday
<vancz> finished the day looking at signals in gtkwave trying to figure out if it works
<vancz> downside of bit serial cpu is thats not so clear i guess heh
<vancz> i put a bunch of this in memory, and the words _seem_ to be read correctly onto some busses - the instruction and data bus seem to be reading it, but i dont see the actual operation results showing up correctly anywhere and i dont see the write operation being attempted...also need to see if i can find the program counter?
<vancz> addi x1 , x1, 1
<vancz> sw x1, 0(x1)
Guest17 has joined #prjunnamed
Guest17 has quit [Client Quit]
<vancz> ok actually looks like it probably works, i dont know what im doing and my program was broken. i was doing an unaligned write and it was exceptioning. figured that out by bothering to test the two assembly instructions i compiled on an online emulator...
<vancz> everything is testing all the way down
<vancz> i need to do better processes...