zachjs has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
s_frit has quit [Remote host closed the connection]
s_frit has joined #yosys
srk has quit [Remote host closed the connection]
srk has joined #yosys
emeb_mac has quit [Quit: Leaving.]
vidbina_ has joined #yosys
sorki has joined #yosys
srk has quit [Ping timeout: 240 seconds]
sorki is now known as srk
fevv8[m] has quit [Quit: Idle for 30+ days]
jakobwenzel has joined #yosys
s_frit_ has joined #yosys
s_frit has quit [Ping timeout: 272 seconds]
pacak has quit [Remote host closed the connection]
pacak has joined #yosys
vidbina_ has quit [Ping timeout: 264 seconds]
<pepijndevos>
mwk, I pointed a debugger at that spice.cc warning, but not having much luck with my limited understanding of yosys internals. I'm trying to see which modules it knows about.
<pepijndevos>
oh my goodddd I know...
<pepijndevos>
the design->module includes a \ at the start, while the cell->type does not
<pepijndevos>
Is one of the two more correct than the other? Like, should I just slap a blackslash at the front of the cell type and be done with it?
<pepijndevos>
In Verilog, is \foo different from foo?
<pepijndevos>
I seem to recall \foo is a "raw" identifier
<pepijndevos>
So seems there is a mismatch between the $_NORMAL identifiers generated by `synth` and the \$_RAW_ identifiers in simcells.v
<daveshah>
you need to add -icells to read_verilog
vidbina_ has joined #yosys
<pepijndevos>
huh
<pepijndevos>
oh okay that works... weird
<pepijndevos>
cool thanks! Now I have a blinky in spice... yay?