1. 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
  2. 26 Jul, 2012 2 commits
  3. 24 Jul, 2012 1 commit
  4. 23 Jul, 2012 1 commit
  5. 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
  6. 27 Jun, 2012 1 commit
  7. 22 Jun, 2012 1 commit
  8. 16 Jun, 2012 1 commit
  9. 15 Jun, 2012 2 commits
  10. 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
  11. 13 Jun, 2012 1 commit
  12. 10 Jun, 2012 3 commits
  13. 30 May, 2012 1 commit
  14. 08 May, 2012 1 commit
  15. 26 Apr, 2012 6 commits
  16. 10 Apr, 2012 1 commit
  17. 04 Apr, 2012 1 commit
  18. 30 Mar, 2012 2 commits
  19. 29 Mar, 2012 1 commit
  20. 20 Mar, 2012 1 commit
  21. 05 Mar, 2012 2 commits
  22. 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
  23. 29 Feb, 2012 2 commits
  24. 27 Feb, 2012 1 commit
  25. 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
  26. 23 Feb, 2012 2 commits