-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails due to type deduction #251
Comments
I had used - |
I tried |
stefanlippuner
added a commit
to stefanlippuner/moore
that referenced
this issue
Sep 10, 2023
Newer toolchains fail due to type deduction errors, see fabianschuiki#251
stefanlippuner
added a commit
to stefanlippuner/moore
that referenced
this issue
Sep 10, 2023
Newer toolchains fail due to type deduction errors, see fabianschuiki#251
rustc --version
rustc 1.63.0 (4b91a6ea7 2022-08-08) Cargo.toml add dependencies regex = "=1.9.6"
home = "=0.5.5"
backtrace = "=0.3.68" Run successfully !!! ./test/run.sh
...
elaborate ./test/vhdl/type_file.vhd(foo(bar)) [passed]
parse ./test/vhdl/type_int.vhd [passed]
parse ./test/vhdl/type_phys.vhd [passed]
parse ./test/vhdl/type_record.vhd [passed]
parse ./test/vhdl/use_with_generic_pkgs.vhd [passed]
result: 108 passed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have build llvm and circt as mentioned in the README.md using submodule clone.
While installing moore using the command -
cargo install --path .
I get below build errors -The text was updated successfully, but these errors were encountered: