|
9 | 9 | version: "0.2", |
10 | 10 | summary: ( |
11 | 11 | ("PROOF SYSTEM", ( |
12 | | - ("logup.typ", [LogUp argument], <logup>), |
| 12 | + ("logup.typ", [`LogUp` argument], <logup>), |
13 | 13 | ("memory.typ", [Memory argument], <memory>), |
14 | 14 | )), |
15 | 15 | ("OVERVIEW", ( |
16 | 16 | ("variables.typ", [Variables], <vars>), |
17 | 17 | ("signatures.typ", [Signatures], <signatures>), |
18 | 18 | )), |
19 | 19 | ("TEMPLATES", ( |
20 | | - ("is_bit.typ", [IS_BIT template], <isbit>), |
21 | | - ("sign.typ", [SIGN template], <sign>), |
22 | | - ("add.typ", [ADD/SUB template], <add>), |
23 | | - ("neg.typ", [NEG template], <neg>), |
| 20 | + ("is_bit.typ", [`IS_BIT` template], <isbit>), |
| 21 | + ("sign.typ", [`SIGN` template], <sign>), |
| 22 | + ("add.typ", [`ADD`/`SUB` template], <add>), |
| 23 | + ("neg.typ", [`NEG` template], <neg>), |
24 | 24 | )), |
25 | 25 | ("MEMORY", ( |
26 | | - ("memw.typ", [MEMW chip], <memw>), |
| 26 | + ("memw.typ", [`MEMW` chip], <memw>), |
27 | 27 | )), |
28 | 28 | ("CPU", ( |
29 | | - ("decode.typ", [DECODE table], <decode>), |
30 | | - ("cpu.typ", [CPU chip], <cpu>), |
| 29 | + ("decode.typ", [`DECODE` table], <decode>), |
| 30 | + ("cpu.typ", [`CPU` chip], <cpu>), |
31 | 31 | )), |
32 | 32 | ("ALU", ( |
33 | | - ("shift.typ", [SHIFT chip], <shift>), |
34 | | - ("branch.typ", [BRANCH chip], <branch>), |
35 | | - ("lt.typ", [LT chip], <lt>), |
36 | | - ("mul.typ", [MUL chip], <mul>), |
37 | | - ("dvrm.typ", [DVRM chip], <dvrm>), |
38 | | - ("load.typ", [LOAD chip], <load>), |
39 | | - ("bitwise.typ", [BITWISE chips], <bitwise>), |
| 33 | + ("shift.typ", [`SHIFT` chip], <shift>), |
| 34 | + ("branch.typ", [`BRANCH` chip], <branch>), |
| 35 | + ("lt.typ", [`LT` chip], <lt>), |
| 36 | + ("mul.typ", [`MUL` chip], <mul>), |
| 37 | + ("dvrm.typ", [`DVRM` chip], <dvrm>), |
| 38 | + ("load.typ", [`LOAD` chip], <load>), |
| 39 | + ("bitwise.typ", [`BITWISE` chips], <bitwise>), |
40 | 40 | )), |
41 | 41 | ("ECALLS", ( |
42 | | - ("about_ecalls.typ", [About ECALL], <ecall>), |
43 | | - ("halt.typ", [HALT chip], <halt>), |
44 | | - ("commit.typ", [COMMIT chip], <commit>), |
| 42 | + ("about_ecalls.typ", [About `ECALL`], <ecall>), |
| 43 | + ("halt.typ", [`HALT` chip], <halt>), |
| 44 | + ("commit.typ", [`COMMIT` chip], <commit>), |
45 | 45 | )) |
46 | 46 | ) |
47 | 47 | ) |
|
0 commit comments