Steve
Steve
What is [INPUT_XDC_FILES](https://github.com/MidsummerNight/symbiflow-arch-defs/blob/7bc40406d3c6a80b85ba2c72709b0fa09cd6bff2/xc/xc7/tests/counter/CMakeLists.txt#L188) for? Should I use `INPUT_IO_FILE` instead? And why does INPUT_XDC_FILES always comes with INPUT_IO_FILE in the existing targets?
The recipe for `counter_ax7050_bit` of the `Makefile2` looks like this. You can see the XDC file is not included, as opposed to targets like `counter_arty_bit`. ``` # Target rules for...
@acomodi Hi, but it's right [here](https://github.com/MidsummerNight/symbiflow-arch-defs/blob/673568f829d79d4971698f4d99cc08eacf3e7830/xc/xc7/tests/common/counter_ax7050.xdc). Anyway I made the PR #2374 and let's see what needs to be done!
@acomodi Here's the correct PR
@acomodi Hi, would you mind reviewing this PR? Thanks!
Update: Yep, it's definitely wrong. I altered `get_part_resources()` to look like this (manually set `part` to an invalid value `"blah"`): ``` def get_part_resources(file_path, part): filename = os.path.join(file_path, "resources.yaml") assert os.path.isfile(filename),...
Kintex 7 failed really fast. First `make --dry-run` and `source settings/kintex7.sh && make -C fuzzers` ran without actually running any fuzzers, then `source settings/kintex7_325t.sh && make -C fuzzers part_only` failed,...
@jrrk2 No I was referring to Kokoro's [build log](https://source.cloud.google.com/results/invocations/75dc33a9-3b30-4aa5-bcc9-58e2a8d157e1/log). I f you scroll down to the end you'll find that no fuzzy tests ran at all, with main error being:...
I just ran into this issue as well. I'm on Ubuntu 20.04.3, and I encountered no issues at all when using `prjxray` a few months ago on the same machine....
Okay, thanks for explaining. Where did you find this out though? Is the `xc7a35t` using the exact same silicon die as the `xc7a50t`, except with a portion of the latters'...