Skip to content

Commit

Permalink
updated port spec (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknizek authored Sep 19, 2024
1 parent f8ae396 commit 44522d8
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 44522d8

Please sign in to comment.