• Cortex-M0--Simple APB peripheral Design (LED)
    Hello Guys, I connected the peripheral (LED) with cortex-M0 processor and APB BUS using CMSDK in FPGA of the spartan 6 family. I used the AHB-APB bridge to connect it to the processor. I am attaching...
  • Cortex-M0--Simple APB peripheral Design (LED)
    Hello Guys, I connected the peripheral (LED) with cortex-M0 processor and APB BUS using CMSDK in FPGA of the spartan 6 family. I used the AHB-APB bridge to connect it to the processor. I am attaching...
  • how can i design APB to AHB bridge ??
    i want to design a bridge between APB  and AHB in verilog my design consists of : 1. control clock unit (ccu)   // using APB 2. my DUT contains registers module & functional module  // using AHB 3. tow...
  • how can i design APB to AHB bridge ??
    i want to design a bridge between APB  and AHB in verilog my design consists of : 1. control clock unit (ccu)   // using APB 2. my DUT contains registers module & functional module  // using AHB 3. tow...
  • When should APB slave Sample address/Data for read/write transaction from APB master?
    I am working on design of APB master and slave connected back to back. Slave component has simple reg with 16 locations As per APB, for READ/WRITE transaction from master I am generating PSEL = 1 in...