Use `SMALL_CRC` to enable smaller CRC versions.
authorTim 'mithro' Ansell <me@mith.ro>
Mon, 2 Sep 2019 21:48:30 +0000 (14:48 -0700)
committerTim 'mithro' Ansell <me@mith.ro>
Mon, 2 Sep 2019 21:48:30 +0000 (14:48 -0700)
commit2a41f0d2a4df26bc4694870af76551ec2b5d0611
tree15b251a29b859136dbe05f0ad07fba44c01a9cab
parent083337441ac77180826886650e2208f8b699a2f8
Use `SMALL_CRC` to enable smaller CRC versions.

@xobs created a smaller code size version of the CRC functions. Enable
these if someone uses the `SMALL_CRC` define.
litex/soc/software/libbase/crc16.c
litex/soc/software/libbase/crc32.c