Python 3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:01:35) [Clang 16.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import amaranth
>>> amaranth.__version__
'0.4.0+editable'
>>>
(personal) ?v0.4.0 ~/Workspace/research/amaranth> git status
HEAD detached at v0.4.0
Untracked files:
  (use "git add <file>..." to include in what will be committed)
    testcase.py

nothing added to commit but untracked files present (use "git add" to track)
(personal) ?v0.4.0 ~/Workspace/research/amaranth> pip list | grep vcd
pyvcd                     0.4.0
(personal) ?v0.4.0 ~/Workspace/research/amaranth