Clear Filters
Clear Filters

ZCU111 FMCP or generic custom port R/W

6 views (last 30 days)
I want to do some generic custom defined GPIO port R/W access on the FMCP connector of our ZCU111 board, especially LA bus [0..31] from/to PL using SOC Blockset. There does not seem to exist some generic block or some custom port feature like in the HDL workflow advisor 1.2. So are there any solutions available ? Is the Terasic F2G board supported? How can i make some generic IO R/W working on this board?
Thank you in advance

Accepted Answer

Tom Richter
Tom Richter on 15 Jul 2024
If the I/O pin is not defined in existing LED, DIP, PB blocks, you can use the ‘I/O Pin’ block to specify the custom pin.
  1. open soclib_beta
  2. add ‘I/O Pin’ block to the top model
  3. follow the help text on the block mask to define the custom pin
  4. connect the inport/output to DUT, just like how you use other IO blocks.
I just added such a block to an empty model and double-clicked it. The mask gives you all the necessary options:
This only works with Xilinx boards.

More Answers (0)

Products


Release

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!