-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get rid of 'newsig'; replace 'linkXX' with 'net'. This gives different signal names in places where 'linkpp' had been used, but this proves to be unimportant to any test.
- Loading branch information
Showing
9 changed files
with
45 additions
and
57 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
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
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 |
---|---|---|
@@ -1,18 +1,14 @@ | ||
newsig a bit | ||
newsig b bit | ||
newsig c bit | ||
newsig d bit | ||
|
||
linkps streamer.0.pin.0 a | ||
linkps streamer.0.pin.1 b | ||
linkps streamer.0.pin.2 c | ||
linkps streamer.0.pin.3 d | ||
net a streamer.0.pin.0 | ||
net b streamer.0.pin.1 | ||
net c streamer.0.pin.2 | ||
net d streamer.0.pin.3 | ||
|
||
linksp a flipflop.0.data | ||
linksp b flipflop.0.clk | ||
linksp c flipflop.0.reset | ||
linksp d flipflop.0.set | ||
net a flipflop.0.data | ||
net b flipflop.0.clk | ||
net c flipflop.0.reset | ||
net d flipflop.0.set | ||
|
||
linkpp flipflop.0.out sampler.0.pin.0 | ||
net n0 flipflop.0.out sampler.0.pin.0 | ||
|
||
|
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
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