Revision 171
Added by markw about 11 years ago
| common/a8core/pokey_poly_5.vhdl | ||
|---|---|---|
|
end process;
|
||
|
|
||
|
-- output
|
||
|
bit_out <= not(shift_reg(0));
|
||
|
bit_out <= shift_reg(0);
|
||
|
|
||
|
END vhdl;
|
||
| 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
Remove inversion