Skip to content

Files

Latest commit

6d9fa2e · Nov 12, 2020

History

History

sdk-driver-rt-symbols

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 12, 2020
Nov 12, 2020
Nov 12, 2020
Nov 12, 2020

Instructions

Note that this exercise needs the setup from the previous exercise, sdk-driver-header.

  1. Create my_ip/my_ip.c in pulp-sdk/runtime/pulp-rt/drivers. This the implementation file of the driver.
  2. Create rt/rt_my_ip.h in pulp-sdk/runtime/pulp-rt/include. Expose the correct declarations.
  3. Add an #include statement to rt/rt_api_decl.h to make sure the declaration is visible to your program when include "pulp.h"
  4. Try to pass the test