-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello,
I ran into an assertion failure when I tried to translate the file safe/Arbiter/main.v
by the following command:
./v2c-bin/v2c verilog-c/safe/Arbiter/main.v --module main main.c
The error is:
v2c: /users/rajdeep/cbmc/trunk/src/util/std_expr.h:206: symbol_exprt& to_symbol_expr(exprt&): Assertion `expr.id()==dstring(57, 0) && !expr.has_operands()' failed.
Aborted (core dumped)
I downloaded v2c
(version 0.1, accessed 2022-09-05) from this website and the input Verilog file is at commit 0b46ae0. My OS is Ubuntu 20.04.
Could you please let me know how to obtain the translated C file safe/Arbiter/main.c
?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels