25.02.2017 Views

Formal Verification with Yosys-SMTBMC Clifford Wolf

slides

slides

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

setreset.v<br />

module setreset(input clk, input set, rst, d, output q1, q2);<br />

reg q1 = 0;<br />

always @(posedge clk, posedge set, posedge rst)<br />

if (rst) q1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!