Advertisement
Guest User

Untitled

a guest
Jul 6th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [ericb@ace fw]$ ls
  2. bin2hex.py console.c lnk-app.lds spi.c usb_desc_data.h
  3. boot.elf console.h lnk-boot.lds spi.h usb_ep0.c
  4. boot.hex firmware.c Makefile start.S usb.h
  5. boot.S led.c mini-printf.c usb.c usb_priv.h
  6. config.h led.h mini-printf.h usb_desc.c
  7. [ericb@ace fw]$ git log
  8. commit c138c61984b5e0098591d8b2b40300831529770e (HEAD -> usb, origin/master, origin/HEAD, master)
  9. Author: Sylvain Munaut <tnt@246tNt.com>
  10. Date: Sun Dec 29 13:09:01 2019 +0100
  11.  
  12. cores/e1: Add option to use an external LIU instead of the iCE40 as PHY
  13.  
  14. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  15.  
  16. commit f147c005dbd20b552e0158b7f56ae760084589a5
  17. Author: Sylvain Munaut <tnt@246tNt.com>
  18. Date: Wed Jun 12 20:19:16 2019 +0200
  19.  
  20. cores/e1: Minor synth improvement on CRC core
  21.  
  22. Writing the condition like this prevents yosys from creating a Set/Reset
  23. FF which can improve packing (avoid a different control set)
  24.  
  25. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  26.  
  27. commit 21300d8cfe7f1efa804ed18f3fe1646446541af2
  28. Author: Sylvain Munaut <tnt@246tNt.com>
  29. Date: Sat May 11 07:27:18 2019 +0200
  30.  
  31. cores/e1: Fix CRC error marker in BD out fifo
  32.  
  33. bd_done isn't aligned with df_valid so can't use the latter as the
  34. clock enable
  35.  
  36. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  37.  
  38. <and lots more of this...>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement