Merge pull request #2135 from boqwxp/qbfsat-timeinfo
[yosys.git] / manual / appnotes.sh
index 1160af6af1b51ed2937a2718fd95085d181483ab..0ae52862ec1c0cf76af28863e4c7200d16f8da07 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 set -ex
-for job in APPNOTE_010_Verilog_to_BLIF APPNOTE_011_Design_Investigation
+for job in APPNOTE_010_Verilog_to_BLIF APPNOTE_011_Design_Investigation APPNOTE_012_Verilog_to_BTOR
 do
        [ -f $job.ok -a $job.ok -nt $job.tex ] && continue
        if [ -f $job/make.sh ]; then