From b5fc7ed5d56122077d3b6eab2aed90f1efa931f1 Mon Sep 17 00:00:00 2001 From: Jeremy Lau <30300826+fdxmw@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:08:57 -0700 Subject: [PATCH] Remove documentation reference to unsubmitted code. --- docs/helpers.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/helpers.rst b/docs/helpers.rst index b259da61..92deccc2 100644 --- a/docs/helpers.rst +++ b/docs/helpers.rst @@ -18,12 +18,6 @@ addition and multiplication). .. autofunction:: pyrtl.corecircuits.match_bitwidth .. autofunction:: pyrtl.helperfuncs.truncate .. autofunction:: pyrtl.helperfuncs.chop -.. autoclass:: pyrtl.helperfuncs.Packed - :members: - :special-members: __init__, __getattr__ -.. autoclass:: pyrtl.helperfuncs.Unpacked - :members: - :special-members: __init__, __getattr__ Coercion to WireVector ----------------------