-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Highlighting the difference between `select prod %ci` and `select prod %ci2` by introducing `sumproud.out` using the `dump` command. Playing around with advanced cone example code.
- Loading branch information
1 parent
e2e7065
commit 22808e0
Showing
4 changed files
with
93 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
|
||
attribute \src "sumprod.v:4.21-4.25" | ||
wire width 8 output 5 \prod | ||
|
||
attribute \src "sumprod.v:10.17-10.26" | ||
cell $mul $mul$sumprod.v:10$4 | ||
parameter \A_SIGNED 0 | ||
parameter \A_WIDTH 8 | ||
parameter \B_SIGNED 0 | ||
parameter \B_WIDTH 8 | ||
parameter \Y_WIDTH 8 | ||
connect \A $mul$sumprod.v:10$3_Y | ||
connect \B \c | ||
connect \Y \prod | ||
end | ||
|
||
|
||
attribute \src "sumprod.v:10.17-10.22" | ||
wire width 8 $mul$sumprod.v:10$3_Y | ||
|
||
attribute \src "sumprod.v:3.21-3.22" | ||
wire width 8 input 3 \c | ||
|
||
attribute \src "sumprod.v:4.21-4.25" | ||
wire width 8 output 5 \prod | ||
|
||
attribute \src "sumprod.v:10.17-10.26" | ||
cell $mul $mul$sumprod.v:10$4 | ||
parameter \A_SIGNED 0 | ||
parameter \A_WIDTH 8 | ||
parameter \B_SIGNED 0 | ||
parameter \B_WIDTH 8 | ||
parameter \Y_WIDTH 8 | ||
connect \A $mul$sumprod.v:10$3_Y | ||
connect \B \c | ||
connect \Y \prod | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters