<bpye>
Hey - with the formal support in yosys is there a better way to verify that a value cannot overflow than extending the result by a bit and adding an assert? This gets a little more complicated for signed but I guess still possible
furan has quit [Ping timeout: 272 seconds]
stroboko1p has joined #yosys
strobokopp has quit [Ping timeout: 244 seconds]
Ekho- is now known as Ekho
<ZipCPU>
bpye: That sounds like a good approach. I know I did something similar to make sure addresses wouldn't wrap in one of my AXI DMA proofs.