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

updated port spec #471

Merged
merged 3 commits into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
// RUN: --pipeline-depth 0 \
// RUN: --clock-name clk_i \
// RUN: --module-name test_module \
// RUN: --input-signal a_i:13 \
// RUN: --input-signal b_i:13 \
// RUN: --input-signal c_i:26 \
// RUN: --input-signal 'a:(port a_i 13):13' \
// RUN: --input-signal 'b:(port b_i 13):13' \
// RUN: --input-signal 'c:(port c_i 26):26' \
// RUN: --timeout 270 \
// RUN: > $outfile
// RUN: cat $outfile
Expand Down
Loading