lutsabound has quit [Quit: Connection closed for inactivity]
AlexDaniel has quit [Ping timeout: 248 seconds]
AlexDaniel has joined #yosys
kraiskil has joined #yosys
dys has joined #yosys
kraiskil has quit [Read error: Connection reset by peer]
promach has joined #yosys
knielsen has joined #yosys
<promach>
for multiclock induction that FAILED , why would the counterexample trace follow exactly the failed assert() which means the assert() seems to be correct ?
kraiskil has joined #yosys
kraiskil has quit [Read error: Connection reset by peer]
kraiskil has joined #yosys
kraiskil has quit [Read error: Connection reset by peer]
maikmerten has joined #yosys
develonepi3 has quit [Remote host closed the connection]
develonepi3 has joined #yosys
lutsabound has joined #yosys
kraiskil has joined #yosys
dys has quit [Ping timeout: 276 seconds]
kraiskil has quit [Ping timeout: 240 seconds]
emeb has joined #yosys
xerpi has joined #yosys
pie__ has quit [Remote host closed the connection]
pie__ has joined #yosys
promach has quit [Quit: WeeChat 2.2]
<shapr>
ZipCPU: does the yosys suite have a simulator?
kraiskil has joined #yosys
<daveshah>
shapr: yes, yosys has a `sim` command built in (see `help sim`)
<shapr>
ok, thanks
<daveshah>
it's fairly basic, but it's quite useful for quick tests as it can create a stimulus
<daveshah>
Yosys doesn't support testbenches per se, nor is it very fast
<shapr>
from my coder perspective, is a simulator sort of like inputs to unit tests?
<shapr>
Since I'm using a BeagleWire, would I need a hardware logic sniffer? or would I be able to dump data to gtkwave?
<shapr>
I bet I need a BeagleWire forum for that question
<daveshah>
A hardware logic sniffer and a simulator are very different things
<daveshah>
A simulator runs on your computer only, involves no hardware and often no place-and-route or even synthesis
<shapr>
ok
<shapr>
that clears up several questions
kraiskil has quit [Remote host closed the connection]
kraiskil has joined #yosys
Marex has quit [*.net *.split]
ric96 has quit [*.net *.split]
etrig has quit [*.net *.split]
xerpi has quit [Remote host closed the connection]
dys has joined #yosys
Guest99708 has joined #yosys
X-Scale has quit [Ping timeout: 276 seconds]
X-Scale has joined #yosys
Marex has joined #yosys
<dys>
I'm trying to setup LVDS input according to lattice TN1253, but getting this error: src/place.cc:1078: void Placer::place_initial(): Assertion `valid(chipdb->cell_location[c].tile())' failed
<dys>
any ideas how to debug this further?
<dys>
there are no warnings that could hint at what's going wrong