wpwrak has quit [Read error: Connection reset by peer]
wpwrak has joined ##openfpga
ZipCPU|Laptop has joined ##openfpga
m_t has quit [Quit: Leaving]
<rqou> O_o electroboom is now doing "serious" educational videos that don't just involve shocking himself: https://www.youtube.com/watch?v=vn4J8RcMGrM
<awygle> That seems like dangerous cross promotion lol
<rqou> dangerous?
<awygle> "hi I'm teaching you things" "oh cool I'll go to his other videos to learn more things"
<awygle> "Oh whoops I'm dead now"
unixb0y has quit [Ping timeout: 256 seconds]
unixb0y has joined ##openfpga
<tinyfpga> mintro: been reading up on 7-series multiboot. Looks like I need to instantiate an internal configuration primitive and send a command that tells it to reconfigure from a specific address in SPI flash
<tinyfpga> mithro: once I have that it should be very similar to how the bootloader works on ice40
<mithro> tinyfpga: yeah
rohitksingh has joined ##openfpga
rohitksingh has quit [Quit: Leaving.]
rohitksingh has joined ##openfpga
rohitksingh has quit [Quit: Leaving.]
xdeller__ has joined ##openfpga
xdeller_ has quit [Remote host closed the connection]
azonenberg has quit [Ping timeout: 240 seconds]
kem__ has joined ##openfpga
Ishan_Bansal_ has joined ##openfpga
indy has quit [Ping timeout: 240 seconds]
kem_ has quit [Read error: Connection reset by peer]
Ishan_Bansal has quit [Read error: Connection reset by peer]
grantsmith has quit [Ping timeout: 240 seconds]
eric_ has quit [Ping timeout: 240 seconds]
kem__ is now known as kem_
Ishan_Bansal_ is now known as Ishan_Bansal
grantsmith has joined ##openfpga
grantsmith has joined ##openfpga
grantsmith has quit [Changing host]
eric_ has joined ##openfpga
<whitequark> awygle: pong
<whitequark> what up? i was sleeping
indy has joined ##openfpga
azonenberg has joined ##openfpga
ovf has quit [Ping timeout: 240 seconds]
ovf has joined ##openfpga
_whitelogger has joined ##openfpga
mumptai has joined ##openfpga
<ZipCPU|Laptop> tinyfpga: I've got multiboot working as a wishbone peripheral if you are interested.
<ZipCPU|Laptop> See https://github.com/ZipCPU/wbicapetwo Designed to work with 7-series devices, includes (untested) code for Spartan 6's as well.
user10032 has joined ##openfpga
ZipCPU|Laptop has quit [Ping timeout: 246 seconds]
DocScrutinizer05 has quit [Ping timeout: 240 seconds]
DocScrutinizer05 has joined ##openfpga
m_t has joined ##openfpga
jn__ has quit [Ping timeout: 268 seconds]
m_t has quit [Quit: Leaving]
jn__ has joined ##openfpga
noobineer has joined ##openfpga
<tinyfpga> ZipCPU: nice, I’ll take a look. Probably won’t use the whole wishbone peripheral, but it will be great to use as a reference
<tinyfpga> ZipCPU: I’m going to create a module with a synchronous boot signal that will drive the ipace2 module with commands from a small ROM
<tinyfpga> ZipCPU: or...after taking a closer look, I might use the wishbone peripheral
<awygle> whitequark: so was i
<awygle> whitequark: i'm trying to implement the loopback mpsse commands by reassigning tdo in the MPSSEBus module but i am failing to update my loopback mux select signal from the command processor for reasons i don't understand
<awygle> if you have a second, can you take a look at https://github.com/awygle/Glasgow-JTAG/tree/loopback ? i'm sure i am making a simple migen error
<whitequark> awygle: if you do .eq() in an FSM action you get a combinatorial assign
<whitequark> if you do NextValue you get a register
<awygle> whitequark: ah ok, now the value is changing. thanks
soylentyellow has quit [Ping timeout: 240 seconds]
noobineer has quit [Ping timeout: 252 seconds]
Bike has quit [Ping timeout: 240 seconds]
Bike has joined ##openfpga
eduardo_ has joined ##openfpga
wpwrak has quit [Quit: Leaving]
wpwrak has joined ##openfpga
digshadow has quit [Ping timeout: 264 seconds]
digshadow has joined ##openfpga
ZipCPU|Laptop has joined ##openfpga
noobineer has joined ##openfpga
noobineer has quit [Ping timeout: 240 seconds]
noobineer has joined ##openfpga
noobineer has quit [Ping timeout: 240 seconds]
<rqou> somewhat unclear, but code protection bypass on psoc1: https://syscall.eu/blog/2018/03/12/aigo_part2/
<rqou> cc azonenberg, cyrozap, pointfree
finsternis has quit [Read error: Connection reset by peer]
finsternis has joined ##openfpga
<pointfree> rqou: Wow interesting
<pointfree> rqou: The PSoC 5LP SPC core is an M8B, an older version of the M8C (M8C == PSoC 1).
<pointfree> rqou: This could make hack upgrades to the PSoC 5LP more likely is all I'm going to say.
<rqou> wait how? what's SPC?
<rqou> does the psoc5 boot off of a potato that has to then boot up the arm core?
user10032 has quit [Quit: Leaving]
<pointfree> rqou: It's the "System Performance Controller" it's used for the rw interface/access to non-volatile memory etc.
noobineer has joined ##openfpga
<rqou> it seems like in general we need more RE on debugger protocols
<rqou> tons of overlooked bugs there
<pie_> so they used an older version for the newer one?
<rqou> i assume it's a nice tiny potato-quality core good for running a single state machine
mumptai has quit [Remote host closed the connection]
<kc8apf> After 7h thrown at Make, TCL, and more, I have a build environment that can clean up after Vivado.
<kc8apf> now, back to working out Apple][ MMU details