1. 02 Aug, 2012 2 commits
  2. 01 Aug, 2012 1 commit
    • gilsoriano's avatar
      m25p32 looks great now! · af60d66d
      gilsoriano authored
      - Synthesizable. Simulations reveals some little bugs in SPI cs_n pin and no loading of the registers.
      - The VHDL syntax uses extensively type record entities, translation functions between IOs and records, attributes for defined type records...
      - m25p32_core.vhd has now a package for itself m25p32_core_pkg.vhd. This file contains procedures for all the chain of spi instruction to write and read from the memory through SPI. It needs to add more cases.
      
      It still needs work to do.
      af60d66d
  3. 26 Jul, 2012 2 commits
  4. 24 Jul, 2012 1 commit
  5. 23 Jul, 2012 1 commit
  6. 20 Jul, 2012 1 commit
    • gilsoriano's avatar
      spi master update: · 470753fc
      gilsoriano authored
      - Added documentation in pdf about register and memory map.
      - Added testbench of the spi_master_core.
      470753fc
  7. 27 Jun, 2012 1 commit
  8. 22 Jun, 2012 1 commit
  9. 16 Jun, 2012 1 commit
  10. 15 Jun, 2012 2 commits
  11. 14 Jun, 2012 1 commit
    • gilsoriano's avatar
      Restructured CTDAH in a proper way: · 7bc7f4f0
      gilsoriano authored
      - Creation of a "hdl/ctdah_pkg: which share common components used along the design.
      - Creation of m24p32 HDL core for managing access to m25p32 memory.
      --- m24p32 is better structured by using packages, records and fucntions for easy translation.
      - Creation of "hdl/spi_master_multified" for communicating with m24p32
      - Modification "hdl/i2c_slave_wb_master" for better readability.
      7bc7f4f0
  12. 13 Jun, 2012 1 commit
  13. 10 Jun, 2012 3 commits
  14. 30 May, 2012 1 commit
  15. 08 May, 2012 1 commit
  16. 26 Apr, 2012 6 commits
  17. 10 Apr, 2012 1 commit
  18. 04 Apr, 2012 1 commit
  19. 30 Mar, 2012 2 commits
  20. 29 Mar, 2012 1 commit
  21. 20 Mar, 2012 1 commit
  22. 05 Mar, 2012 2 commits
  23. 01 Mar, 2012 1 commit
    • gilsoriano's avatar
      New User Guide: · 4f3d798d
      gilsoriano authored
      - Now is much more simplistic and better targeted for the client
      - Draft: more functionality, board pictures and installation
      4f3d798d
  24. 29 Feb, 2012 2 commits
  25. 27 Feb, 2012 1 commit
  26. 24 Feb, 2012 2 commits
    • gilsoriano's avatar
      Testbench improved: · c0c168dc
      gilsoriano authored
      - logs are generated
      - ICAP_SPARTAN6 needs 1u for correct startup
      - Added flags for issuing GENERALx synchronization (TODO)
      - Needs workaround multiboot_top_tb.vhd
      c0c168dc
    • gilsoriano's avatar
      Updating individual core documentation · 7da46427
      gilsoriano authored
      UserGuide now includes the following modules:
      - control
      - trigger
      - i2c slave
      - multiboot
      7da46427