Project

General

Profile

« Previous | Next » 

Revision 171

Added by markw almost 11 years ago

Remove inversion

View differences:

common/a8core/pokey_poly_5.vhdl
end process;
-- output
bit_out <= not(shift_reg(0));
bit_out <= shift_reg(0);
END vhdl;

Also available in: Unified diff