Pdf vendor
Created by: gmartin102
a couple of CI issues.
- pandoc program missing - called from docs/Makefile in make all
- vendor file modification in rtl/vendor/pulp_platform_tech_cells_generic/src/deprecated/generic_memory.sv. added meminti capability
- related to the above, the meminit uses $psprintf function to extract the instance name from the %m variable. which lint flags as an unknown PLI call. We should be able use $sprintf to extract %m, but it doesn't recognize the %m name
Signed-off-by: Greg Martin gmartin@quicklogic.com