Skip to content

Pdf vendor

Eclipse Webmaster requested to merge github/fork/gmartin102/pdf_vendor into master

Created by: gmartin102

a couple of CI issues.

  1. pandoc program missing - called from docs/Makefile in make all
  2. vendor file modification in rtl/vendor/pulp_platform_tech_cells_generic/src/deprecated/generic_memory.sv. added meminti capability
  3. 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

Merge request reports

Loading