awordnot has quit [Read error: Connection reset by peer]
awordnot has joined #yosys
emeb_mac has quit [Quit: Leaving.]
jakobwenzel has joined #yosys
az0re has quit [Remote host closed the connection]
az0re has joined #yosys
forrestv has quit [Ping timeout: 260 seconds]
forrestv has joined #yosys
N2TOH has quit [Quit: PULL!]
flaviusb has joined #yosys
citypw has quit [Remote host closed the connection]
citypw has joined #yosys
nengel has quit [Quit: nengel]
attie has joined #yosys
citypw has quit [Ping timeout: 240 seconds]
az0re has quit [Ping timeout: 240 seconds]
citypw has joined #yosys
kristianpaul has joined #yosys
<z0ttel>
I am somewhat puzzled by what I read about the verific frontend. Does it really allow SymbiYosys to prove sequence expressions? Are these expanded by the frontend and reduced to what the expressions understood by the open-source front-end are capable of, or are there more powerful temporal logic expression understood internally than the regular front-end supports?
<z0ttel>
I'm pretty confident that I can trust a FIFO that succeeds in cover and bmc checks with that scaffolding, but somehow, a more integrated version that will help when the FIFO is embedded in a whole system would be nice too.
<ZipCPU>
z0ttel: The typical proof of a FIFO is that you can write an arbitrary two values into it, and then some time later read them back out and in the same order
<ZipCPU>
To see how you might handle that, feel free to check out the FIFO lesson of my tutorial: https://zipcpu.com/tutorial
<z0ttel>
Ah, I must've skipped the presentation. cool, thx.
<z0ttel>
@ZipCPU: There's something I thought about when reading your skynet/exchanging asserts/assumes article: Wouldn't a general assert(all assumptions imply property) style solve that issue?
<ZipCPU>
I'm not sure how it would or could
kristianpaul has joined #yosys
klotz has quit [Quit: klotz]
emeb_mac has joined #yosys
<ZipCPU>
z0ttel: The problem with skynet was roughly: assume(A); B = A; assert(B); If you switch it to B=A; if (A) assert(A) ... you still have the same problem.
<z0ttel>
I meant switch "assume(A) ... assert(B)" to "assert (A -> B)".
<z0ttel>
but will have another look at the issue tomorrow, EU sleepy time now.
<ZipCPU>
o/
<ZipCPU>
But ... A = B; assert(A |-> B) is next to tautologous. So also is: A = B; assert(B |-> A); It doesn't make a difference
<z0ttel>
but having assume(A); B=A; assume(B) is just as tautologous^^
<z0ttel>
(the latter assume being an assert)
<ZipCPU>
Yes
Asu has quit [Ping timeout: 240 seconds]
Asuu has joined #yosys
Asuu has quit [Remote host closed the connection]
pacak has quit [Remote host closed the connection]
pacak has joined #yosys
lf_ has joined #yosys
lf has quit [Ping timeout: 260 seconds]
FFY00 has quit [Read error: Connection reset by peer]
FFY00 has joined #yosys
FFY00 has quit [Remote host closed the connection]
FFY00 has joined #yosys
FFY00 has quit [Remote host closed the connection]