whitequark changed the topic of #glasgow to: digital interface explorer · code https://github.com/GlasgowEmbedded/glasgow · logs https://libera.irclog.whitequark.org/glasgow · discord https://1bitsquared.com/pages/chat · production https://www.crowdsupply.com/1bitsquared/glasgow (FUNDED)
jstein has quit [Quit: quit]
redstarcomrade has joined #glasgow
cr1901_ has joined #glasgow
cr1901 has quit [Ping timeout: 248 seconds]
joerg has quit [Ping timeout: 255 seconds]
joerg has joined #glasgow
redstarcomrade has quit [Quit: Connection closed for inactivity]
bvernoux has joined #glasgow
Foxyloxy has quit [Quit: Textual IRC Client: www.textualapp.com]
Foxyloxy has joined #glasgow
<_whitenotifier-9> [glasgow] VioletEternity opened issue #304: Synthesis for applets fails with YoWASP with: ERROR: Assert `ofs.is_open()' failed in ../yosys-src/passes/techmap/abc9_ops.cc:950. - https://github.com/GlasgowEmbedded/glasgow/issues/304
<whitequark> i wonder what the hell goes wrong there
<whitequark> why does abc crash
<d1b2> <gatecat> it's not abc crashing afaik but the yosys abc integration
<whitequark> oh
<whitequark> ohhh yeah
<d1b2> <gatecat> something going wrong with temporary directory creation ig
<whitequark> oh, yowasp stopped mounting those
<d1b2> <gatecat> the abc9 path should be preparing a temporary directory to put the various stuff abc needs into and I guess this is the first time it tries to open a file there
<d1b2> <gatecat> ahh
<whitequark> and VioletEternity uses on Windows
<whitequark> ... because it was broken on Windows
<whitequark> oh well
<whitequark> :s
<whitequark> so this doesn't actually fail on Linux?
<whitequark> oh.
<whitequark> oh that's because it has /tmp
sauce has quit [Quit: sauce]
<_whitenotifier-9> [glasgow] whitequark commented on issue #304: Synthesis for applets fails with YoWASP with: ERROR: Assert `ofs.is_open()' failed in ../yosys-src/passes/techmap/abc9_ops.cc:950. - https://github.com/GlasgowEmbedded/glasgow/issues/304#issuecomment-1433236654
<_whitenotifier-9> [glasgow] whitequark commented on issue #304: Synthesis for applets fails with YoWASP with: ERROR: Assert `ofs.is_open()' failed in ../yosys-src/passes/techmap/abc9_ops.cc:950. - https://github.com/GlasgowEmbedded/glasgow/issues/304#issuecomment-1433237821
sauce has joined #glasgow
cr1901_ is now known as cr1901
bvernoux has quit [Read error: Connection reset by peer]
ar-jan has joined #glasgow
<_whitenotifier-9> [glasgow] whitequark commented on issue #304: Synthesis for applets fails with YoWASP with: ERROR: Assert `ofs.is_open()' failed in ../yosys-src/passes/techmap/abc9_ops.cc:950. - https://github.com/GlasgowEmbedded/glasgow/issues/304#issuecomment-1433617273
<_whitenotifier-9> [glasgow] VioletEternity commented on issue #304: Synthesis for applets fails with YoWASP with: ERROR: Assert `ofs.is_open()' failed in ../yosys-src/passes/techmap/abc9_ops.cc:950. - https://github.com/GlasgowEmbedded/glasgow/issues/304#issuecomment-1433651726
lxdr has quit [Remote host closed the connection]
lxdr has joined #glasgow
<_whitenotifier-9> [glasgow] whitequark commented on issue #304: Synthesis for applets fails with YoWASP with: ERROR: Assert `ofs.is_open()' failed in ../yosys-src/passes/techmap/abc9_ops.cc:950. - https://github.com/GlasgowEmbedded/glasgow/issues/304#issuecomment-1433681636
<_whitenotifier-9> [glasgow] whitequark closed issue #304: Synthesis for applets fails with YoWASP with: ERROR: Assert `ofs.is_open()' failed in ../yosys-src/passes/techmap/abc9_ops.cc:950. - https://github.com/GlasgowEmbedded/glasgow/issues/304
jstein has joined #glasgow
jstein has quit [Quit: quit]
<FFY00> hey, I am trying to dump the firmware of a HD6473388CP10, which AFAICT needs to be put in PROM mode, by setting D0 and D1 to high, and then it can be read like a normal PROM (they say it's compatible with a HN27C256H)
Eli2| has joined #glasgow
<FFY00> I made the following changes, to implement this (just playing with it for now, not code to submit), but I'd just like for someone to double check it's correct, as I don't have much experience writing applets https://paste.xinu.at/Zw8I6P/
<FFY00> right now I'm running on 5.5V, instead of 6V, and I only zeros, so I wanted to confirm my patch is correct, and that the issue comes from somewhere else, the voltage probably
<whitequark> oh, interesting
<whitequark> do you have a datasheet link?
Eli2_ has quit [Ping timeout: 252 seconds]
<FFY00> yeah, 1s
<FFY00> section 13
<FFY00> actually, it says "Set read mode Vcc = 5.0V ±0.5V, Vpp = Vcc" here
<FFY00> so 5V should be fine
<FFY00> and the issue might be me not setting Vpp
<FFY00> never dealt with PROM interfaces before
<whitequark> how are you connecting the PROM?
<FFY00> I made an adapter to adapt the microcontroller to a HN27C256H footprint and am just running jumpers off that
<whitequark> it has way more pins in EEPROM mode than Glasgow has, how are you dealing with it?
<FFY00> not connecting all address pins right now
<whitequark> I think you might not be waiting before a read cycle
<whitequark> (I'm going to sleep, talk to you tomorrow)
<FFY00> gotcha, good night
<whitequark> night!