-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Notes for Developer | ||
|
||
- `main.py`: used for mkdocs-macros-plugin, implement functions used in markdown. | ||
- `check.py`: check generated docs against gcc intrinsics document. | ||
- `check_instr.py`: check generated docs against binutils opcodes. | ||
- `code/find_vd_source.py`: locate functions that have vd/xd as a source operand. | ||
- `code/gen_impl.py`: generate C implementations for intrinsics. | ||
- `code/gen_tb.py`: generate testbench for intrinsics. | ||
- `code/untest.py`: list untested intrinsics. | ||
- `code/gen_measure.py`: generate `measure.h` to measure latency and throughput of instructions. | ||
- `code/Makefile`: use `make run` to validate C implementations against hardware, use `make run-measure` to measure latency and throughput. |