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

Warning (21074): Design contains 2 input pin(s) that do not drive logic #48

Open
rlindsberg opened this issue Oct 8, 2018 · 1 comment
Assignees
Labels
warning This doesn't seem right

Comments

@rlindsberg
Copy link
Owner

in_data : instruction_bus;

Warning (21074): Design contains 2 input pin(s) that do not drive logic
Warning (15610): No output dependent on input pin "in_data[4]"
Warning (15610): No output dependent on input pin "in_data[5]"

@rlindsberg rlindsberg self-assigned this Oct 8, 2018
@rlindsberg rlindsberg added the warning This doesn't seem right label Oct 8, 2018
@rlindsberg
Copy link
Owner Author

case inst_op is
when "1000" =>
out_RWM_en <= '0'; -- deactive high
out_adr <= in_data(3 downto 0); -- out_adr is connected texpressiono both RWM and ROM
when "1001" =>
out_RWM_en <= '0'; -- deactive high
out_adr <= in_data(3 downto 0); -- out_adr is connected texpressiono both RWM and ROM
when others =>
out_RWM_en <= '1'; -- deactive high
end case;

Bug is here. Bit 4 and 5 never used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
warning This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant