(no commit message)
[libreriscv.git] / lxo / ChangeLog
1 2020-11-28
2
3 * 532: Implemented a skeleton for compression ratio estimation,
4 initially with the simpler mode switching of the 8-bit nop,
5 odd-address 16-bit insns. Next, rewrite it for all the complexity
6 of mode switching envisioned for the "attempt 1" proposal. (2:02)
7
8 2020-11-23
9
10 * 238: Debating various possibilities of 16-bit encoding. (5:20)
11
12 * 532: Wrote a histogram python script, that breaks counts down
13 per opcode, and within them, by operands. (2:05)
14
15 2020-11-22
16
17 * 529: Brought up the possibilities of using 8-bit nops to switch
18 between modes, so that 16-bit insns would be at odd addresses, so
19 that we could use the full 16-bits; of using 2-operand insns
20 instead of 3- for 16-bit mode so as to increase the coverage of
21 the compact encoding.
22 * 238: Luke moved the comment above here, where it belonged.
23 * 529: Elaborated how using actual odd-addresses for 16-bit insns
24 would be dealt with WRT endianness. Prompted by luke, added it to
25 the wiki.
26 * Wiki: Added self to team. (11:50)
27
28 2020-11-21
29
30 * 532: Wrote patch for binutils to print insn histogram.
31 * Mission: Restated the proposal of adding "and users" to the
32 mission statement, next to customers, as those we wish to enable
33 to trust our products. (6:48)
34
35 2020-11-20
36
37 Reposted join message to the correct list.
38 * 238: Started looking into it, from
39 https://libre-soc.org/openpower/sv/16_bit_compressed/
40
41 2020-11-19
42
43 Joined.