Skip to content
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

How to use Moore to covert VHDL? #253

Open
HNULiMingyuan opened this issue Apr 10, 2024 · 0 comments
Open

How to use Moore to covert VHDL? #253

HNULiMingyuan opened this issue Apr 10, 2024 · 0 comments

Comments

@HNULiMingyuan
Copy link

I just wrote a simple counter using VHDL.In the first few lines, I import IEEE library:
library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.NUMERIC_STD.ALL;
I covert the VHDL code using command:moore -f llhd -e counter_tb -o counter_tb.llhd counter_test.vhdl counter_tb.vhdl
While I just got an error:error: no library named IEEE found.
How can I import IEEE library to moore compiler?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant