Skip to content

Commit

Permalink
Merge a78ca8f into 68e7454
Browse files Browse the repository at this point in the history
  • Loading branch information
LeuisKen committed Jan 7, 2019
2 parents 68e7454 + a78ca8f commit 4db0ab4
Show file tree
Hide file tree
Showing 3 changed files with 8,315 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grammar/fbp.peg
Expand Up @@ -124,7 +124,7 @@
ref1 = input.outports;
for (name in ref1) {
outPort = ref1[name];
process = getInOutName(name, inPort);
process = getInOutName(name, outPort);
name = input.caseSensitive ? name : name.toUpperCase();
outPort.port = input.caseSensitive ? outPort.port : outPort.port.toUpperCase();
output += "OUTPORT=" + process + "." + outPort.port + ":" + name + "\n";
Expand Down
2 changes: 1 addition & 1 deletion lib/fbp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4db0ab4

Please sign in to comment.