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

📝 Update publication list #275

Merged
merged 2 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion docs/publications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ Furthermore, if you use any of the design automation algorithms, please consider
@inproceedings{hofmann2023hexagonalization,
title={{Scalable Physical Design for Silicon Dangling Bond Logic: How a 45\textdegree~Turn Prevents the Reinvention of the Wheel}},
author={Hofmann, Simon and Walter, Marcel and Wille, Robert},
booktitle={IEEE International Conference on Nanotechnology (IEEE NANO)},
booktitle={2023 IEEE 23rd International Conference on Nanotechnology (NANO)},
pages={872-877},
year={2023}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ template <typename CartLyt, typename HexLyt>
/**
* Transforms a 2DDWave-clocked Cartesian layout into a hexagonal even row clocked layout suitable for SiDBs by
* remapping all gates and wires as originally proposed in \"Scalable Physical Design for Silicon Dangling Bond Logic:
* How a 45° Turn Prevents the Reinvention of the Wheel\" by S. Hofmann, M. Walter, and R. Wille in IEEE NANO 2023.
* How a 45° Turn Prevents the Reinvention of the Wheel\" by S. Hofmann, M. Walter, and R. Wille in IEEE NANO 2023
* (https://ieeexplore.ieee.org/document/10231278).
*
* @param Lyt Gate-level layout that is 2DDWave-clocked.
*
Expand Down
Loading