Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Fsdb annotation method needs to be update #592

Open
KyleJeong opened this issue Dec 31, 2022 · 0 comments
Open

Fsdb annotation method needs to be update #592

KyleJeong opened this issue Dec 31, 2022 · 0 comments

Comments

@KyleJeong
Copy link

I am happy with Vcd dump, but Fsdb could be better for VCS(with Verdi) debugging.
So I tried to change the Vcd to Fsdb like as.

test().withAnnotations(Seq(WriteFsdbAnnotation)

But it didn't show any errror/warning message. Just nothing.

With the help of Kevin Laeufer at https://gitter.im/freechipsproject/chisel3, I've told to use this one.

test().withAnnotations(Seq(WriteFsdbAnnotation, VcsBackendAnnotation))

There are two suggestions.

  • Make error or warning message when user use invalid annotation like as first example
  • Add CLI option like as "-DwriteFsb=1"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant