Skip to content

Commit

Permalink
fixup! [major] Add public modules
Browse files Browse the repository at this point in the history
  • Loading branch information
seldridge committed Nov 1, 2023
1 parent 5676d11 commit 996e307
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ follows where `module` is the name of the public module:
filelist_filename = "filelist_" , module , ".f" ;
```

The filelist contents shall include the name of the file containing the public
module on the first line. All subsequent lines shall include the name of
additional files:

``` ebnf
filelist_contents = public_module_file , { newline , file } ;
```
The filelist contents are a newline-delimited list of filenames.

The ports of public modules shall be lowered using one of the Port Lowering ABIs.

Expand Down

0 comments on commit 996e307

Please sign in to comment.