From 27aac3615990182a0afef133c6b048b430c2acf6 Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Mon, 4 Sep 2023 15:58:01 +0200 Subject: [PATCH] update publications --- docs/publications.rst | 3 ++- .../fiction/algorithms/physical_design/hexagonalization.hpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/publications.rst b/docs/publications.rst index 7d662b34c..719c731a2 100644 --- a/docs/publications.rst +++ b/docs/publications.rst @@ -115,7 +115,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} } diff --git a/include/fiction/algorithms/physical_design/hexagonalization.hpp b/include/fiction/algorithms/physical_design/hexagonalization.hpp index 053baeb5b..7172e9154 100644 --- a/include/fiction/algorithms/physical_design/hexagonalization.hpp +++ b/include/fiction/algorithms/physical_design/hexagonalization.hpp @@ -51,7 +51,8 @@ template /** * 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. *