Skip to content

fix: standardize paths in asap7 riscv32i config.mk#4082

Merged
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
oharboe:riscv32i-consistency
Mar 31, 2026
Merged

fix: standardize paths in asap7 riscv32i config.mk#4082
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
oharboe:riscv32i-consistency

Conversation

@oharboe
Copy link
Copy Markdown
Collaborator

@oharboe oharboe commented Mar 30, 2026

Use $(PLATFORM_DIR) consistently instead of hardcoded ./platforms/$(PLATFORM). Fix lib path from $(LIB_DIR)/fakeram7_256x32.lib to $(PLATFORM_DIR)/lib/NLDM/fakeram7_256x32.lib to match the actual directory structure:

$ find . | grep fakeram7_256x32\.lib
./platforms/asap7/lib/NLDM/fakeram7_256x32.lib
$

Use $(PLATFORM_DIR) consistently instead of hardcoded
./platforms/$(PLATFORM). Fix lib path from $(LIB_DIR)/fakeram7_256x32.lib
to $(PLATFORM_DIR)/lib/NLDM/fakeram7_256x32.lib to match the actual
directory structure:

    $ find . | grep fakeram7_256x32\.lib
    ./platforms/asap7/lib/NLDM/fakeram7_256x32.lib
    $

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
@oharboe oharboe requested a review from maliberty March 30, 2026 20:07
@maliberty maliberty merged commit 738bc90 into The-OpenROAD-Project:master Mar 31, 2026
8 checks passed
@oharboe oharboe deleted the riscv32i-consistency branch April 19, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants