Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake unit tests fail with FATAL ERROR: Nonzero origin is not supported, macro: pllclk #3

Closed
olerichter opened this issue Sep 11, 2022 · 3 comments

Comments

@olerichter
Copy link

olerichter commented Sep 11, 2022

while i was enabling all tests for the automated builds in act flow i stumbled on failing tests in dali:

when running make test 2 out of 3 unit tests fail with FATAL ERROR: Nonzero origin is not supported, macro: pllclk

for build instructions see CI PR #4

Running tests...
Test project /root/project/Dali/build
    Start 1: ioplacer_benchmark_preparation
1/3 Test #1: ioplacer_benchmark_preparation ...   Passed    0.01 sec
    Start 2: all_iopin_use_same_metal_layer
2/3 Test #2: all_iopin_use_same_metal_layer ...***Failed    0.05 sec
FATAL ERROR:
    Nonzero origin is not supported, macro: pllclk
/root/project/phyDB/phydb/lefdefparser.cpp : 82 : getLefMacros

    Start 3: add_and_place_io_pins
3/3 Test #3: add_and_place_io_pins ............***Failed    0.06 sec
FATAL ERROR:
    Nonzero origin is not supported, macro: pllclk
/root/project/phyDB/phydb/lefdefparser.cpp : 82 : getLefMacros


33% tests passed, 2 tests failed out of 3

Total Test time (real) =   0.12 sec

The following tests FAILED:
	  2 - all_iopin_use_same_metal_layer (Failed)
	  3 - add_and_place_io_pins (Failed)
Errors while running CTest
make: *** [Makefile:71: test] Error 8
@olerichter
Copy link
Author

it kind of blocks asyncvlsi/actflow#1 as we would need to patch the failing tests a way

@Yang-Yihang
Copy link
Member

Hi Ole, thanks for pointing this out.
Could you disable cmake unit tests? These unit tests were written for myself.

@Yang-Yihang Yang-Yihang closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2022
@olerichter
Copy link
Author

ok will do!

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

No branches or pull requests

2 participants