add bit permutations
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 5 Apr 2018 11:44:00 +0000 (12:44 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 6 Apr 2018 11:43:54 +0000 (12:43 +0100)
shakti/m_class.mdwn

index ed3953b49c11077a3e3ee3a5ec2d65e0b6b2506e..75329e2403802b662504e7ff6a417bc656c9928b 100644 (file)
@@ -353,5 +353,9 @@ many more.
 * <https://dac.com/media-center/exhibitor-news/synopsys%E2%80%99-designware-universal-ddr-memory-controller-delivers-30-percent> 110nm DDR3 PHY
 * <https://bitbucket.org/cfelton/minnesota> myhdl HDL cores
 * B Extension proposal <https://groups.google.com/a/groups.riscv.org/forum/#!topic/isa-dev/zi_7B15kj6s>
-[[!tag cpus]]
+* Bit-extracts <https://github.com/cliffordwolf/bextdep>
+* Bit-reverse <http://programming.sirrida.de/bit_perm.html#general_reverse_bits>
+* Bit-permutations <http://programming.sirrida.de/bit_perm.html#c_e>
 
+>
+[[!tag cpus]]