Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
b51ab369
Commit
b51ab369
authored
Oct 24, 2011
by
Baruch Sterin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pyabc: minor changes for compeition
parent
a6d6a40f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
scripts/abc.rc
+1
-3
scripts/new_abc_commands.py
+7
-0
No files found.
scripts/abc.rc
View file @
b51ab369
python new_abc_commands.py
python reachx_cmd.py
load_plugin bip "Bip"
python -c "import reachx_cmd"
# global parameters
set check # checks intermediate networks
...
...
scripts/new_abc_commands.py
View file @
b51ab369
import
sys
import
os
import
pyabc
import
par
...
...
@@ -116,6 +117,12 @@ def proof_command_wrapper(prooffunc, category_name, command_name, change):
pyabc
.
run_command
(
'/pushdtemp'
)
try
:
for
d
in
os
.
environ
[
'PATH'
]
.
split
(
':'
):
bip
=
os
.
path
.
join
(
d
,
'bip'
)
if
os
.
path
.
exists
(
bip
):
pyabc
.
run_command
(
"load_plugin
%
s Bip"
%
bip
)
break
basename
=
os
.
path
.
basename
(
aig_filename
)
shutil
.
copyfile
(
aig_filename
,
basename
)
aig_filename
=
basename
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment