We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reset button doesn't work (reported by xbelanch)
The text was updated successfully, but these errors were encountered:
Button not connected is not the same as button not working :)
galaxian_top.vhd, line 34 I_RESET_SW : in std_logic;
line 521 W_RESETn <= not I_RESET_SW; -- W_RESETn <= '1';
p1_500_Arcade_Megawing.ucf line 108 NET I_RESET_SW LOC = "P67" | IOSTANDARD = LVTTL | DRIVE = 8 | SLEW = FAST ; # reset
recompile and enjoy true ragequits :)
Sorry, something went wrong.
If ok i'll add that to my branch and send Jack a pull req ?
No branches or pull requests
Reset button doesn't work (reported by xbelanch)
The text was updated successfully, but these errors were encountered: