Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
0b5a943a
Commit
0b5a943a
authored
14 years ago
by
an7s
Browse files
Options
Downloads
Patches
Plain Diff
refactoring
parent
2e9380af
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/p1xform.doxform.sh
+10
-5
10 additions, 5 deletions
tools/p1xform.doxform.sh
tools/p1xform.sh
+1
-1
1 addition, 1 deletion
tools/p1xform.sh
with
11 additions
and
6 deletions
tools/p1xform.doxform.sh
+
10
−
5
View file @
0b5a943a
...
...
@@ -7,13 +7,17 @@
# Binary spri file specification for P1 xform
#
FNS
=
$1
# file containing name of functions to evaluate
P1_DIR
=
$2
# directory with assembly SPRI rules
ASPRI_DIR
=
$3
# directory with assembly SPRI rules
echo
"=========================================="
echo
"Running p1xform.pbed.sh"
echo
"Running p1xform.doxform.sh"
echo
" FNS:
$FNS
"
echo
" P1_DIR:
$P1_DIR
"
echo
" ASPRI_DIR:
$ASPRI_DIR
"
echo
"=========================================="
FNS
=
$1
# file containing name of functions to evaluate
ASPRI_DIR
=
$2
# directory with assembly SPRI rules
NEW_ASPRI_FILE
=
$ASPRI_DIR
/p1.final.aspri
touch
$NEW_ASPRI_FILE
...
...
@@ -22,4 +26,5 @@ do
cat
$ASPRI_DIR
/p1.
$fn
.aspri
>>
$NEW_ASPRI_FILE
done
<
$FNS
$STRATA_REWRITE
/tools/spasm/spasm
$NEW_ASPRI_FILE
p1.final.bspri
echo
"p1xform.doxform.sh: issuing cmd:
$STRATA_REWRITE
/tools/spasm/spasm
$NEW_ASPRI_FILE
p1.final.bspri"
$STRATA_REWRITE
/tools/spasm/spasm
$NEW_ASPRI_FILE
$P1_DIR
/p1.final.bspri
This diff is collapsed.
Click to expand it.
tools/p1xform.sh
+
1
−
1
View file @
0b5a943a
...
...
@@ -97,6 +97,6 @@ cd $CURRENT_DIR
$PEASOUP_HOME
/tools/p1xform.pbed.sh
$P1_DIR
$KEEPS
$CONCOLIC
$BSPRI_DIR
cd
$CURRENT_DIR
$PEASOUP_HOME
/tools/p1xform.doxform.sh
$P1_DIR
/p1.final
$ASPRI_DIR
$PEASOUP_HOME
/tools/p1xform.doxform.sh
$P1_DIR
/p1.final
$P1_DIR
$ASPRI_DIR
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment