Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 10, 2024
1 parent d687a1b commit 170030a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion avr_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from subprocess import Popen, PIPE
from enum import Enum

version=2.2
version="2.2.3"
start_time = time.time()

cmdSuffix = ""
Expand Down
6 changes: 3 additions & 3 deletions src/reach/avr_word_netlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2217,9 +2217,9 @@ void OpInst::propagate_uf() {
;
}

if (this != this->get_simple()) {
cout << "uf_prop: " << *this << " -> " << *(this->t_simple) << endl;
}
// if (this != this->get_simple()) {
// cout << "uf_prop: " << *this << " -> " << *(this->t_simple) << endl;
// }
}

bool OpInst::is_heavy_uf() {
Expand Down
18 changes: 9 additions & 9 deletions workers.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
python3 avr.py --backend y2 --split --abstract sa+uf+nopropagate
python3 avr.py --backend y2 --split
python3 avr.py --kind --abstract sa --backend y2 --split
python3 avr.py --kind --abstract sa --backend y2
python3 avr.py --abstract sa
python3 avr.py --kind --abstract sa --backend bt
python3 avr.py --bmc --abstract sa --backend bt --split
python3 avr.py --abstract sa8 --level 5 --granularity 3 --forward 1 --interpol 1
python3 avr.py --abstract sa4 --backend y2 --split --forward 1 --interpol 1
python3 avr.py --bmc --abstract sa --backend y2 --split
python3 avr.py
python3 avr.py --abstract sa8 --backend y2 --split --interpol 1
python3 avr.py --split --level 0
python3 avr.py --bmc --abstract sa+heavy --backend bt
python3 avr.py --bmc --abstract sa --backend y2
python3 avr.py --kind --abstract sa --backend bt --split
python3 avr.py --bmc --abstract sa --backend bt
python3 avr.py --kind --abstract sa --backend bt
python3 avr.py --abstract sa4 --backend y2 --split --forward 1 --interpol 1
python3 avr.py --abstract sa+heavy --backend y2 --split
python3 avr.py --bmc --abstract sa+heavy --backend bt
python3 avr.py --split --level 0
python3 avr.py --abstract sa16 --backend y2 --split
python3 avr.py --kind --abstract sa --backend y2
python3 avr.py --abstract sa8 --backend y2 --split --interpol 1

0 comments on commit 170030a

Please sign in to comment.