Skip to content

VCS Manifest File Path Error #2573

@deepeshsahoo

Description

@deepeshsahoo

Bug Title

Issue with manifest file in vcsify with make vcs-* options

Type

  • Compile error

Steps to Reproduce

  1. Branch : Master
  2. Command line
    a. cd $core-v-verif/cv32e40p/sim/core
    b. make vcs-run

Additional context

Command in makefile
$(VCS) +vc -sverilog -race=all -ignore unique_checks -full64
-timescale=1ns/1ps
-assert svaext
-CC "-I$(VCS_HOME)/include -O3 -march=native" $(VCS_FLAGS)
-f $(MAKE_DIR)/$(CV_CORE_MANIFEST)
$(TBSRC_PKG) $(TBSRC)
The CV_CORE_MANIFEST already includes the right path, hence MAKE_DIR isn't needed.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions